All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add Rockchip PWM driver
@ 2014-05-07 23:08 ` Beniamino Galvani
  0 siblings, 0 replies; 18+ messages in thread
From: Beniamino Galvani @ 2014-05-07 23:08 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Heiko Stuebner, linux-pwm, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Randy Dunlap, linux-kernel,
	linux-arm-kernel, devicetree, Beniamino Galvani

This series adds support for the PWM controller found on Rockchip
RK29, RK30 and RK31 SoCs. It is based on the documentation publicly
available [0] and kernel sources from Rockchip [1].

The last patch, which adds device tree nodes in the dts, depends on
the clocks introduced by Heiko in his recent submission of a clk
driver for Rockchip RK3188.

[0] http://dl.radxa.com/rock/docs/hw/ds/Rockchip%20RK30xx%20TRM%20V2.0.pdf
[1] https://github.com/rkchrome/kernel

Beniamino Galvani (3):
  pwm: add Rockchip SoC PWM support
  pwm: rockchip: document device tree bindings
  ARM: dts: rk3xxx: add PWM nodes

 .../devicetree/bindings/pwm/pwm-rockchip.txt       |   17 ++
 arch/arm/boot/dts/rk3188.dtsi                      |   40 +++++
 arch/arm/boot/dts/rk3xxx.dtsi                      |   32 ++++
 drivers/pwm/Kconfig                                |    8 +
 drivers/pwm/Makefile                               |    1 +
 drivers/pwm/pwm-rockchip.c                         |  180 ++++++++++++++++++++
 6 files changed, 278 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-rockchip.txt
 create mode 100644 drivers/pwm/pwm-rockchip.c

-- 
1.7.10.4


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

end of thread, other threads:[~2014-06-20 22:29 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-07 23:08 [PATCH 0/3] Add Rockchip PWM driver Beniamino Galvani
2014-05-07 23:08 ` Beniamino Galvani
2014-05-07 23:08 ` [PATCH 1/3] pwm: add Rockchip SoC PWM support Beniamino Galvani
2014-05-07 23:08   ` Beniamino Galvani
     [not found]   ` <1399504115-16257-2-git-send-email-b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-06-17 21:42     ` Thierry Reding
2014-06-17 21:42       ` Thierry Reding
2014-06-17 21:42       ` Thierry Reding
2014-06-20 22:00       ` Beniamino Galvani
2014-06-20 22:00         ` Beniamino Galvani
2014-06-20 22:29         ` Thierry Reding
2014-06-20 22:29           ` Thierry Reding
2014-05-07 23:08 ` [PATCH 2/3] pwm: rockchip: document device tree bindings Beniamino Galvani
2014-05-07 23:08   ` Beniamino Galvani
2014-06-17 21:45   ` Thierry Reding
2014-06-17 21:45     ` Thierry Reding
     [not found] ` <1399504115-16257-1-git-send-email-b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-05-07 23:08   ` [PATCH 3/3] ARM: dts: rk3xxx: add PWM nodes Beniamino Galvani
2014-05-07 23:08     ` Beniamino Galvani
2014-05-07 23:08     ` Beniamino Galvani

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.