Re: [PATCH v3 4/4] regulator: Palmas: Add TPS659038 support

2013-06-19 Thread Mark Brown
On Wed, Jun 19, 2013 at 11:27:50AM +0530, Keerthy wrote:
 From: J Keerthy j-keer...@ti.com
 
 Add TPS659038 support.
 
 Signed-off-by: J Keerthy j-keer...@ti.com

This doesn't apply against my current tree as the PMIC bindings document
isn't in mainline yet.

Acked-by: Mark Brown broo...@linaro.org

assuming there's a tree where that does exist.


signature.asc
Description: Digital signature


RE: [PATCH v3 4/4] regulator: Palmas: Add TPS659038 support

2013-06-19 Thread J, KEERTHY


 -Original Message-
 From: Mark Brown [mailto:broo...@kernel.org]
 Sent: Wednesday, June 19, 2013 10:12 PM
 To: J, KEERTHY
 Cc: linux-omap@vger.kernel.org; ldewan...@nvidia.com;
 sa...@linux.intel.com; grant.lik...@secretlab.ca; swar...@nvidia.com;
 linux-ker...@vger.kernel.org; linux-...@vger.kernel.org; devicetree-
 disc...@lists.ozlabs.org; g...@slimlogic.co.uk
 Subject: Re: [PATCH v3 4/4] regulator: Palmas: Add TPS659038 support
 
 On Wed, Jun 19, 2013 at 11:27:50AM +0530, Keerthy wrote:
  From: J Keerthy j-keer...@ti.com
 
  Add TPS659038 support.
 
  Signed-off-by: J Keerthy j-keer...@ti.com
 
 This doesn't apply against my current tree as the PMIC bindings
 document isn't in mainline yet.

It was pulled by Grant.

 
 Acked-by: Mark Brown broo...@linaro.org
 
 assuming there's a tree where that does exist.

Thanks. I will check if Grant can pull this.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v3 4/4] regulator: Palmas: Add TPS659038 support

2013-06-18 Thread Keerthy
From: J Keerthy j-keer...@ti.com

Add TPS659038 support.

Signed-off-by: J Keerthy j-keer...@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

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html