Linux on ARM based TI OMAP SoCs
 help / color / mirror / Atom feed
* [PATCH 4/4] regulator: Palmas: Add TPS659038 support
  2013-06-17 12:09 [PATCH 0/4] MFD: Palmas: Add TPS659038 PMIC to supported devices of Palmas J Keerthy
@ 2013-06-17 12:09 ` J Keerthy
  0 siblings, 0 replies; 6+ messages in thread
From: J Keerthy @ 2013-06-17 12:09 UTC (permalink / raw)
  To: linux-omap
  Cc: broonie, j-keerthy, ldewangan, sameo, grant.likely, swarren,
	linux-kernel, linux-doc, gg

Signed-off-by: J Keerthy <j-keerthy@ti.com>
---
 .../devicetree/bindings/regulator/palmas-pmic.txt  |    1 +
 drivers/regulator/palmas-regulator.c               |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Documentation/devicetree/bindings/regulator/palmas-pmic.txt b/Documentation/devicetree/bindings/regulator/palmas-pmic.txt
index d5a3086..5115cd7 100644
--- a/Documentation/devicetree/bindings/regulator/palmas-pmic.txt
+++ b/Documentation/devicetree/bindings/regulator/palmas-pmic.txt
@@ -7,6 +7,7 @@ Required properties:
   ti,twl6037-pmic
   ti,tps65913-pmic
   ti,tps65914-pmic
+  ti,tps659038-pmic
 and also the generic series names
   ti,palmas-pmic
 - interrupt-parent : The parent interrupt controller which is palmas.
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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 4/4] regulator: Palmas: Add TPS659038 support
@ 2013-06-20 11:02 J Keerthy
  2013-06-21  9:08 ` J, KEERTHY
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: J Keerthy @ 2013-06-20 11:02 UTC (permalink / raw)
  To: linux-omap, sameo
  Cc: broonie, j-keerthy, ldewangan, grant.likely, swarren,
	linux-kernel, linux-doc, gg

Add TPS659038 support.

Signed-off-by: J Keerthy <j-keerthy@ti.com>
Acked-by: Mark Brown <broonie@linaro.org>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* RE: [PATCH 4/4] regulator: Palmas: Add TPS659038 support
  2013-06-20 11:02 [PATCH 4/4] regulator: Palmas: Add TPS659038 support J Keerthy
@ 2013-06-21  9:08 ` J, KEERTHY
  2013-06-25 10:21 ` J, KEERTHY
  2013-06-27  7:47 ` Samuel Ortiz
  2 siblings, 0 replies; 6+ messages in thread
From: J, KEERTHY @ 2013-06-21  9:08 UTC (permalink / raw)
  To: sameo@linux.intel.com
  Cc: broonie@kernel.org, ldewangan@nvidia.com,
	grant.likely@secretlab.ca, swarren@nvidia.com,
	linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
	gg@slimlogic.co.uk, linux-omap@vger.kernel.org

Hi Samuel,

> -----Original Message-----
> From: J, KEERTHY
> Sent: Thursday, June 20, 2013 4:32 PM
> To: linux-omap@vger.kernel.org; sameo@linux.intel.com
> Cc: broonie@kernel.org; J, KEERTHY; ldewangan@nvidia.com;
> grant.likely@secretlab.ca; swarren@nvidia.com; linux-
> kernel@vger.kernel.org; linux-doc@vger.kernel.org; gg@slimlogic.co.uk
> Subject: [PATCH 4/4] regulator: Palmas: Add TPS659038 support
> 
> Add TPS659038 support.
> 

Could you pull this one too?

> Signed-off-by: J Keerthy <j-keerthy@ti.com>
> Acked-by: Mark Brown <broonie@linaro.org>
> ---
>  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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH 4/4] regulator: Palmas: Add TPS659038 support
  2013-06-20 11:02 [PATCH 4/4] regulator: Palmas: Add TPS659038 support J Keerthy
  2013-06-21  9:08 ` J, KEERTHY
