[PATCH 0/4] regulator: tps62360: support dts and enable for tegra-cardhu

From: Laxman Dewangan
Date: Thu May 10 2012 - 05:53:30 EST


Add support for dt on regulator device tps62360. Also enable this regulator for Nvidia's
Tegra platform - cardhu.
This series:
- Make the regulator_init_data as pointer type from platform data.
- enable config variable in tegra defconfig
- add entry for tps62360 in dts file of tegra-cardhu.

Laxman Dewangan (4):
regulator: tps62360: make init_data of platform data to pointer.
Make the regulator init data as pointer type in platform.
regulator: tps62360: add dt support
Ad dt support.
ARM: tegra: config: enable REGULATOR_TPS62360
ARM: dt: tegra: cardhu: register core regulator tps62360

.../bindings/regulator/tps62360-regulator.txt | 45 ++++++++++++
arch/arm/boot/dts/tegra-cardhu.dts | 14 ++++
arch/arm/configs/tegra_defconfig | 1 +
drivers/regulator/tps62360-regulator.c | 74 +++++++++++++++++++-
include/linux/regulator/tps62360.h | 4 +-
5 files changed, 133 insertions(+), 5 deletions(-)
create mode 100644 Documentation/devicetree/bindings/regulator/tps62360-regulator.txt

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/