linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Update TPS65910 to boot using devicetree
@ 2012-04-18  1:00 Rhyland Klein
  2012-04-18  1:00 ` [PATCH 1/4] regulator: tps65910: update type for regmap Rhyland Klein
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Rhyland Klein @ 2012-04-18  1:00 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Grant Likely, Rob Herring, Samuel Ortiz
  Cc: devicetree-discuss, linux-kernel, linux-tegra, Rhyland Klein

This patch set updates the tps65910 driver to boot using devicetree.

One thing that is unfavorable is the addition of the use_dt_for_init_data
flag. I added this as I wanted to split the parsing of the of nodes between
the tps65910-regulator code and the main tps65910 code. This split was to
maintain the list of regulator names solely inside the tps65910-regulator
code as it already was.

Rhyland Klein (4):
  regulator: tps65910: update type for regmap
  regulator: tps65910: Add device tree bindings
  mfd: tps65910: Add device-tree support
  ARM: Tegra: Add support for TPS65910 PMIC

 Documentation/devicetree/bindings/mfd/tps65910.txt |  132 ++++++++++++++++++++
 arch/arm/boot/dts/tegra-cardhu.dts                 |   92 ++++++++++++++
 drivers/gpio/gpio-tps65910.c                       |   39 ++++++-
 drivers/mfd/tps65910-irq.c                         |   21 +++-
 drivers/mfd/tps65910.c                             |   78 ++++++++++++-
 drivers/regulator/tps65910-regulator.c             |   86 +++++++++++++-
 include/linux/mfd/tps65910.h                       |    3 +-
 7 files changed, 439 insertions(+), 12 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/tps65910.txt


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

end of thread, other threads:[~2012-04-19 16:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-18  1:00 [PATCH 0/4] Update TPS65910 to boot using devicetree Rhyland Klein
2012-04-18  1:00 ` [PATCH 1/4] regulator: tps65910: update type for regmap Rhyland Klein
2012-04-18  9:25   ` Mark Brown
2012-04-18 20:03     ` Rhyland Klein
2012-04-18 20:19       ` Rhyland Klein
2012-04-19 12:54         ` Mark Brown
2012-04-18  1:00 ` [PATCH 2/4] regulator: tps65910: Add device tree bindings Rhyland Klein
2012-04-18  8:35   ` Mark Brown
2012-04-18  1:00 ` [PATCH 3/4] mfd: tps65910: Add device-tree support Rhyland Klein
2012-04-18  9:01   ` Mark Brown
2012-04-18 19:35     ` Rhyland Klein
2012-04-19 12:50       ` Mark Brown
2012-04-19 15:35         ` Stephen Warren
2012-04-19 16:34           ` Mark Brown
2012-04-18  1:00 ` [PATCH 4/4] ARM: Tegra: Add support for TPS65910 PMIC Rhyland Klein

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