2011-05-16 23:34:59

by Jorge Eduardo Candelaria

[permalink] [raw]
Subject: PATCHv4 0/5] Add TPS65911 device

This is the initial version of the TPS65911 PMIC. This is a power management IC
for multimedia products.

The driver is depends on the TPS65910 PMIC and provides the same functionality:
Regulators, GPIO controller, RTC, etc. It also adds new functionality that was
not present in TPS65910 chip.

Support for subsequent versions of this PMIC can be easily added after this set
of patches.

Changes from v2:
- Moved GPIO driver to drivers/gpio.
- Determine the chip's number of gpios using a switch statement instead of if-else.
- Remove Kconfig entry for comparator driver.

Changes from v3:
- Separated GPIO changes in 2 patches:
- Move gpio driver to drivers/gpio
- Add support for tps65911

GIT: [PATCHv4 1/5] MFD: TPS65910: Add support for TPS65911 device
GIT: [PATCHv4 2/5] regulator: tps65911: Add new chip version
GIT: [PATCHv4 3/5] TPS65911: Add new irq definitions
GIT: [PATCHv4 4/5] TPS65911: Add support for added GPIO lines
GIT: [PATCHv4 5/5] TPS65911: Comparator: Add comparator driver-


2011-05-21 12:02:41

by Liam Girdwood

[permalink] [raw]
Subject: Re: PATCHv4 0/5] Add TPS65911 device

On Mon, 2011-05-16 at 18:34 -0500, Jorge Eduardo Candelaria wrote:
> This is the initial version of the TPS65911 PMIC. This is a power management IC
> for multimedia products.
>
> The driver is depends on the TPS65910 PMIC and provides the same functionality:
> Regulators, GPIO controller, RTC, etc. It also adds new functionality that was
> not present in TPS65910 chip.
>
> Support for subsequent versions of this PMIC can be easily added after this set
> of patches.
>
> Changes from v2:
> - Moved GPIO driver to drivers/gpio.
> - Determine the chip's number of gpios using a switch statement instead of if-else.
> - Remove Kconfig entry for comparator driver.
>
> Changes from v3:
> - Separated GPIO changes in 2 patches:
> - Move gpio driver to drivers/gpio
> - Add support for tps65911

Now applied.

Thanks

Liam