From: mikedunn@newsguy.com (Mike Dunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 0/2] PWM: PXA: add device tree support to PWM driver
Date: Fri, 20 Sep 2013 09:12:45 -0700 [thread overview]
Message-ID: <1379693567-15860-1-git-send-email-mikedunn@newsguy.com> (raw)
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
next reply other threads:[~2013-09-20 16:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-20 16:12 Mike Dunn [this message]
2013-09-20 16:12 ` [PATCH v5 1/2] PWM: PXA: add device tree support to PWM driver Mike Dunn
2013-09-20 16:12 ` [PATCH v5 2/2] PXA: add PWM nodes to pxa27x.dtsi Mike Dunn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1379693567-15860-1-git-send-email-mikedunn@newsguy.com \
--to=mikedunn@newsguy.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).