2013-06-20 11:03:46

by Keerthy

[permalink] [raw]
Subject: [PATCH 4/4] regulator: Palmas: Add TPS659038 support

Add TPS659038 support.

Signed-off-by: J Keerthy <[email protected]>
Acked-by: Mark Brown <[email protected]>
---
drivers/regulator/palmas-regulator.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/regulator/palmas-regulator.c b/drivers/regulator/palmas-regulator.c
index 1ae1e83..d0c8785 100644
--- a/drivers/regulator/palmas-regulator.c
+++ b/drivers/regulator/palmas-regulator.c
@@ -1054,6 +1054,7 @@ static struct of_device_id of_palmas_match_tbl[] = {
{ .compatible = "ti,tps65913-pmic", },
{ .compatible = "ti,tps65914-pmic", },
{ .compatible = "ti,tps80036-pmic", },
+ { .compatible = "ti,tps659038-pmic", },
{ /* end */ }
};

--
1.7.5.4


2013-06-21 09:08:44

by Keerthy

[permalink] [raw]
Subject: RE: [PATCH 4/4] regulator: Palmas: Add TPS659038 support

Hi Samuel,

> -----Original Message-----
> From: J, KEERTHY
> Sent: Thursday, June 20, 2013 4:32 PM
> To: [email protected]; [email protected]
> Cc: [email protected]; J, KEERTHY; [email protected];
> [email protected]; [email protected]; linux-
> [email protected]; [email protected]; [email protected]
> Subject: [PATCH 4/4] regulator: Palmas: Add TPS659038 support
>
> Add TPS659038 support.
>

Could you pull this one too?

> Signed-off-by: J Keerthy <[email protected]>
> Acked-by: Mark Brown <[email protected]>
> ---
> drivers/regulator/palmas-regulator.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/regulator/palmas-regulator.c
> b/drivers/regulator/palmas-regulator.c
> index 1ae1e83..d0c8785 100644
> --- a/drivers/regulator/palmas-regulator.c
> +++ b/drivers/regulator/palmas-regulator.c
> @@ -1054,6 +1054,7 @@ static struct of_device_id of_palmas_match_tbl[]
> = {
> { .compatible = "ti,tps65913-pmic", },
> { .compatible = "ti,tps65914-pmic", },
> { .compatible = "ti,tps80036-pmic", },
> + { .compatible = "ti,tps659038-pmic", },
> { /* end */ }
> };
>
> --
> 1.7.5.4

Regards,
Keerthy

2013-06-25 10:21:52

by Keerthy

[permalink] [raw]
Subject: RE: [PATCH 4/4] regulator: Palmas: Add TPS659038 support

Hi Samuel,

> -----Original Message-----
> From: J, KEERTHY
> Sent: Friday, June 21, 2013 2:38 PM
> To: [email protected]
> Cc: [email protected]; [email protected];
> [email protected]; [email protected]; linux-
> [email protected]; [email protected]; [email protected];
> [email protected]
> Subject: RE: [PATCH 4/4] regulator: Palmas: Add TPS659038 support
>
> Hi Samuel,
>
> > -----Original Message-----
> > From: J, KEERTHY
> > Sent: Thursday, June 20, 2013 4:32 PM
> > To: [email protected]; [email protected]
> > Cc: [email protected]; J, KEERTHY; [email protected];
> > [email protected]; [email protected]; linux-
> > [email protected]; [email protected]; [email protected]
> > Subject: [PATCH 4/4] regulator: Palmas: Add TPS659038 support
> >
> > Add TPS659038 support.
> >
>
> Could you pull this one too?

A gentle ping on this.

>
> > Signed-off-by: J Keerthy <[email protected]>
> > Acked-by: Mark Brown <[email protected]>
> > ---
> > drivers/regulator/palmas-regulator.c | 1 +
> > 1 files changed, 1 insertions(+), 0 deletions(-)
> >
> > diff --git a/drivers/regulator/palmas-regulator.c
> > b/drivers/regulator/palmas-regulator.c
> > index 1ae1e83..d0c8785 100644
> > --- a/drivers/regulator/palmas-regulator.c
> > +++ b/drivers/regulator/palmas-regulator.c
> > @@ -1054,6 +1054,7 @@ static struct of_device_id
> of_palmas_match_tbl[]
> > = {
> > { .compatible = "ti,tps65913-pmic", },
> > { .compatible = "ti,tps65914-pmic", },
> > { .compatible = "ti,tps80036-pmic", },
> > + { .compatible = "ti,tps659038-pmic", },
> > { /* end */ }
> > };
> >
> > --
> > 1.7.5.4
>
> Regards,
> Keerthy

