[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1335310570-12455-1-git-send-email-rklein@nvidia.com>
Date: Tue, 24 Apr 2012 16:36:02 -0700
From: Rhyland Klein <rklein@...dia.com>
To: Mark Brown <broonie@...nsource.wolfsonmicro.com>,
Samuel Ortiz <sameo@...ux.intel.com>,
Grant Likely <grant.likely@...retlab.ca>,
Rob Herring <rob.herring@...xeda.com>,
Liam Girdwood <lrg@...com>
CC: <linux-kernel@...r.kernel.org>,
<devicetree-discuss@...ts.ozlabs.org>,
Rhyland Klein <rklein@...dia.com>
Subject: [PATCH 0/8 v2] Update TPS65910 to boot using devicetree
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists