[PATCH 0/3] Driver for Texas Instruments TPS61050/61052 chips

From: Linus Walleij
Date: Tue Mar 08 2011 - 04:40:28 EST


From: Linus Walleij <linus.walleij@xxxxxxxxxx>

The TI TPS61050/TPS61052 chips can be used for various stuff,
boost converter (for e.g. audio), LED flash gun, and white LED
boost driver.

If the patches are OK I would prefer to merge them all through
the ux500-core tree so I can get the platform data in at the
same time, so requesting ACK from the MFD and regulator
subsystem maintainers if/when you are pleased with this.

Linus Walleij (3):
mfd: add a core driver for TI TPS61050/TPS61052 chips
regulator: add a subdriver for TI TPS6105x regulator portions
mach-ux500: configure board for the TPS61052 regulator

arch/arm/mach-ux500/board-mop500-regulators.c | 26 +++
arch/arm/mach-ux500/board-mop500-regulators.h | 1 +
arch/arm/mach-ux500/board-mop500.c | 14 ++
drivers/mfd/Kconfig | 12 ++
drivers/mfd/Makefile | 1 +
drivers/mfd/tps6105x.c | 251 +++++++++++++++++++++++++
drivers/regulator/Kconfig | 9 +
drivers/regulator/Makefile | 2 +-
drivers/regulator/tps6105x-regulator.c | 220 ++++++++++++++++++++++
include/linux/mfd/tps6105x.h | 101 ++++++++++
10 files changed, 636 insertions(+), 1 deletions(-)
create mode 100644 drivers/mfd/tps6105x.c
create mode 100644 drivers/regulator/tps6105x-regulator.c
create mode 100644 include/linux/mfd/tps6105x.h

--
1.7.3.2

Yours,
Linus Walleij
--
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/