linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] PWM: add and enable CSR SiRFSoC PWM driver
@ 2014-03-05  9:58 Barry Song
  2014-03-05  9:58 ` [PATCH v4 1/4] pwm: add " Barry Song
  0 siblings, 1 reply; 4+ messages in thread
From: Barry Song @ 2014-03-05  9:58 UTC (permalink / raw)
  To: linux-arm-kernel

From: Barry Song <Baohua.Song@csr.com>

Barry Song (3):
  pwm: sirf: add dt-binding document
  ARM: dts: sirf: fix the pwm-cells and clocks for pwm
  ARM: prima2_defconfig: enable PWM and sirf PWM driver

Huayi Li (1):
  pwm: add CSR SiRFSoC PWM driver

 Documentation/devicetree/bindings/pwm/pwm-sirf.txt |   23 ++
 arch/arm/boot/dts/atlas6.dtsi                      |    5 +-
 arch/arm/boot/dts/prima2.dtsi                      |    6 +-
 arch/arm/configs/prima2_defconfig                  |    2 +
 drivers/pwm/Kconfig                                |    9 +
 drivers/pwm/Makefile                               |    1 +
 drivers/pwm/pwm-sirf.c                             |  329 ++++++++++++++++++++
 7 files changed, 371 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-sirf.txt
 create mode 100644 drivers/pwm/pwm-sirf.c

-- 
1.7.5.4

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

end of thread, other threads:[~2014-03-25 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05  9:58 [PATCH v4 0/4] PWM: add and enable CSR SiRFSoC PWM driver Barry Song
2014-03-05  9:58 ` [PATCH v4 1/4] pwm: add " Barry Song
2014-03-18 21:03   ` Thierry Reding
2014-03-25 12:30     ` Barry Song

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