devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8 v2] Update TPS65910 to boot using devicetree
@ 2012-04-24 23:36 Rhyland Klein
  2012-04-24 23:36 ` [PATCH 1/8 v2] regulator: add generic of node parsing for regulators Rhyland Klein
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Rhyland Klein @ 2012-04-24 23:36 UTC (permalink / raw)
  To: Mark Brown, Samuel Ortiz, Grant Likely, Rob Herring,
	Liam Girdwood
  Cc: linux-kernel, devicetree-discuss, Rhyland Klein

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

This patch set now includes an addition to the of_regulator code which will
parse out all the regulator init data for a device given a list of the
regulator names it is expecting and a pointer to the array of where to store
the pointers to the regulator_init_data structures.

Rhyland Klein (8):
  regulator: add generic of node parsing for regulators
  regulator: add node validation checks
  mfd: tps65910: Commonize regmap access through header
  regulator: tps65910: Add device tree bindings
  mfd: tps65910: Add device-tree support
  regulator: tps65910 regulator: add device tree support
  mfd: tps65910-irq: Add devicetree init support
  ARM: Tegra: Add support for TPS65910 PMIC

 Documentation/devicetree/bindings/mfd/tps65910.txt |  133 +++++++++++++
 arch/arm/boot/dts/tegra-cardhu.dts                 |   91 +++++++++
 drivers/gpio/gpio-tps65910.c                       |   14 +-
 drivers/mfd/tps65910-irq.c                         |   55 ++++---
 drivers/mfd/tps65910.c                             |  107 ++++++++---
 drivers/regulator/of_regulator.c                   |   80 ++++++++
 drivers/regulator/tps65910-regulator.c             |  195 +++++++++++++++-----
 include/linux/mfd/tps65910.h                       |   29 +++-
 include/linux/regulator/of_regulator.h             |    9 +
 9 files changed, 606 insertions(+), 107 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/tps65910.txt

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

end of thread, other threads:[~2012-05-18  0:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-24 23:36 [PATCH 0/8 v2] Update TPS65910 to boot using devicetree Rhyland Klein
2012-04-24 23:36 ` [PATCH 1/8 v2] regulator: add generic of node parsing for regulators Rhyland Klein
     [not found] ` <1335310570-12455-1-git-send-email-rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-04-24 23:36   ` [PATCH 2/8 v2] regulator: add node validation checks Rhyland Klein
2012-04-24 23:36 ` [PATCH 3/8 v2] mfd: tps65910: Commonize regmap access through header Rhyland Klein
2012-05-17 23:52   ` Grant Likely
2012-04-24 23:36 ` [PATCH 4/8 v2] regulator: tps65910: Add device tree bindings Rhyland Klein
2012-05-17 23:53   ` Grant Likely
2012-04-24 23:36 ` [PATCH 5/8 v2] mfd: tps65910: Add device-tree support Rhyland Klein
2012-05-17 23:55   ` Grant Likely
2012-04-24 23:36 ` [PATCH 6/8 v2] regulator: tps65910 regulator: add device tree support Rhyland Klein
2012-04-24 23:36 ` [PATCH 7/8 v2] mfd: tps65910-irq: Add devicetree init support Rhyland Klein
2012-05-18  0:00   ` Grant Likely
2012-04-24 23:36 ` [PATCH 8/8 v2] 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).