[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1299577197-31261-1-git-send-email-linus.walleij@stericsson.com>
Date: Tue, 8 Mar 2011 10:39:57 +0100
From: Linus Walleij <linus.walleij@...ricsson.com>
To: <linux-kernel@...r.kernel.org>,
Liam Girdwood <lrg@...mlogic.co.uk>,
Mark Brown <broonie@...nsource.wolfsonmicro.com>,
Samuel Ortiz <samuel.ortiz@...el.com>
Cc: Lee Jones <lee.jones@...aro.org>,
Linus Walleij <linus.walleij@...aro.org>
Subject: [PATCH 0/3] Driver for Texas Instruments TPS61050/61052 chips
From: Linus Walleij <linus.walleij@...aro.org>
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@...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