From: Daniel Jeong <daniel.je...@ti.com> This driver is a general version for lp8755 regulator driver of TI.
LP8755 : The LP8755 is a high performance power management unit.It contains six step-down DC-DC converters which can be filexibly bundled together in multiphase converters as required by application. www.ti.com Daniel Jeong (1): regulator: new driver for LP8755 drivers/regulator/Kconfig | 9 + drivers/regulator/Makefile | 1 + drivers/regulator/lp8755.c | 553 ++++++++++++++++++++++++++++++++++ include/linux/platform_data/lp8755.h | 72 +++++ 4 files changed, 635 insertions(+), 0 deletions(-) create mode 100644 drivers/regulator/lp8755.c create mode 100644 include/linux/platform_data/lp8755.h -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/