All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Device tree support for TWL regulators
@ 2011-10-27  8:04 ` Rajendra Nayak
  0 siblings, 0 replies; 12+ messages in thread
From: Rajendra Nayak @ 2011-10-27  8:04 UTC (permalink / raw)
  To: broonie, grant.likely
  Cc: b-cousson, patches, tony, devicetree-discuss, Rajendra Nayak,
	linux-omap, lrg, linux-arm-kernel

Hi,

This series adapts TWL regulator driver to work with device
tree and passes regulator data for two OMAP4 boards (OMAP4
panda and OMAP4 sdp) from device tree.

The series has a few dependencies
-1- base regulator dt support series posted here
http://marc.info/?l=linux-omap&m=131970236516788&w=2
-2- All base omap3/4 DT support patches lined up
for 3.2 merge here
git://github.com/tmlind/linux.git dt
-3- patches for i2c/twl support posted here
http://marc.info/?l=linux-omap&m=131705583821757&w=2

All the dependent patches and the ones posted as part
of this series are pulled in one branch can be found here
git://gitorious.org/omap-pm/linux.git for-dt/regulator-i2c-twl

regards,
Rajendra

Rajendra Nayak (3):
  regulator: twl: adapt twl-regulator driver to dt
  omap4: sdp: Pass regulator data from dt
  omap4: panda: Pass regulator data from DT

 .../bindings/regulator/twl-regulator.txt           |   57 +++++++++
 arch/arm/boot/dts/omap4-panda.dts                  |   34 +++++
 arch/arm/boot/dts/omap4-sdp.dts                    |   36 ++++++
 drivers/regulator/Kconfig                          |    1 +
 drivers/regulator/twl-regulator.c                  |  128 +++++++++++++-------
 5 files changed, 211 insertions(+), 45 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/regulator/twl-regulator.txt

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

end of thread, other threads:[~2011-10-27  8:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-27  8:04 [PATCH 0/3] Device tree support for TWL regulators Rajendra Nayak
2011-10-27  8:04 ` Rajendra Nayak
     [not found] ` <1319702674-16304-1-git-send-email-rnayak-l0cyMroinI0@public.gmane.org>
2011-10-27  8:04   ` [PATCH 1/3] regulator: twl: adapt twl-regulator driver to dt Rajendra Nayak
2011-10-27  8:04     ` Rajendra Nayak
2011-10-27  8:55     ` Mark Brown
2011-10-27  8:55       ` Mark Brown
2011-10-27  8:04 ` [PATCH 2/3] omap4: sdp: Pass regulator data from dt Rajendra Nayak
2011-10-27  8:04   ` Rajendra Nayak
2011-10-27  8:58   ` Mark Brown
2011-10-27  8:58     ` Mark Brown
2011-10-27  8:04 ` [PATCH 3/3] omap4: panda: Pass regulator data from DT Rajendra Nayak
2011-10-27  8:04   ` Rajendra Nayak

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.