linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add device tree support for mc13892 regulator driver
@ 2011-11-28 13:37 Shawn Guo
  2011-11-28 13:37 ` [PATCH 1/5] mfd: mc13xxx: add device tree probe support Shawn Guo
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Shawn Guo @ 2011-11-28 13:37 UTC (permalink / raw)
  To: linux-arm-kernel

The first patch adds device tree probe support for mc13xxx mfd driver.

The patches #2 and #3 make small changes to regulator OF function for
supporting the case like mc13892 regulator driver, where device_node
does not have a struct device behind it.  I'm sorry for that I did not
notice them until I start porting mc13892 to the support

The patch #4 adds the actual device tree support for mc13892 regulator
driver, and the last patch add mc13892 support into imx51-babbage
device tree source.

Shawn Guo (5):
      mfd: mc13xxx: add device tree probe support
      regulator: fix label names used in device tree bindings
      regulator: pass device_node to of_get_regulator_init_data()
      regulator: mc13892: add device tree probe support
      arm/imx: add mc13892 support into imx51-babbage.dts

 .../devicetree/bindings/regulator/regulator.txt    |   10 +-
 arch/arm/boot/dts/imx51-babbage.dts                |  100 ++++++++++++++++-
 drivers/mfd/mc13xxx-core.c                         |  121 ++++++++++++++-----
 drivers/regulator/mc13892-regulator.c              |   43 +++++--
 drivers/regulator/mc13xxx-regulator-core.c         |   57 +++++++++
 drivers/regulator/mc13xxx.h                        |   20 ++++
 drivers/regulator/of_regulator.c                   |    7 +-
 include/linux/mfd/mc13xxx.h                        |    1 +
 include/linux/regulator/of_regulator.h             |    6 +-
 9 files changed, 311 insertions(+), 54 deletions(-)

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

end of thread, other threads:[~2011-11-30  8:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-28 13:37 [PATCH 0/5] Add device tree support for mc13892 regulator driver Shawn Guo
2011-11-28 13:37 ` [PATCH 1/5] mfd: mc13xxx: add device tree probe support Shawn Guo
2011-11-29  8:23   ` Rajendra Nayak
2011-11-30  8:12     ` Shawn Guo
2011-11-28 13:37 ` [PATCH 2/5] regulator: fix label names used in device tree bindings Shawn Guo
2011-11-28 19:02   ` Mark Brown
2011-11-29  8:25   ` Rajendra Nayak
2011-11-28 13:37 ` [PATCH 3/5] regulator: pass device_node to of_get_regulator_init_data() Shawn Guo
2011-11-28 13:34   ` Mark Brown
2011-11-28 14:03     ` Shawn Guo
2011-11-28 13:37 ` [PATCH 4/5] regulator: mc13892: add device tree probe support Shawn Guo
2011-11-28 13:35   ` Mark Brown
2011-11-28 14:08     ` Shawn Guo
2011-11-28 13:37 ` [PATCH 5/5] arm/imx: add mc13892 support into imx51-babbage.dts Shawn Guo

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).