linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v10 0/2] pwm: add support for atmel-hlcdc-pwm device
@ 2014-10-07 13:38 Boris Brezillon
  2014-10-07 13:38 ` [PATCH v10 1/2] " Boris Brezillon
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Boris Brezillon @ 2014-10-07 13:38 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Thierry,

This patch series adds support for the atmel-hlcdc-pwm device provided
by the atmel-hlcdc MFD driver.

Best Regards,

Boris

Changes since v9:
 - replace select by depends on
 - rework commit messages
 - rework Kconfig description

Changes since v8:
 - rework the enable/disable waiting loop
 - check return code of regmap functions
 - fix DT binding doc

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    |  29 +++
 drivers/pwm/Kconfig                                |  11 +
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/pwm-atmel-hlcdc.c                      | 259 +++++++++++++++++++++
 4 files changed, 300 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/atmel-hlcdc-pwm.txt
 create mode 100644 drivers/pwm/pwm-atmel-hlcdc.c

-- 
1.9.1

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

end of thread, other threads:[~2014-11-17 11:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-07 13:38 [PATCH v10 0/2] pwm: add support for atmel-hlcdc-pwm device Boris Brezillon
2014-10-07 13:38 ` [PATCH v10 1/2] " Boris Brezillon
2014-10-07 13:38 ` [PATCH v10 2/2] pwm: add DT bindings documentation for atmel-hlcdc-pwm driver Boris Brezillon
2014-11-03  8:54 ` [PATCH v10 0/2] pwm: add support for atmel-hlcdc-pwm device Boris Brezillon
2014-11-14 11:05   ` Boris Brezillon
2014-11-17 11:01 ` Thierry Reding

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