All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] power: mxs_power: add driver for mxs power subsystem
@ 2014-11-20 20:14 ` Stefan Wahren
  0 siblings, 0 replies; 46+ messages in thread
From: Stefan Wahren @ 2014-11-20 20:14 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Sebastian Reichel, Dmitry Eremin-Solenikov, David Woodhouse
  Cc: Shawn Guo, Sascha Hauer, Fabio Estevam, linux-pm, devicetree,
	linux-arm-kernel

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


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

end of thread, other threads:[~2015-02-26 19:20 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-20 20:14 [PATCH RFC 0/3] power: mxs_power: add driver for mxs power subsystem Stefan Wahren
2014-11-20 20:14 ` Stefan Wahren
2014-11-20 20:14 ` [PATCH RFC 1/3] DT: add binding " Stefan Wahren
2014-11-20 20:14   ` Stefan Wahren
2014-11-20 20:14 ` [PATCH RFC 2/3] power: mxs_power: add driver " Stefan Wahren
2014-11-20 20:14   ` Stefan Wahren
2015-01-21 23:01   ` Sebastian Reichel
2015-01-21 23:01     ` Sebastian Reichel
2015-01-22  8:08     ` Stefan Wahren
2015-01-22  8:08       ` Stefan Wahren
2015-01-22  9:37       ` Sébastien SZYMANSKI
2015-01-22  9:37         ` Sébastien SZYMANSKI
2015-01-22  9:48         ` Stefan Wahren
2015-01-22  9:48           ` Stefan Wahren
     [not found]       ` <54C0AFE4.3020701-eS4NqCHxEME@public.gmane.org>
2015-01-25 15:04         ` Sebastian Reichel
2015-01-25 15:04           ` Sebastian Reichel
     [not found]           ` <20150125150431.GE2719-SfvFxonMDyemK9LvCR3Hrw@public.gmane.org>
2015-01-26 19:46             ` Stefan Wahren
2015-01-26 19:46               ` Stefan Wahren
2015-01-27  0:16               ` Mark Brown
2015-01-27  0:16                 ` Mark Brown
2015-01-27 18:35                 ` Stefan Wahren
2015-01-27 18:35                   ` Stefan Wahren
     [not found]                   ` <1954124242.301697.1422383709733.JavaMail.open-xchange-h4m1HHXQYNE54XbDmwzAWMgmgJlYmuWJ@public.gmane.org>
2015-01-27 19:43                     ` Mark Brown
2015-01-27 19:43                       ` Mark Brown
2015-01-28 22:22                       ` Stefan Wahren
2015-01-28 22:22                         ` Stefan Wahren
2015-01-28 22:59                         ` Sebastian Reichel
2015-01-28 22:59                           ` Sebastian Reichel
     [not found]                           ` <20150128225937.GA12749-SfvFxonMDyemK9LvCR3Hrw@public.gmane.org>
2015-02-03 20:41                             ` Stefan Wahren
2015-02-03 20:41                               ` Stefan Wahren
2015-02-20 10:57                               ` Stefan Wahren
2015-02-20 10:57                                 ` Stefan Wahren
     [not found]                                 ` <1766258118.893447.1424429861770.JavaMail.open-xchange-h4m1HHXQYNGvCDav5jC2oMgmgJlYmuWJ@public.gmane.org>
2015-02-23 15:38                                   ` Sebastian Reichel
2015-02-23 15:38                                     ` Sebastian Reichel
2015-02-26 19:20                                     ` Stefan Wahren
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 20:14   ` Stefan Wahren
2014-11-20 21:32   ` Fabio Estevam
2014-11-20 21:32     ` Fabio Estevam
2014-11-20 22:57     ` Stefan Wahren
2014-11-20 22:57       ` Stefan Wahren
2014-11-21 13:55       ` Fabio Estevam
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
2014-11-26 10:26   ` Stefan Wahren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.