[PATCHv8 0/4] Add Freescale FTM PWM driver.

From: Xiubo Li
Date: Thu Jan 02 2014 - 05:53:24 EST


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







--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/