[<prev] [next>] [day] [month] [year] [list]
Message-ID: <BANLkTinUp=CXNc+kvFF1vVunk32mDauD-A@mail.gmail.com>
Date: Tue, 10 May 2011 15:25:06 -0500
From: Margarita Olaya <magi@...mlogic.co.uk>
To: linux-kernel@...r.kernel.org
Cc: Liam Girdwood <lrg@...mlogic.co.uk>,
Mark Brown <broonie@...nsource.wolfsonmicro.com>
Subject: [PATCH 0/4] Initial TPS65912 PMIC driver
This is the initial version of the TPS65912 PMIC, a power managment IC
for multimedia products.
The tps65912 consists of 4 DCDCs and 10 LDOs, that are able to supply
voltage to main processor and other components. The chip includes a
GPIO module.
Margarita Olaya Cabrera (4):
mfd: tps65912: Add new mfd device
tps65912: gpio: add gpio driver
tps65912: irq: add interrupt controller
tps65912: add regulator driver
drivers/mfd/Kconfig | 8 +
drivers/mfd/Makefile | 1 +
drivers/mfd/tps65912-gpio.c | 94 +++
drivers/mfd/tps65912-irq.c | 224 ++++++++
drivers/mfd/tps65912.c | 387 +++++++++++++
drivers/regulator/Kconfig | 6 +
drivers/regulator/Makefile | 1 +
drivers/regulator/tps65912-regulator.c | 966 ++++++++++++++++++++++++++++++++
include/linux/mfd/tps65912.h | 465 +++++++++++++++
9 files changed, 2152 insertions(+), 0 deletions(-)
create mode 100644 drivers/mfd/tps65912-gpio.c
create mode 100644 drivers/mfd/tps65912-irq.c
create mode 100644 drivers/mfd/tps65912.c
create mode 100644 drivers/regulator/tps65912-regulator.c
create mode 100644 include/linux/mfd/tps65912.h
--
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