[PATCHv2 0/3] Adding TI TPS PMICs support in the regulator framework

From: Anuj Aggarwal
Date: Thu Aug 20 2009 - 09:51:21 EST


This patch set adds support for TI TPS65023 and TPS6507x PMICs in the voltage
regulator framework. The patches also take care of the comments received
earlier.

Anuj Aggarwal (3):
Regulator: Add TPS65023 regulator driver
Regulator: Add TPS6507x regulator driver
Regulator: Adding TPS65023 and TPS6507x in Kconfig and Makefile

drivers/regulator/Kconfig | 16 +
drivers/regulator/Makefile | 3 +
drivers/regulator/tps65023-regulator.c | 631 ++++++++++++++++++++++++++++
drivers/regulator/tps6507x-regulator.c | 713 ++++++++++++++++++++++++++++++++
4 files changed, 1363 insertions(+), 0 deletions(-)
create mode 100644 drivers/regulator/tps65023-regulator.c
create mode 100644 drivers/regulator/tps6507x-regulator.c

--
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/