Hi Thierry, This patch series adds support for the atmel-hlcdc-pwm device provided by the atmel-hlcdc MFD driver. It depends on this series [1] implementing the MFD driver. Best Regards, Boris [1]http://www.mail-archive.com/devicetree@xxxxxxxxxxxxxxx/msg44979.html Changes since v7: - addressed several coding style issues Boris Brezillon (2): pwm: add support for atmel-hlcdc-pwm device pwm: add DT bindings documentation for atmel-hlcdc-pwm driver .../devicetree/bindings/pwm/atmel-hlcdc-pwm.txt | 50 +++++ drivers/pwm/Kconfig | 9 + drivers/pwm/Makefile | 1 + drivers/pwm/pwm-atmel-hlcdc.c | 248 +++++++++++++++++++++ 4 files changed, 308 insertions(+) create mode 100644 Documentation/devicetree/bindings/pwm/atmel-hlcdc-pwm.txt create mode 100644 drivers/pwm/pwm-atmel-hlcdc.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html