From: stefan.wahren@i2se.com (Stefan Wahren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC 0/3] power: mxs_power: add driver for mxs power subsystem
Date: Thu, 20 Nov 2014 20:14:34 +0000 [thread overview]
Message-ID: <1416514477-19190-1-git-send-email-stefan.wahren@i2se.com> (raw)
This patch series adds support for Freescale i.MX23, i.xM28 power subsystem.
The idea for this driver was born in the discussion with Mark Rutland
about the mxs-regulator driver [1].
The main use is to trigger driver probing of the underlying DT child nodes
like on-chip regulators. But it's also the first step for cpufreq-dt support.
[1] - https://lkml.org/lkml/2014/9/29/283
Stefan Wahren (3):
DT: add binding for mxs power subsystem
power: mxs_power: add driver for mxs power subsystem
ARM: dts: enable power subsystem for i.MX28
.../devicetree/bindings/power/mxs_power.txt | 23 ++
arch/arm/boot/dts/imx28.dtsi | 6 +-
drivers/power/Kconfig | 8 +
drivers/power/Makefile | 1 +
drivers/power/mxs_power.c | 226 ++++++++++++++++++++
5 files changed, 263 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/power/mxs_power.txt
create mode 100644 drivers/power/mxs_power.c
--
1.7.9.5
next reply other threads:[~2014-11-20 20:14 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-20 20:14 Stefan Wahren [this message]
2014-11-20 20:14 ` [PATCH RFC 1/3] DT: add binding for mxs power subsystem Stefan Wahren
2014-11-20 20:14 ` [PATCH RFC 2/3] power: mxs_power: add driver " Stefan Wahren
2015-01-21 23:01 ` Sebastian Reichel
2015-01-22 8:08 ` Stefan Wahren
2015-01-22 9:37 ` Sébastien SZYMANSKI
2015-01-22 9:48 ` Stefan Wahren
2015-01-25 15:04 ` Sebastian Reichel
2015-01-26 19:46 ` Stefan Wahren
2015-01-27 0:16 ` Mark Brown
2015-01-27 18:35 ` Stefan Wahren
2015-01-27 19:43 ` Mark Brown
2015-01-28 22:22 ` Stefan Wahren
2015-01-28 22:59 ` Sebastian Reichel
2015-02-03 20:41 ` Stefan Wahren
2015-02-20 10:57 ` Stefan Wahren
2015-02-23 15:38 ` Sebastian Reichel
2015-02-26 19:20 ` Stefan Wahren
2014-11-20 20:14 ` [PATCH RFC 3/3] ARM: dts: enable power subsystem for i.MX28 Stefan Wahren
2014-11-20 21:32 ` Fabio Estevam
2014-11-20 22:57 ` Stefan Wahren
2014-11-21 13:55 ` Fabio Estevam
2014-11-26 10:26 ` [PATCH RFC 0/3] power: mxs_power: add driver for mxs power subsystem 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=1416514477-19190-1-git-send-email-stefan.wahren@i2se.com \
--to=stefan.wahren@i2se.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).