linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add Allwinner SoCs PWM support
@ 2014-03-31 12:07 Alexandre Belloni
  2014-03-31 12:07 ` [PATCH 1/4] pwm: Add Allwinner SoC support Alexandre Belloni
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Alexandre Belloni @ 2014-03-31 12:07 UTC (permalink / raw)
  To: Thierry Reding, Maxime Ripard
  Cc: linux-pwm, linux-doc, linux-arm-kernel, linux-kernel,
	Alexandre Belloni

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
The third patch adds the bindings to the sun7i-a20 DTS include.
And finally, the la patch adds support for the PWMs to the cubietruck which is
the board I used to test.

Alexandre Belloni (4):
  pwm: Add Allwinner SoC support
  pwm: sunxi: document OF bindings
  ARM: sun7i: dt: add PWM support
  ARM: sunxi: dt: Add PWM support for the cubietruck

 .../devicetree/bindings/pwm/pwm-sunxi.txt          |  19 ++
 arch/arm/boot/dts/sun7i-a20-cubietruck.dts         |   6 +
 arch/arm/boot/dts/sun7i-a20.dtsi                   |  22 ++
 drivers/pwm/Kconfig                                |   9 +
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/pwm-sunxi.c                            | 325 +++++++++++++++++++++
 6 files changed, 382 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-sunxi.txt
 create mode 100644 drivers/pwm/pwm-sunxi.c

-- 
1.8.3.2


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

end of thread, other threads:[~2014-03-31 17:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-31 12:07 [PATCH 0/4] Add Allwinner SoCs PWM support Alexandre Belloni
2014-03-31 12:07 ` [PATCH 1/4] pwm: Add Allwinner SoC support Alexandre Belloni
2014-03-31 12:53   ` Emilio López
2014-03-31 17:35   ` Maxime Ripard
2014-03-31 12:07 ` [PATCH 2/4] pwm: sunxi: document OF bindings Alexandre Belloni
2014-03-31 14:46   ` maxime.ripard
2014-03-31 12:07 ` [PATCH 3/4] ARM: sun7i: dt: add PWM support Alexandre Belloni
2014-03-31 14:47   ` Maxime Ripard
2014-03-31 12:07 ` [PATCH 4/4] ARM: sunxi: dt: Add PWM support for the cubietruck Alexandre Belloni

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).