From: Mark Brown on
On Thu, Jun 24, 2010 at 03:49:49PM +0200, Marek Vasut wrote:
> TPS65021 is an older model and is slightly weaker (can supply less current),
> otherwise is the same.
>
> Signed-off-by: Marek Vasut <marek.vasut(a)gmail.com>

Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Mark Brown on

On 24 Jun 2010, at 14:49, Marek Vasut <marek.vasut(a)gmail.com> wrote:

> TPS65021 is an older model and is slightly weaker (can supply less current),
> otherwise is the same.
>
> Signed-off-by: Marek Vasut <marek.vasut(a)gmail.com>

Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com>

> ---
> drivers/regulator/tps65023-regulator.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/regulator/tps65023-regulator.c b/drivers/regulator/tps65023-regulator.c
> index f50afc9..cd6d4fc 100644
> --- a/drivers/regulator/tps65023-regulator.c
> +++ b/drivers/regulator/tps65023-regulator.c
> @@ -585,6 +585,8 @@ static const struct tps_info tps65023_regs[] = {
> static const struct i2c_device_id tps_65023_id[] = {
> {.name = "tps65023",
> .driver_data = (unsigned long) tps65023_regs,},
> + {.name = "tps65021",
> + .driver_data = (unsigned long) tps65023_regs,},
> { },
> };
>
> --
> 1.7.1
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Liam Girdwood on
On Fri, 2010-06-25 at 12:55 +0100, Mark Brown wrote:
> On Thu, Jun 24, 2010 at 03:49:49PM +0200, Marek Vasut wrote:
> > TPS65021 is an older model and is slightly weaker (can supply less current),
> > otherwise is the same.
> >
> > Signed-off-by: Marek Vasut <marek.vasut(a)gmail.com>
>
> Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com>
> --

Applied.

Thanks

Liam
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/