linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv5 0/2] Add Allwinner SoCs PWM support
@ 2014-05-19 18:10 Alexandre Belloni
  2014-05-19 18:10 ` [PATCHv5 1/2] pwm: Add Allwinner SoC support Alexandre Belloni
  2014-05-19 18:10 ` [PATCHv5 2/2] pwm: sunxi: document OF bindings Alexandre Belloni
  0 siblings, 2 replies; 8+ messages in thread
From: Alexandre Belloni @ 2014-05-19 18:10 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This patch set adds support for the PWM controller found on the Allwinner SoCs.

The first patch adds the driver itself.
The second patch adds the DT binding documentation

Changes in v5:
 - use GENMASK for all masks
 - use clk_prepare_enable()/clk_disable_unprepare() as the drier may sleep
   because of the mutex anyway

Alexandre Belloni (2):
  pwm: Add Allwinner SoC support
  pwm: sunxi: document OF bindings

 .../devicetree/bindings/pwm/pwm-sunxi.txt          |  20 ++
 drivers/pwm/Kconfig                                |   9 +
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/pwm-sunxi.c                            | 338 +++++++++++++++++++++
 4 files changed, 368 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-sunxi.txt
 create mode 100644 drivers/pwm/pwm-sunxi.c

-- 
1.9.1

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

end of thread, other threads:[~2014-08-17 20:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-19 18:10 [PATCHv5 0/2] Add Allwinner SoCs PWM support Alexandre Belloni
2014-05-19 18:10 ` [PATCHv5 1/2] pwm: Add Allwinner SoC support Alexandre Belloni
2014-06-17 23:26   ` Thierry Reding
2014-06-23 17:01     ` Alexandre Belloni
2014-08-17 17:03       ` jonsmirl at gmail.com
2014-08-17 20:20         ` jonsmirl at gmail.com
2014-05-19 18:10 ` [PATCHv5 2/2] pwm: sunxi: document OF bindings Alexandre Belloni
2014-06-17 23:29   ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).