linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6 v3] Update TPS65910 to boot using devicetree
@ 2012-05-08 18:42 Rhyland Klein
  2012-05-08 16:48 ` Mark Brown
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: Rhyland Klein @ 2012-05-08 18:42 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 uses the new addition to the of_regulator code,
of_regulator_match to find all the regulator init data for the device.

Rhyland Klein (6):
  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                             |  120 +++++++++----
 drivers/regulator/tps65910-regulator.c             |  190 +++++++++++++++-----
 include/linux/mfd/tps65910.h                       |   29 +++-
 7 files changed, 523 insertions(+), 109 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/tps65910.txt


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

end of thread, other threads:[~2012-05-12 10:19 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-08 18:42 [PATCH 0/6 v3] Update TPS65910 to boot using devicetree Rhyland Klein
2012-05-08 16:48 ` Mark Brown
2012-05-08 18:42 ` [PATCH 1/6 v3] mfd: tps65910: Commonize regmap access through header Rhyland Klein
2012-05-08 18:42 ` [PATCH 2/6 v3] regulator: tps65910: Add device tree bindings Rhyland Klein
2012-05-08 18:42 ` [PATCH 3/6 v3] mfd: tps65910: Add device-tree support Rhyland Klein
2012-05-08 18:42 ` [PATCH 4/6 v3] regulator: tps65910 regulator: add device tree support Rhyland Klein
2012-05-12 10:19   ` Mark Brown
2012-05-08 18:42 ` [PATCH 5/6 v3] mfd: tps65910-irq: Add devicetree init support Rhyland Klein
2012-05-08 15:48   ` Mark Brown
2012-05-08 19:11     ` Rhyland Klein
2012-05-08 16:29       ` Mark Brown
2012-05-08 16:36         ` Rhyland Klein
2012-05-11 18:45     ` Grant Likely
2012-05-08 18:42 ` [PATCH 6/6 v3] ARM: Tegra: Add support for TPS65910 PMIC Rhyland Klein
2012-05-08 15:56   ` Stephen Warren
2012-05-08 15:58     ` Mark Brown
2012-05-08 16:15       ` Stephen Warren
2012-05-12 10:17         ` Mark Brown
2012-05-11  9:38 ` [PATCH 0/6 v3] Update TPS65910 to boot using devicetree Samuel Ortiz
2012-05-11 19:21   ` 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).