From: Stefan Wahren <info@lategoodbye.de>
To: lgirdwood@gmail.com, broonie@kernel.org, shawn.guo@linaro.org,
robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org
Cc: stefan.wahren@i2se.com, devicetree@vger.kernel.org,
Stefan Wahren <info@lategoodbye.de>,
linux-kernel@vger.kernel.org, festevam@gmail.com,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC 0/3] ARM: regulator: add Freescale MXS regulator driver
Date: Sun, 7 Sep 2014 13:37:46 +0200 [thread overview]
Message-ID: <1410089869-6611-1-git-send-email-info@lategoodbye.de> (raw)
This patch series draft should adds support for Freescale i.MX23, i.MX28
on-chip regulators. I'm new to regulator drivers and need early feedback for
the driver's stage before i go in the wrong direction.
The information about the i.MX28 regulators are from chapter 11 of the
reference manual [1].
This driver based on the Freescale high level [2] and low level driver [3],
but contains the following changes:
* devictree support
* code cleanup
Please bear in mind that the code is not tested against real hardware and
it's not expected to work.
I'm not sure if it's correct, but these series based on the for-next branch
of Mark Brown's regulator repository.
Any comments about the code are welcome.
[1] - http://cache.freescale.com/files/dsp/doc/ref_manual/MCIMX28RM.pdf
[2] - http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/drivers/regulator/mxs-regulator.c?h=imx_2.6.35_maintain
[3] - http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/tree/arch/arm/mach-mx28/power.c?h=imx_2.6.35_maintain
Stefan Wahren (3):
DT: add binding for MXS regulator
ARM: regulator: add Freescale MXS regulator driver
DT: ARM: mxs: enable regulator support for i.MX28
.../bindings/regulator/mxs-regulator.txt | 38 ++
arch/arm/boot/dts/imx28.dtsi | 50 ++-
drivers/regulator/Kconfig | 9 +
drivers/regulator/Makefile | 1 +
drivers/regulator/mxs-regulator.c | 411 +++++++++++++++++++++
5 files changed, 508 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/regulator/mxs-regulator.txt
create mode 100644 drivers/regulator/mxs-regulator.c
--
1.8.1.4
next reply other threads:[~2014-09-07 11:37 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-07 11:37 Stefan Wahren [this message]
2014-09-07 11:37 ` [PATCH RFC 1/3] DT: add binding for MXS regulator Stefan Wahren
2014-09-07 13:35 ` Sergei Shtylyov
2014-09-09 17:59 ` Mark Rutland
2014-09-09 18:48 ` Stefan Wahren
2014-09-07 11:37 ` [PATCH RFC 2/3] ARM: regulator: add Freescale MXS regulator driver Stefan Wahren
[not found] ` <1410089869-6611-3-git-send-email-info-saaNCTdWVBT7BZbvpMY5sg@public.gmane.org>
2014-09-09 18:22 ` Mark Rutland
2014-09-09 19:17 ` Stefan Wahren
[not found] ` <540F523D.4010904-saaNCTdWVBT7BZbvpMY5sg@public.gmane.org>
2014-09-10 14:18 ` Mark Rutland
2014-09-10 15:13 ` Mark Brown
2014-09-10 17:32 ` Stefan Wahren
2014-09-10 18:54 ` Fabio Estevam
[not found] ` <CAOMZO5BEN_DQOyhrx5ZB7y6DoDvqbLvDyJfAabOvtUvKOiGHOA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-09-11 5:53 ` Stefan Wahren
[not found] ` <54108B34.6010701-saaNCTdWVBT7BZbvpMY5sg@public.gmane.org>
2014-09-10 19:50 ` Mark Brown
2014-09-10 17:24 ` Stefan Wahren
[not found] ` <54108939.5050208-hi6Y0CQ0nG0@public.gmane.org>
2014-09-10 17:06 ` Fabio Estevam
2014-09-07 11:37 ` [PATCH RFC 3/3] DT: ARM: mxs: enable regulator support for i.MX28 Stefan Wahren
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=1410089869-6611-1-git-send-email-info@lategoodbye.de \
--to=info@lategoodbye.de \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=shawn.guo@linaro.org \
--cc=stefan.wahren@i2se.com \
/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).