devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v9 0/2] PWM: pwm-atmel: add PWM controller driver
@ 2013-12-13  6:41 Bo Shen
  2013-12-13  6:41 ` [PATCH v9 1/2] PWM: atmel-pwm: " Bo Shen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bo Shen @ 2013-12-13  6:41 UTC (permalink / raw)
  To: thierry.reding
  Cc: linux-pwm, devicetree, nicolas.ferre, linux-kernel,
	alexandre.belloni, Bo Shen, galak, plagnioj, linux-arm-kernel

This patch series add Atmel PWM controller driver support.

Changes in v9:
  - Address the comments from Thierry Reding

Changes in v8:
  - replace pr_err by dev_err

Changes in v7:
  - fix issue for none device tree issues.

Changes in v6:
  - using relaxed version for writel and readl
  - add none device tree support
  - change some define from lower case to upper case
  - split device tree binding document as a separate patch

Changes in v5:
  - call clk_disable directly, if so, it won't cause more than one channel
    enabled, the clock can not be disabled.

Changes in v4:
  - check the return value of clk_prepare()
  - change channel register size as constant

Changes in v3:
  - change compatible string from "atmel,sama5-pwm" to "atmel,sama5d3-pwm"
  - Add PWM led example in binding documentation
  - Using micro replace hard code

Changes in v2:
  - Address the comments from Thierry Reding


Bo Shen (2):
  PWM: atmel-pwm: add PWM controller driver
  PWM: atmel-pwm: add device tree binding document

 .../devicetree/bindings/pwm/atmel-pwm.txt          |   41 ++
 drivers/pwm/Kconfig                                |    9 +
 drivers/pwm/Makefile                               |    1 +
 drivers/pwm/pwm-atmel.c                            |  398 ++++++++++++++++++++
 4 files changed, 449 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/atmel-pwm.txt
 create mode 100644 drivers/pwm/pwm-atmel.c

-- 
1.7.9.5

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

end of thread, other threads:[~2013-12-18  1:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13  6:41 [PATCH v9 0/2] PWM: pwm-atmel: add PWM controller driver Bo Shen
2013-12-13  6:41 ` [PATCH v9 1/2] PWM: atmel-pwm: " Bo Shen
2013-12-13  6:41 ` [PATCH v9 2/2] PWM: atmel-pwm: add device tree binding document Bo Shen
     [not found] ` <1386916910-24832-1-git-send-email-voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2013-12-17 10:30   ` [PATCH v9 0/2] PWM: pwm-atmel: add PWM controller driver Thierry Reding
2013-12-18  1:21     ` Bo Shen

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