Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1710615 > unrolled thread
| Started by | "David.Wu" <david.wu@rock-chips.com> |
|---|---|
| First post | 2017-08-14 04:50 +0200 |
| Last post | 2017-08-14 04:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v3 0/7] Add rk3328 pwm support "David.Wu" <david.wu@rock-chips.com> - 2017-08-14 04:50 +0200
| From | "David.Wu" <david.wu@rock-chips.com> |
|---|---|
| Date | 2017-08-14 04:50 +0200 |
| Subject | Re: [PATCH v3 0/7] Add rk3328 pwm support |
| Message-ID | <uedC1-6Sr-3@gated-at.bofh.it> |
Hi Boris && thierry, Do you have any other suggestion for the patches? 在 2017/8/8 23:38, David Wu 写道: > There are two features of rk3328 pwm module. > - PWM APB and function clocks are different. > - Add pwm atomic hardware update > > David Wu (7): > pwm: rockchip: Add APB and function both clocks support > pwm: rockchip: Remove the judge from return value of pwm_config > pwm: rockchip: Use pwm_apply instead of the pwm_enable > pwm: rockchip: Move the configuration of polarity from > rockchip_pwm_set_enable() to rockchip_pwm_config() > pwm: rockchip: Use same pwm ops for each IP > pwm: rockchip: Add rk3328 pwm support > arm64: dts: rockchip: Add pwm nodes for rk3328 > > .../devicetree/bindings/pwm/pwm-rockchip.txt | 8 +- > arch/arm64/boot/dts/rockchip/rk3328.dtsi | 45 ++++ > drivers/pwm/pwm-rockchip.c | 281 +++++++++++---------- > 3 files changed, 199 insertions(+), 135 deletions(-) >
Back to top | Article view | linux.kernel
csiph-web