2011-04-21 14:35:40

by Jorge Eduardo Candelaria

[permalink] [raw]
Subject: [PATCHv4 0/4] Initial TPS65910 PMIC driver

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

It provides regulators that are able to supply power to
dual processor cores and other components. The chip provides other modules
including GPIO controller, RTC, etc.

This driver will be able to support subsequent chip versions of the TPS6591x
family.

Changes from v3:
- PATCH 4/4: Some old code was left behind. Remove it.
- PATCH 4/4: Several operations have to read the value of a register, modify
it and then write it back. Create a new function that does the same.

GIT: [PATCHv4 1/4] MFD: TPS65910: Add new mfd device for TPS65910
GIT: [PATCHv4 2/4] TPS65910: GPIO: Add GPIO driver
GIT: [PATCHv4 3/4] TPS65910: IRQ: Add interrupt controller
GIT: [PATCHv4 4/4] TPS65910: Add tps65910 regulator driver-


2011-04-21 15:00:36

by Wanlong Gao

[permalink] [raw]
Subject: Re: [PATCHv4 0/4] Initial TPS65910 PMIC driver

On 4/21/11, Jorge Eduardo Candelaria <[email protected]> wrote:
> This is the initial version of the TPS65910 PMIC. This is a power management
> IC
> for multimedia products.
>
> It provides regulators that are able to supply power to
> dual processor cores and other components. The chip provides other modules
> including GPIO controller, RTC, etc.
>
> This driver will be able to support subsequent chip versions of the TPS6591x
> family.
>
> Changes from v3:
> - PATCH 4/4: Some old code was left behind. Remove it.
> - PATCH 4/4: Several operations have to read the value of a register, modify
> it and then write it back. Create a new function that does the same.
>
> GIT: [PATCHv4 1/4] MFD: TPS65910: Add new mfd device for TPS65910
> GIT: [PATCHv4 2/4] TPS65910: GPIO: Add GPIO driver
> GIT: [PATCHv4 3/4] TPS65910: IRQ: Add interrupt controller
> GIT: [PATCHv4 4/4] TPS65910: Add tps65910 regulator driver--
The set seems good to me .
Thanks
Best regards .
Reviewed-by: Wanlong Gao <[email protected]>
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>