2011-06-08 17:42:23

by Margarita Olaya

[permalink] [raw]
Subject: [PATCHv4 0/4][RESEND] Initial support for TPS65912 PMIC

Hi,

This is the initial version of the TPS65912 PMIC, a power management 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.

-- Resend v4

Margarita Olaya Cabrera (4):
mfd: tps65912: Add new mfd device
tps65912: irq: add interrupt controller
tps65912: gpio: add gpio driver
tps65912: add regulator driver

drivers/gpio/Kconfig | 6 +
drivers/gpio/Makefile | 1 +
drivers/gpio/tps65912-gpio.c | 159 +++++++
drivers/mfd/Kconfig | 22 +
drivers/mfd/Makefile | 4 +
drivers/mfd/tps65912-core.c | 177 +++++++
drivers/mfd/tps65912-i2c.c | 139 ++++++
drivers/mfd/tps65912-irq.c | 225 +++++++++
drivers/mfd/tps65912-spi.c | 142 ++++++
drivers/regulator/Kconfig | 6 +
drivers/regulator/Makefile | 1 +
drivers/regulator/tps65912-regulator.c | 800 ++++++++++++++++++++++++++++++++
include/linux/mfd/tps65912.h | 327 +++++++++++++
13 files changed, 2009 insertions(+), 0 deletions(-)
create mode 100644 drivers/gpio/tps65912-gpio.c
create mode 100644 drivers/mfd/tps65912-core.c
create mode 100644 drivers/mfd/tps65912-i2c.c
create mode 100644 drivers/mfd/tps65912-irq.c
create mode 100644 drivers/mfd/tps65912-spi.c
create mode 100644 drivers/regulator/tps65912-regulator.c
create mode 100644 include/linux/mfd/tps65912.h


2011-06-08 19:51:05

by Liam Girdwood

[permalink] [raw]
Subject: Re: [PATCHv4 0/4][RESEND] Initial support for TPS65912 PMIC

On 08/06/11 18:42, Margarita Olaya wrote:
> Hi,
>
> This is the initial version of the TPS65912 PMIC, a power management 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.
>
> -- Resend v4
>

Samuel, you have my Ack for upstreaming all via MFD if that's OK with you.

Acked-by: Liam Girdwood <[email protected]>

Thanks !

Liam