lkml.org 
[lkml]   [2014]   [Mar]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/4] Add Allwinner SoCs PWM support
Date
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



\
 
 \ /
  Last update: 2014-03-31 14:41    [W:0.056 / U:0.468 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site