Regards,
Keerthy

2013-06-27 04:31:57

by Keerthy

[permalink] [raw]
Subject: RE: [PATCH 4/4] regulator: Palmas: Add TPS659038 support

Hi Samuel,


> -----Original Message-----
> From: [email protected] [mailto:linux-omap-
> [email protected]] On Behalf Of J, KEERTHY
> Sent: Tuesday, June 25, 2013 3:51 PM
> To: [email protected]
> Cc: [email protected]; [email protected];
> [email protected]; [email protected]; linux-
> [email protected]; [email protected]; [email protected];
> [email protected]
> Subject: RE: [PATCH 4/4] regulator: Palmas: Add TPS659038 support
>
> Hi Samuel,
>
> > -----Original Message-----
> > From: J, KEERTHY
> > Sent: Friday, June 21, 2013 2:38 PM
> > To: [email protected]
> > Cc: [email protected]; [email protected];
> > [email protected]; [email protected]; linux-
> > [email protected]; [email protected];
> [email protected];
> > [email protected]
> > Subject: RE: [PATCH 4/4] regulator: Palmas: Add TPS659038 support
> >
> > Hi Samuel,
> >
> > > -----Original Message-----
> > > From: J, KEERTHY
> > > Sent: Thursday, June 20, 2013 4:32 PM
> > > To: [email protected]; [email protected]
> > > Cc: [email protected]; J, KEERTHY; [email protected];
> > > [email protected]; [email protected]; linux-
> > > [email protected]; [email protected];
> > > [email protected]
> > > Subject: [PATCH 4/4] regulator: Palmas: Add TPS659038 support
> > >
> > > Add TPS659038 support.
> > >
> >
> > Could you pull this one too?
>
> A gentle ping on this.

Since the previous patch was applied by you
Even this patch needs to be taken by you.

Could you please pull this?

>
> >
> > > Signed-off-by: J Keerthy <[email protected]>
> > > Acked-by: Mark Brown <[email protected]>
> > > ---
> > > drivers/regulator/palmas-regulator.c | 1 +
> > > 1 files changed, 1 insertions(+), 0 deletions(-)
> > >
> > > diff --git a/drivers/regulator/palmas-regulator.c
> > > b/drivers/regulator/palmas-regulator.c
> > > index 1ae1e83..d0c8785 100644
> > > --- a/drivers/regulator/palmas-regulator.c
> > > +++ b/drivers/regulator/palmas-regulator.c
> > > @@ -1054,6 +1054,7 @@ static struct of_device_id
> > of_palmas_match_tbl[]
> > > = {
> > > { .compatible = "ti,tps65913-pmic", },
> > > { .compatible = "ti,tps65914-pmic", },
> > > { .compatible = "ti,tps80036-pmic", },
> > > + { .compatible = "ti,tps659038-pmic", },
> > > { /* end */ }
> > > };
> > >
> > > --
> > > 1.7.5.4
> >
> > Regards,
> > Keerthy
>
> Regards,
> Keerthy
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap"
> in the body of a message to [email protected] More majordomo
> info at http://vger.kernel.org/majordomo-info.html

Regards,
Keerthy

2013-06-27 07:48:05

by Samuel Ortiz

[permalink] [raw]
Subject: Re: [PATCH 4/4] regulator: Palmas: Add TPS659038 support

Hi,

On Thu, Jun 20, 2013 at 04:32:15PM +0530, J Keerthy wrote:
> Add TPS659038 support.
>
> Signed-off-by: J Keerthy <[email protected]>
> Acked-by: Mark Brown <[email protected]>
> ---
> drivers/regulator/palmas-regulator.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Applied to mfd-next, thanks.

Cheers,
Samuel.

--
Intel Open Source Technology Centre
http://oss.intel.com/