[PATCH 0/4] Add Allwinner SoCs PWM support

Alexandre Belloni alexandre.belloni at free-electrons.com
Mon Mar 31 08:07:25 EDT 2014


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




More information about the linux-arm-kernel mailing list