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

This patch series is the Freescale FTM PWM implementation. And there
are 8 channels most supported by the FTM PWM. This implementation is
only compatible with device tree definition.

This patch series is based on linux-next and has been tested on Vybrid
VF610 Tower board using device tree.



Changes in v8:
- Fix some issues pointed by Thierry.
- Fix the _readl/_writel of sparse check.

- And the ftm_readl()/ftm_writel() are just copied from the
  readl()/writel(), and then add the big endian check.



Changes in v7:
- Add big-endian mode support.
- Add FTM mutex lock.
- Add period time check with the current running pwm(s).
- Recode the counter clock source selecting.
- Sort some header files alphabetically, etc.

[snip] v1~v6

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

end of thread, other threads:[~2014-01-06  7:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-02  9:57 [PATCHv8 0/4] Add Freescale FTM PWM driver Xiubo Li
2014-01-02  9:57 ` [PATCHv8 1/4] pwm: Add Freescale FTM PWM driver support Xiubo Li
2014-01-02 11:12   ` Arnd Bergmann
2014-01-03  9:19     ` Li.Xiubo
2014-01-03 12:50       ` Arnd Bergmann
2014-01-06  7:39         ` Li.Xiubo
2014-01-02  9:57 ` [PATCHv8 2/4] ARM: dts: Add Freescale FTM PWM node for VF610 Xiubo Li
2014-01-02  9:57 ` [PATCHv8 3/4] ARM: dts: Enables FTM PWM device for Vybrid VF610 TOWER board Xiubo Li
2014-01-02  9:57 ` [PATCHv8 4/4] Documentation: Add device tree bindings for Freescale FTM PWM Xiubo Li

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