2011-05-05 00:21:16

by Jorge Eduardo Candelaria

[permalink] [raw]
Subject: [PATCHv2 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 v1:
- Changed several if statements to switch-case for future-proofing.
- Declared only on Comparator voltage table for COMP1 and COMP2.

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


2011-05-08 16:45:13

by Liam Girdwood

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

On 05/05/11 01:21, 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 v1:
> - Changed several if statements to switch-case for future-proofing.
> - Declared only on Comparator voltage table for COMP1 and COMP2.
>
> GIT: [PATCHv2 1/5] MFD: TPS65910: Add support for TPS65911 device
> GIT: [PATCHv2 2/5] regulator: tps65911: Add new chip version
> GIT: [PATCHv2 3/5] TPS65911: Add new irq definitions
> GIT: [PATCHv2 4/5] TPS65911: Add support for added GPIO lines
> GIT: [PATCHv2 5/5] TPS65911: Comparator: Add comparator driver

Samuel, if you are happy enough with the MFD changes I can take through regulator again ?

Thanks

Liam

2011-05-09 19:31:30

by Jorge Eduardo Candelaria

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


On May 8, 2011, at 11:44 AM, Liam Girdwood wrote:

> On 05/05/11 01:21, 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 v1:
>> - Changed several if statements to switch-case for future-proofing.
>> - Declared only on Comparator voltage table for COMP1 and COMP2.
>>
>> GIT: [PATCHv2 1/5] MFD: TPS65910: Add support for TPS65911 device
>> GIT: [PATCHv2 2/5] regulator: tps65911: Add new chip version
>> GIT: [PATCHv2 3/5] TPS65911: Add new irq definitions
>> GIT: [PATCHv2 4/5] TPS65911: Add support for added GPIO lines
>> GIT: [PATCHv2 5/5] TPS65911: Comparator: Add comparator driver
>
> Samuel, if you are happy enough with the MFD changes I can take through regulator again ?

Samuel, any update on the MFD changes above?

Thanks,
Jorge
>
> Thanks
>
> Liam