linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv10 0/4] Add Freescale FTM PWM support
@ 2014-02-27  9:39 Xiubo Li
  2014-02-27  9:39 ` [PATCHv10 1/4] pwm: Add Freescale FTM PWM driver support Xiubo Li
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Xiubo Li @ 2014-02-27  9:39 UTC (permalink / raw)
  To: thierry.reding; +Cc: linux-pwm, linux-doc, linux-kernel, Xiubo Li

Changed in V10:
  Fix some bugs and adjust the code from Thierry's comments.


Xiubo Li (4):
  pwm: Add Freescale FTM PWM driver support
  ARM: dts: vf610: Add Freescale FTM PWM node.
  ARM: dts: vf610-twr: Enables FTM PWM device.
  Documentation: Add device tree bindings for Freescale FTM PWM.

 .../devicetree/bindings/pwm/pwm-fsl-ftm.txt        |  35 ++
 arch/arm/boot/dts/vf610-twr.dts                    |   6 +
 arch/arm/boot/dts/vf610.dtsi                       |  13 +
 drivers/pwm/Kconfig                                |  10 +
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/pwm-fsl-ftm.c                          | 496 +++++++++++++++++++++
 6 files changed, 561 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/pwm-fsl-ftm.txt
 create mode 100644 drivers/pwm/pwm-fsl-ftm.c

-- 
1.8.4



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

end of thread, other threads:[~2014-03-19  6:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27  9:39 [PATCHv10 0/4] Add Freescale FTM PWM support Xiubo Li
2014-02-27  9:39 ` [PATCHv10 1/4] pwm: Add Freescale FTM PWM driver support Xiubo Li
2014-02-27  9:39 ` [PATCHv10 2/4] ARM: dts: vf610: Add Freescale FTM PWM node Xiubo Li
2014-02-27  9:39 ` [PATCHv10 3/4] ARM: dts: vf610-twr: Enables FTM PWM device Xiubo Li
2014-02-27  9:39 ` [PATCHv10 4/4] Documentation: Add device tree bindings for Freescale FTM PWM Xiubo Li
2014-03-18 19:44 ` [PATCHv10 0/4] Add Freescale FTM PWM support Thierry Reding
2014-03-19  6:07   ` Li.Xiubo

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