mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCHv10 0/2] Add Allwinner SoCs PWM support
@ 2014-12-17 21:15 Alexandre Belloni
  2014-12-17 21:15 ` [PATCHv10 1/2] pwm: Add Allwinner SoC support Alexandre Belloni
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alexandre Belloni @ 2014-12-17 21:15 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Maxime Ripard, Simon, Olliver Schinagl, linux-pwm,
	linux-arm-kernel, linux-kernel, Alexandre Belloni

Hi,

This patch series 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 v8:
 - renamed the driver sun4i as the PWM IP is different in the next sunxi SoCs
 - Took into account comments from Thierry

Changes in v9:
 - moved from using a mutex to a spinlock

Changes in v10:
 - rebased on v3.18
 - corrected the module name in Kconfig
 - Added dependancy on HAS_IOMEM and COMMON_CLK
 - changes clk_rate in sun4i_pwm_config() to be a u64 to avoid unnecessary
   casting
 - removed unnecessary braces

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

 .../devicetree/bindings/pwm/pwm-sun4i.txt          |  20 ++
 drivers/pwm/Kconfig                                |  10 +
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/pwm-sun4i.c                            | 366 +++++++++++++++++++++
 4 files changed, 397 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-sun4i.txt
 create mode 100644 drivers/pwm/pwm-sun4i.c

-- 
2.1.0


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

end of thread, other threads:[~2015-01-19 13:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-17 21:15 [PATCHv10 0/2] Add Allwinner SoCs PWM support Alexandre Belloni
2014-12-17 21:15 ` [PATCHv10 1/2] pwm: Add Allwinner SoC support Alexandre Belloni
2015-01-19  9:21   ` Chen-Yu Tsai
2015-01-19  9:51     ` Olliver Schinagl
2014-12-17 21:15 ` [PATCHv10 2/2] pwm: sunxi: document OF bindings Alexandre Belloni
2015-01-19 13:38 ` [PATCHv10 0/2] Add Allwinner SoCs PWM support Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®