From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/4] Add device tree support for mc13892 regulator driver
Date: Wed, 21 Dec 2011 23:00:43 +0800 [thread overview]
Message-ID: <1324479647-4580-1-git-send-email-shawn.guo@linaro.org> (raw)
Changes since v3:
* The mfd patch in v3 was applied, and it's replaced by a incremental
patch to improve the binding document in the new series.
* Add a patch to remove the unnecessary prefix 'MC13892__' from
regulator name.
* Adopt the binding and regulator name changes in dts.
Changes since v2:
* Drop '[PATCH v2 2/4] regulator: pass device_node to
of_get_regulator_init_data()' which has been picked up by Mark
* Add a note on how driver matches regulator device and the node in
binding document
Changes since v1:
* Drop '[PATCH 2/5] regulator: fix label names used in device tree
bindings' which has been picked up
* Add binding document for mfd/mc13xxx-core device tree support
* Fix regulator/fixed.c breakage caused by interface change on
of_get_regulator_init_data()
* Reword the commit message of patch #2 a little bit to make the
reason for changing clear
* Retrieve the irq from gpio irq domain
Shawn Guo (4):
mfd: improve mc13xxx dt binding document
regulator: mc13892: remove the unnecessary prefix from regulator name
regulator: mc13892: add device tree probe support
arm/imx: add mc13892 support into imx51-babbage.dts
Documentation/devicetree/bindings/mfd/mc13xxx.txt | 31 ++++++-
arch/arm/boot/dts/imx51-babbage.dts | 93 ++++++++++++++++++++-
drivers/regulator/mc13892-regulator.c | 43 +++++++---
drivers/regulator/mc13xxx-regulator-core.c | 57 +++++++++++++
drivers/regulator/mc13xxx.h | 26 +++++-
include/linux/mfd/mc13xxx.h | 1 +
6 files changed, 232 insertions(+), 19 deletions(-)
next reply other threads:[~2011-12-21 15:00 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-21 15:00 Shawn Guo [this message]
2011-12-21 15:00 ` [PATCH 1/4] mfd: improve mc13xxx dt binding document Shawn Guo
2011-12-22 11:05 ` Mark Brown
2011-12-22 16:07 ` Samuel Ortiz
2011-12-21 15:00 ` [PATCH 2/4] regulator: mc13892: remove the unnecessary prefix from regulator name Shawn Guo
2011-12-22 11:08 ` Mark Brown
2011-12-22 11:43 ` Shawn Guo
2011-12-21 15:00 ` [PATCH 3/4] regulator: mc13892: add device tree probe support Shawn Guo
2011-12-22 11:08 ` Mark Brown
2011-12-21 15:00 ` [PATCH 4/4] arm/imx: add mc13892 support into imx51-babbage.dts Shawn Guo
2011-12-30 3:28 ` Richard Zhao
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=1324479647-4580-1-git-send-email-shawn.guo@linaro.org \
--to=shawn.guo@linaro.org \
--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).