@ 2013-06-25 10:21 ` J, KEERTHY
  2013-06-27  4:31   ` J, KEERTHY
  2013-06-27  7:47 ` Samuel Ortiz
  2 siblings, 1 reply; 6+ messages in thread
From: J, KEERTHY @ 2013-06-25 10:21 UTC (permalink / raw)
  To: sameo@linux.intel.com
  Cc: broonie@kernel.org, ldewangan@nvidia.com,
	grant.likely@secretlab.ca, swarren@nvidia.com,
	linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
	gg@slimlogic.co.uk, linux-omap@vger.kernel.org

Hi Samuel,

> -----Original Message-----
> From: J, KEERTHY
> Sent: Friday, June 21, 2013 2:38 PM
> To: sameo@linux.intel.com
> Cc: broonie@kernel.org; ldewangan@nvidia.com;
> grant.likely@secretlab.ca; swarren@nvidia.com; linux-
> kernel@vger.kernel.org; linux-doc@vger.kernel.org; gg@slimlogic.co.uk;
> linux-omap@vger.kernel.org
> 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: linux-omap@vger.kernel.org; sameo@linux.intel.com
> > Cc: broonie@kernel.org; J, KEERTHY; ldewangan@nvidia.com;
> > grant.likely@secretlab.ca; swarren@nvidia.com; linux-
> > kernel@vger.kernel.org; linux-doc@vger.kernel.org; gg@slimlogic.co.uk
> > 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 <j-keerthy@ti.com>
> > Acked-by: Mark Brown <broonie@linaro.org>
> > ---
> >  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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH 4/4] regulator: Palmas: Add TPS659038 support
  2013-06-25 10:21 ` J, KEERTHY
@ 2013-06-27  4:31   ` J, KEERTHY
  0 siblings, 0 replies; 6+ messages in thread
From: J, KEERTHY @ 2013-06-27  4:31 UTC (permalink / raw)
  To: sameo@linux.intel.com
  Cc: broonie@kernel.org, ldewangan@nvidia.com,
	grant.likely@secretlab.ca, swarren@nvidia.com,
	linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
	gg@slimlogic.co.uk, linux-omap@vger.kernel.org

Hi Samuel,


> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-
> owner@vger.kernel.org] On Behalf Of J, KEERTHY
> Sent: Tuesday, June 25, 2013 3:51 PM
> To: sameo@linux.intel.com
> Cc: broonie@kernel.org; ldewangan@nvidia.com;
> grant.likely@secretlab.ca; swarren@nvidia.com; linux-
> kernel@vger.kernel.org; linux-doc@vger.kernel.org; gg@slimlogic.co.uk;
> linux-omap@vger.kernel.org
> 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: sameo@linux.intel.com
> > Cc: broonie@kernel.org; ldewangan@nvidia.com;
> > grant.likely@secretlab.ca; swarren@nvidia.com; linux-
> > kernel@vger.kernel.org; linux-doc@vger.kernel.org;
> gg@slimlogic.co.uk;
> > linux-omap@vger.kernel.org
> > 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: linux-omap@vger.kernel.org; sameo@linux.intel.com
> > > Cc: broonie@kernel.org; J, KEERTHY; ldewangan@nvidia.com;
> > > grant.likely@secretlab.ca; swarren@nvidia.com; linux-
> > > kernel@vger.kernel.org; linux-doc@vger.kernel.org;
> > > gg@slimlogic.co.uk
> > > 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 <j-keerthy@ti.com>
> > > Acked-by: Mark Brown <broonie@linaro.org>
> > > ---
> > >  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 majordomo@vger.kernel.org More majordomo
> info at  http://vger.kernel.org/majordomo-info.html

Regards,
Keerthy

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 4/4] regulator: Palmas: Add TPS659038 support
  2013-06-20 11:02 [PATCH 4/4] regulator: Palmas: Add TPS659038 support J Keerthy
  2013-06-21  9:08 ` J, KEERTHY
  2013-06-25 10:21 ` J, KEERTHY
@ 2013-06-27  7:47 ` Samuel Ortiz
  2 siblings, 0 replies; 6+ messages in thread
From: Samuel Ortiz @ 2013-06-27  7:47 UTC (permalink / raw)
  To: J Keerthy
  Cc: linux-omap, broonie, ldewangan, grant.likely, swarren,
	linux-kernel, linux-doc, gg

Hi,

On Thu, Jun 20, 2013 at 04:32:15PM +0530, J Keerthy wrote:
> Add TPS659038 support.
> 
> Signed-off-by: J Keerthy <j-keerthy@ti.com>
> Acked-by: Mark Brown <broonie@linaro.org>
> ---
>  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/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-06-27  7:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20 11:02 [PATCH 4/4] regulator: Palmas: Add TPS659038 support J Keerthy
2013-06-21  9:08 ` J, KEERTHY
2013-06-25 10:21 ` J, KEERTHY
2013-06-27  4:31   ` J, KEERTHY
2013-06-27  7:47 ` Samuel Ortiz
  -- strict thread matches above, loose matches on Subject: below --
2013-06-17 12:09 [PATCH 0/4] MFD: Palmas: Add TPS659038 PMIC to supported devices of Palmas J Keerthy
2013-06-17 12:09 ` [PATCH 4/4] regulator: Palmas: Add TPS659038 support J Keerthy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox