All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add rk3328 pwm support
@ 2017-06-29 12:27 ` David Wu
  0 siblings, 0 replies; 31+ messages in thread
From: David Wu @ 2017-06-29 12:27 UTC (permalink / raw)
  To: thierry.reding, heiko, boris.brezillon, robh+dt
  Cc: catalin.marinas, briannorris, dianders, mark.rutland, huangtao,
	linux-pwm, linux-arm-kernel, linux-rockchip, devicetree,
	linux-kernel, David Wu

There are two features of rk3328 pwm module.
 - PWM APB and function clocks are different.
 - Add pwm atomic hardware update

David Wu (5):
  pwm: rockchip: Add APB and function both clocks support
  pwm: rockchip: Remove the judge from return value of pwm_config
  pwm: rockchip: Move the configuration of polarity from pwm_enable() to
    pwm_config()
  pwm: rockchip: Add atomic updated feature for rk3328
  Arm64: dts: rockchip: Add pwm nodes for rk3328

 .../devicetree/bindings/pwm/pwm-rockchip.txt       |   9 +-
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           |  45 +++++
 drivers/pwm/pwm-rockchip.c                         | 184 ++++++++++++++++-----
 3 files changed, 197 insertions(+), 41 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2017-07-06 17:18 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29 12:27 [PATCH 0/5] Add rk3328 pwm support David Wu
2017-06-29 12:27 ` David Wu
2017-06-29 12:27 ` David Wu
2017-06-29 12:27 ` [PATCH 1/5] pwm: rockchip: Add APB and function both clocks support David Wu
2017-06-29 12:27   ` David Wu
2017-06-29 12:27   ` David Wu
2017-07-06 17:12   ` Rob Herring
2017-07-06 17:12     ` Rob Herring
2017-07-06 17:12     ` Rob Herring
2017-06-29 12:27 ` [PATCH 2/5] pwm: rockchip: Remove the judge from return value of rockchip_pwm_config() David Wu
2017-06-29 12:27   ` David Wu
2017-07-03 18:31   ` Boris Brezillon
2017-07-03 18:31     ` Boris Brezillon
2017-06-29 12:27 ` [PATCH 3/5] pwm: rockchip: Move the configuration of polarity from rockchip_pwm_set_enable() to rockchip_pwm_config() David Wu
2017-06-29 12:27   ` David Wu
2017-06-29 12:27   ` David Wu
2017-07-03 18:36   ` Boris Brezillon
2017-07-03 18:36     ` Boris Brezillon
2017-07-03 18:36     ` Boris Brezillon
2017-07-04  6:46     ` David.Wu
2017-07-04  6:46       ` David.Wu
2017-06-29 12:27 ` [PATCH 4/5] pwm: rockchip: Add atomic updated feature for rk3328 David Wu
2017-06-29 12:27   ` David Wu
2017-07-03 18:39   ` Boris Brezillon
2017-07-03 18:39     ` Boris Brezillon
2017-07-04  7:37     ` David.Wu
2017-07-04  7:37       ` David.Wu
2017-07-06 17:17   ` Rob Herring
2017-07-06 17:17     ` Rob Herring
2017-06-29 12:34 ` [PATCH 5/5] Arm64: dts: rockchip: Add pwm nodes " David Wu
2017-06-29 12:34   ` David Wu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.