devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] PWM: PXA: add device tree support to PWM driver
@ 2013-09-20 16:12 Mike Dunn
       [not found] ` <1379693567-15860-1-git-send-email-mikedunn-kFrNdAxtuftBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Dunn @ 2013-09-20 16:12 UTC (permalink / raw)
  To: linux-pwm
  Cc: Marek Vasut, devicetree, Mike Dunn, Pawel Moll, Sergei Shtylyov,
	Stephen Warren, Dmitry Torokhov, Rob Herring, Chao Xie,
	Thierry Reding, Haojian Zhuang, Grant Likely, Mark Rutland,
	Robert Jarzmik, linux-arm-kernel, Ian Campbell

This is now a patch set because the changes to pxa27x.dtsi have been moved to a
separate patch.  This was done so that it can go through the arm-soc tree.

Changle log:
v5:
- changes to pxa27x.dtsi moved to a separate patch
- minor changes in phrasing made to bindings documentation
- cast removed from void *
- dummy functions for !CONFIG_OF removed; called only if (IS_ENABLED(CONFIG_OF)
- if-else block in pxa_pwm_get_id_dt() replaced with ternary operator

v4:
- add second "compatible" string to pxa27x.dtsi
- change phrasing in binding doc pxa-pwm.txt to "one or more of"

v3:
- remove support for the polarity flag
- remove per-chip pwm index cell; define custom of_xlate()
   (now #pwm-cells = <1>)
- "compatible" strings for all devices added to OF match table
- various stylistic changes recommended by reviewers

v2:
- of_match_table contains only the "pxa250-pwm" compatible string; require one
  device instance per pwm
- add Documentation/devicetree/bindings/pwm/pxa-pwm.txt
- add support for polarity flag in DT and implement set_polarity() method
  (the treo 680 inverts the signal between pwm out and backlight)
- return -EINVAL instead of -ENODEV if platform data or DT node not found
- output dev_info string if platform data missing
- expanded CC list of patch

Mike Dunn (2):
  PWM: PXA: add device tree support to PWM driver
  PXA: add PWM nodes to pxa27x.dtsi

 arch/arm/boot/dts/pxa27x.dtsi | 24 ++++++++++++++++++++
 drivers/pwm/pwm-pxa.c         | 52 ++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 75 insertions(+), 1 deletion(-)

-- 
1.8.1.5

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

end of thread, other threads:[~2013-09-20 16:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-20 16:12 [PATCH v5 0/2] PWM: PXA: add device tree support to PWM driver Mike Dunn
     [not found] ` <1379693567-15860-1-git-send-email-mikedunn-kFrNdAxtuftBDgjK7y7TUQ@public.gmane.org>
2013-09-20 16:12   ` [PATCH v5 1/2] " Mike Dunn
2013-09-20 16:12   ` [PATCH v5 2/2] PXA: add PWM nodes to pxa27x.dtsi Mike Dunn

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