RE: [PATCH 1/4] MFD: Add TPS659038 documentation under Palmas

2013-07-02 Thread J, KEERTHY
Hello Grant, > -Original Message- > From: J, KEERTHY > Sent: Thursday, June 27, 2013 10:03 AM > To: grant.lik...@secretlab.ca > Cc: broo...@kernel.org; ldewan...@nvidia.com; sa...@linux.intel.com; > swar...@nvidia.com; linux-ker...@vger.kernel.org; linux- >

RE: [PATCH 3/4] regulators: Add TPS659038 documentation under Palmas

2013-07-02 Thread J, KEERTHY
Hello Grant, > -Original Message- > From: J, KEERTHY > Sent: Thursday, June 27, 2013 10:05 AM > To: grant.lik...@secretlab.ca > Cc: broo...@kernel.org; ldewan...@nvidia.com; sa...@linux.intel.com; > swar...@nvidia.com; linux-ker...@vger.kernel.org; linux- >

RE: [PATCH 3/4] regulators: Add TPS659038 documentation under Palmas

2013-06-26 Thread J, KEERTHY
Hello Grant, > -Original Message- > From: J, KEERTHY > Sent: Thursday, June 20, 2013 4:36 PM > To: linux-omap@vger.kernel.org; grant.lik...@secretlab.ca > Cc: broo...@kernel.org; J, KEERTHY; ldewan...@nvidia.com; > sa...@linux.intel.com; swar...@nvidia.com; linux- > k

RE: [PATCH 1/4] MFD: Add TPS659038 documentation under Palmas

2013-06-26 Thread J, KEERTHY
Hi Grant, > -Original Message- > From: J, KEERTHY > Sent: Monday, June 24, 2013 6:26 PM > To: grant.lik...@secretlab.ca > Cc: broo...@kernel.org; ldewan...@nvidia.com; sa...@linux.intel.com; > swar...@nvidia.com; linux-ker...@vger.kernel.org; linux- > d...@vger.k

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

2013-06-26 Thread J, KEERTHY
Hi Samuel, > -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of J, KEERTHY > Sent: Tuesday, June 25, 2013 3:51 PM > To: sa...@linux.intel.com > Cc: broo...@kernel.org; ldewan...@nvidia.com; > gran

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

2013-06-25 Thread J, KEERTHY
Hi Samuel, > -Original Message- > From: J, KEERTHY > Sent: Friday, June 21, 2013 2:38 PM > To: sa...@linux.intel.com > Cc: broo...@kernel.org; ldewan...@nvidia.com; > grant.lik...@secretlab.ca; swar...@nvidia.com; linux- > ker...@vger.kernel.org; linux-.

RE: [PATCH 2/4] MFD: Palmas: Add TPS659038 PMIC support

2013-06-24 Thread J, KEERTHY
> -Original Message- > From: Samuel Ortiz [mailto:sa...@linux.intel.com] > Sent: Monday, June 24, 2013 5:13 PM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; broo...@kernel.org; > ldewan...@nvidia.com; grant.lik...@secretlab.ca; swar...@nvidia.com; > linux-k

RE: [PATCH 1/4] MFD: Add TPS659038 documentation under Palmas

2013-06-24 Thread J, KEERTHY
Hello Grant, > -Original Message- > From: J, KEERTHY > Sent: Thursday, June 20, 2013 4:35 PM > To: linux-omap@vger.kernel.org; grant.lik...@secretlab.ca > Cc: broo...@kernel.org; J, KEERTHY; ldewan...@nvidia.com; > sa...@linux.intel.com; swar...@nvidia.com; linux- > k

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

2013-06-21 Thread J, KEERTHY
Hi Samuel, > -Original Message- > From: J, KEERTHY > Sent: Thursday, June 20, 2013 4:32 PM > To: linux-omap@vger.kernel.org; sa...@linux.intel.com > Cc: broo...@kernel.org; J, KEERTHY; ldewan...@nvidia.com; > grant.lik...@secretlab.ca; swar...@nvidia.com; linux- > k

RE: [PATCH 2/4] MFD: Palmas: Add TPS659038 PMIC support

2013-06-21 Thread J, KEERTHY
Hello Samuel, > -Original Message- > From: J, KEERTHY > Sent: Thursday, June 20, 2013 4:35 PM > To: linux-omap@vger.kernel.org; sa...@linux.intel.com > Cc: broo...@kernel.org; J, KEERTHY; ldewan...@nvidia.com; > grant.lik...@secretlab.ca; swar...@nvidia

[PATCH 3/4] regulators: Add TPS659038 documentation under Palmas

2013-06-20 Thread J Keerthy
Add TPS659038 documentation under Palmas. Signed-off-by: J Keerthy Acked-by: Mark Brown --- .../devicetree/bindings/regulator/palmas-pmic.txt |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Documentation/devicetree/bindings/regulator/palmas-pmic.txt b/Documentation

[PATCH 1/4] MFD: Add TPS659038 documentation under Palmas

2013-06-20 Thread J Keerthy
Add TPS659038 documentation under Palmas. Signed-off-by: J Keerthy Acked-by: Samuel Ortiz --- Documentation/devicetree/bindings/mfd/palmas.txt |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/palmas.txt b/Documentation/devicetree

[PATCH 2/4] MFD: Palmas: Add TPS659038 PMIC support

2013-06-20 Thread J Keerthy
-off-by: J Keerthy Acked-by: Samuel Ortiz --- drivers/mfd/palmas.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/mfd/palmas.c b/drivers/mfd/palmas.c index ad2edd6..8b20055 100644 --- a/drivers/mfd/palmas.c +++ b/drivers/mfd/palmas.c @@ -233,12 +233,17 @@ static

[PATCH 0/4] MFD: Palmas: Add TPS659038 PMIC support on Palmas

2013-06-20 Thread J Keerthy
to TWL6035. The patch series is based on the patch: https://lkml.org/lkml/2013/6/20/156 J Keerthy (4): MFD: Add TPS659038 documentation under Palmas MFD: Palmas: Add TPS659038 PMIC support regulators: Add TPS659038 documentation under Palmas regulator: Palmas: Add TPS659038 support

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

2013-06-20 Thread J Keerthy
Add TPS659038 support. Signed-off-by: J Keerthy Acked-by: Mark Brown --- 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

RE: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-20 Thread J, KEERTHY
> -Original Message- > From: Samuel Ortiz [mailto:sa...@linux.intel.com] > Sent: Thursday, June 20, 2013 2:57 PM > To: J, KEERTHY > Cc: broo...@kernel.org; ldewan...@nvidia.com; > grant.lik...@secretlab.ca; swar...@nvidia.com; linux- > ker...@vger.kernel.org; linu

RE: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-20 Thread J, KEERTHY
Hi Samuel, > -Original Message- > From: Samuel Ortiz [mailto:sa...@linux.intel.com] > Sent: Thursday, June 20, 2013 2:38 PM > To: J, KEERTHY > Cc: broo...@kernel.org; ldewan...@nvidia.com; > grant.lik...@secretlab.ca; swar...@nvidia.com; linux- > ker...@v

RE: [PATCH v3 0/4] MFD: Palmas: Add TPS659038 PMIC support on Palmas

2013-06-20 Thread J, KEERTHY
Hi Samuel, > -Original Message- > From: Samuel Ortiz [mailto:sa...@linux.intel.com] > Sent: Thursday, June 20, 2013 2:09 PM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; broo...@kernel.org; > ldewan...@nvidia.com; grant.lik...@secretlab.ca; swar...@nvidi

RE: [PATCH v3 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-19 Thread J, KEERTHY
Hello Samuel, > -Original Message- > From: J, KEERTHY > Sent: Wednesday, June 19, 2013 11:28 AM > To: linux-omap@vger.kernel.org > Cc: broo...@kernel.org; J, KEERTHY; ldewan...@nvidia.com; > sa...@linux.intel.com; grant.lik...@secretlab.ca; swar...@nvidi

RE: [PATCH v3 1/4] MFD: Palmas: Check if irq is valid

2013-06-19 Thread J, KEERTHY
Hi Samuel, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, June 19, 2013 10:39 PM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; broo...@kernel.org; > ldewan...@nvidia.com; sa...@linux.intel.com; grant.lik...@se

RE: [PATCH v3 1/4] MFD: Palmas: Check if irq is valid

2013-06-19 Thread J, KEERTHY
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, June 19, 2013 10:39 PM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; broo...@kernel.org; > ldewan...@nvidia.com; sa...@linux.intel.com; grant.lik...@secretlab.ca; &g

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-k

RE: [PATCH v3 1/4] MFD: Palmas: Check if irq is valid

2013-06-19 Thread J, KEERTHY
> -Original Message- > From: Mark Brown [mailto:broo...@kernel.org] > Sent: Wednesday, June 19, 2013 10:13 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-k

RE: [PATCH v2 1/4] MFD: Palmas: Check if interrupts property exists and then only request irq

2013-06-18 Thread J, KEERTHY
Hi Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, June 19, 2013 12:42 AM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; broo...@kernel.org; > ldewan...@nvidia.com; sa...@linux.intel.com; grant.lik...@se

RE: [PATCH v2 1/4] MFD: Palmas: Check if interrupts property exists and then only request irq

2013-06-18 Thread J, KEERTHY
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Tuesday, June 18, 2013 10:53 PM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; broo...@kernel.org; > ldewan...@nvidia.com; sa...@linux.intel.com; grant.lik...@secretlab.ca; > swar

RE: [PATCH v2 1/4] MFD: Palmas: Check if interrupts property exists and then only request irq

2013-06-18 Thread J, KEERTHY
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Tuesday, June 18, 2013 10:38 PM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; broo...@kernel.org; > ldewan...@nvidia.com; sa...@linux.intel.com; grant.lik...@secretlab.ca; > swar

RE: [PATCH v2 1/4] MFD: Palmas: Check if interrupts property exists and then only request irq

2013-06-18 Thread J, KEERTHY
Hi Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Tuesday, June 18, 2013 9:22 PM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; broo...@kernel.org; > ldewan...@nvidia.com; sa...@linux.intel.com; grant.lik...@se

RE: [PATCH v2 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-18 Thread J, KEERTHY
Hi Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Tuesday, June 18, 2013 9:23 PM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; broo...@kernel.org; > ldewan...@nvidia.com; sa...@linux.intel.com; grant.lik...@se

[PATCH v2 3/4] mfd: Palmas: Add TPS659038 PMIC support

2013-06-18 Thread J Keerthy
-off-by: J Keerthy --- Documentation/devicetree/bindings/mfd/palmas.txt |2 ++ drivers/mfd/palmas.c |5 + 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/palmas.txt b/Documentation/devicetree/bindings/mfd

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

2013-06-18 Thread J Keerthy
Add TPS659038 support. Signed-off-by: J Keerthy --- .../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

[PATCH v2 2/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-18 Thread J Keerthy
The SMPS10 regulator is not presesnt in all the variants of the PALMAS PMIC family. Hence adding a feature to distingush between them. Signed-off-by: J Keerthy --- drivers/mfd/palmas.c | 28 +--- drivers/regulator/palmas-regulator.c |3 +++ include

[PATCH v2 1/4] MFD: Palmas: Check if interrupts property exists and then only request irq

2013-06-18 Thread J Keerthy
Check if interrupts property exists and then only request irq. On some boards INT line might not be connected to a valid irq line on the application processor. Hence keeping a check before requesting irq. Boot tested on OMAP5-UEVM board. Signed-off-by: J Keerthy --- drivers/mfd/palmas.c | 12

[PATCH v2 0/4] MFD: Palmas: Add TPS659038 PMIC support on Palmas

2013-06-18 Thread J Keerthy
to TWL6035. The patch series is based on the patch: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg90598.html V2: Implemented Interrupts checking via DT instead of creating flags and checking based on chip ID. J Keerthy (4): MFD: Palmas: Check if interrupts property exists

RE: [PATCH 1/4] MFD: Palmas: Add Interrupt feature

2013-06-18 Thread J, KEERTHY
Hi Mark, > -Original Message- > From: Mark Brown [mailto:broo...@kernel.org] > Sent: Tuesday, June 18, 2013 2:28 PM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; ldewan...@nvidia.com; > sa...@linux.intel.com; grant.lik...@secretlab.ca; swar...@nvidi

RE: [PATCH 1/4] MFD: Palmas: Add Interrupt feature

2013-06-17 Thread J, KEERTHY
Hi Mark, Thanks for the review. > -Original Message- > From: Mark Brown [mailto:broo...@kernel.org] > Sent: Monday, June 17, 2013 9:46 PM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; ldewan...@nvidia.com; > sa...@linux.intel.com; grant.lik...@secretlab.ca;

RE: [PATCH v2] mfd: Palmas: Remove code which is not necessary for a device tree boot

2013-06-17 Thread J, KEERTHY
> -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Samuel Ortiz > Sent: Monday, June 17, 2013 6:41 PM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; ldewan...@nvidia.com; > g...@slimlogic.co.uk

[PATCH 1/4] MFD: Palmas: Add Interrupt feature

2013-06-17 Thread J Keerthy
Palmas PMICs have an INT line. This line is one single Interrupt line to the application processor. The interrupt feature enables to selectively request irq for only those specific chips which have INT line connected to a valid IRQ line of the application processor. Signed-off-by: J Keerthy

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

2013-06-17 Thread J Keerthy
Signed-off-by: J Keerthy --- .../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

[PATCH 0/4] MFD: Palmas: Add TPS659038 PMIC to supported devices of Palmas

2013-06-17 Thread J Keerthy
TWL6035. The patch series is based on the patch: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg90598.html J Keerthy (4): MFD: Palmas: Add Interrupt feature mfd: Palmas: Add TPS659038 PMIC support MFD: Palmas: Add SMPS10_BOOST feature regulator: Palmas: Add TPS659038 support

[PATCH 2/4] mfd: Palmas: Add TPS659038 PMIC support

2013-06-17 Thread J Keerthy
-off-by: J Keerthy --- Documentation/devicetree/bindings/mfd/palmas.txt |2 ++ drivers/mfd/palmas.c |6 ++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/palmas.txt b/Documentation/devicetree/bindings/mfd

[PATCH 3/4] MFD: Palmas: Add SMPS10_BOOST feature

2013-06-17 Thread J Keerthy
The SMPS10 regulator is not presesnt in all the variants of the PALMAS PMIC family. Hence adding a feature to distingush between them. Signed-off-by: J Keerthy --- drivers/mfd/palmas.c |3 ++- drivers/regulator/palmas-regulator.c |3 +++ include/linux/mfd/palmas.h

[PATCH v2] mfd: Palmas: Remove code which is not necessary for a device tree boot

2013-06-17 Thread J Keerthy
Remove code which is not necessary for a device tree boot. Boot tested on OMAP5-UEVM board. Signed-off-by: J Keerthy Acked-by: Laxman Dewangan Acked-by: Graeme Gregory --- drivers/mfd/palmas.c | 106 -- 1 files changed, 0 insertions(+), 106

RE: [PATCH v6] ARM: dts: OMAP5: Add Palmas MFD node and regulator nodes

2013-06-16 Thread J, KEERTHY
Hi Benoit, > -Original Message- > From: J, KEERTHY > Sent: Thursday, June 13, 2013 10:19 PM > To: Cousson, Benoit > Cc: linux-omap@vger.kernel.org; linux-ker...@vger.kernel.org; > ldewan...@nvidia.com; grant.lik...@secretlab.ca; swar...@wwwdotorg.org; > s

[PATCH] mfd: Palmas: Remove code which is not necessary for a device tree boot

2013-06-16 Thread J Keerthy
Remove code which is not necessary for a device tree boot. Boot tested on OMAP5-UEVM board. Signed-off-by: J Keerthy --- drivers/mfd/palmas.c | 106 -- 1 files changed, 0 insertions(+), 106 deletions(-) diff --git a/drivers/mfd/palmas.c b

RE: [PATCH] mfd: Palmas: Introduce features to select the appropriate modules present in the palmas variant

2013-06-14 Thread J, KEERTHY
Graeme/Laxman, > -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Laxman Dewangan > Sent: Friday, June 14, 2013 3:32 PM > To: Graeme Gregory > Cc: J, KEERTHY; linux-omap@vger.

[PATCH] mfd: Palmas: Introduce features to select the appropriate modules present in the palmas variant

2013-06-14 Thread J Keerthy
Introduce features to select the appropriate sub-modules present in the palmas variants. This adds the major features present in palmas family of PMICs. Boot tested on OMAP5 uevm board. Signed-off-by: J Keerthy --- drivers/mfd/palmas.c | 83

RE: [PATCH v6] ARM: dts: OMAP5: Add Palmas MFD node and regulator nodes

2013-06-13 Thread J, KEERTHY
Hi Benoit, > -Original Message- > From: J, KEERTHY > Sent: Thursday, June 13, 2013 10:00 AM > To: Cousson, Benoit; devicetree-disc...@lists.ozlabs.org > Cc: linux-omap@vger.kernel.org; linux-ker...@vger.kernel.org; > ldewan...@nvidia.com; grant.lik...@secretlab.ca; swa

[PATCH v6] ARM: dts: OMAP5: Add Palmas MFD node and regulator nodes

2013-06-12 Thread J Keerthy
This patch adds Palmas MFD node and the regulator nodes for OMAP5. The node definitions are based on: https://lkml.org/lkml/2013/6/6/25 Boot tested on omap5-uevm board. Signed-off-by: Graeme Gregory Signed-off-by: J Keerthy Reviewed-by: Stephen Warren --- V6: Changed the order of properties

RE: [PATCH v4] ARM: dts: OMAP5: Add palmas MFD node and regulator nodes

2013-06-12 Thread J, KEERTHY
Hi Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, June 12, 2013 9:22 PM > To: J, KEERTHY > Cc: Cousson, Benoit; devicetree-disc...@lists.ozlabs.org; linux- > o...@vger.kernel.org; linux-ker...@vger.kernel.org; >

[PATCH v5] ARM: dts: OMAP5: Add Palmas MFD node and regulator nodes

2013-06-12 Thread J Keerthy
This patch adds Palmas MFD node and the regulator nodes for OMAP5. The node definitions are based on: https://lkml.org/lkml/2013/6/6/25 Boot tested on omap5-uevm board. Signed-off-by: Graeme Gregory Signed-off-by: J Keerthy --- V5: Corrected the IRQ_TYPE flag for OMAP5 board. V4: Removed

[PATCH v4] ARM: dts: OMAP5: Add palmas MFD node and regulator nodes

2013-06-12 Thread J Keerthy
This patch adds Palmas MFD node and the regulator nodes for OMAP5. The node definitions are based on: https://lkml.org/lkml/2013/6/6/25 Boot tested on omap5-uevm board. Signed-off-by: Graeme Gregory Signed-off-by: J Keerthy --- arch/arm/boot/dts/omap5-uevm.dts | 167

RE: [PATCH v3] ARM: dts: OMAP5: Add palmas MFD node and regulator nodes

2013-06-12 Thread J, KEERTHY
> -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Tuesday, June 11, 2013 9:32 PM > To: J, KEERTHY > Cc: Cousson, Benoit; devicetree-disc...@lists.ozlabs.org; linux- > o...@vger.kernel.org; linux-ker...@vger.kernel.org; > ldewan...@

[PATCH v3] ARM: dts: OMAP5: Add palmas MFD node and regulator nodes

2013-06-10 Thread J Keerthy
This patch adds Palmas MFD node and the regulator nodes for OMAP5. The node definitions are based on: https://lkml.org/lkml/2013/6/6/25 Boot tested on omap5-uevm board. Signed-off-by: Graeme Gregory Signed-off-by: J Keerthy --- arch/arm/boot/dts/omap5-uevm.dts | 170

RE: [PATCH v2 1/2] ARM: dts: add dtsi for palmas

2013-06-10 Thread J, KEERTHY
Hi Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, June 10, 2013 9:59 PM > To: J, KEERTHY > Cc: Cousson, Benoit; devicetree-disc...@lists.ozlabs.org; linux- > o...@vger.kernel.org; linux-ker...@vger.kernel.org; >

RE: [PATCH] ARM: dts: add dtsi for palmas

2013-06-10 Thread J, KEERTHY
Hi Benoit, > -Original Message- > From: Cousson, Benoit > Sent: Monday, June 10, 2013 3:00 PM > To: J, KEERTHY > Cc: Stephen Warren; devicetree-disc...@lists.ozlabs.org; linux- > o...@vger.kernel.org; linux-ker...@vger.kernel.org; > ldewan...@nvidia.com; grant.lik.

RE: [PATCH v2 2/2] ARM: dts: OMAP5: add palmas node and omap specific palmas regulator properties

2013-06-10 Thread J, KEERTHY
Hello Lee jones, > -Original Message- > From: Lee Jones [mailto:lee.jo...@linaro.org] > Sent: Monday, June 10, 2013 3:36 PM > To: J, KEERTHY > Cc: Cousson, Benoit; devicetree-disc...@lists.ozlabs.org; linux- > o...@vger.kernel.org; linux-ker...@vger.kernel.org; >

RE: [PATCH v2 1/2] ARM: dts: add dtsi for palmas

2013-06-10 Thread J, KEERTHY
Hi Laxman, > -Original Message- > From: Laxman Dewangan [mailto:ldewan...@nvidia.com] > Sent: Monday, June 10, 2013 2:55 PM > To: J, KEERTHY > Cc: Cousson, Benoit; devicetree-disc...@lists.ozlabs.org; linux- > o...@vger.kernel.org; linux-ker...@vger.kernel.org; > gran

[PATCH v2 1/2] ARM: dts: add dtsi for palmas

2013-06-10 Thread J Keerthy
Adds palmas mfd and palmas regulator nodes. Signed-off-by: Graeme Gregory Signed-off-by: J Keerthy --- arch/arm/boot/dts/palmas.dtsi | 98 + 1 files changed, 98 insertions(+), 0 deletions(-) create mode 100644 arch/arm/boot/dts/palmas.dtsi diff --git

[PATCH v2 2/2] ARM: dts: OMAP5: add palmas node and omap specific palmas regulator properties

2013-06-10 Thread J Keerthy
Add palmas node and omap specific palmas regulator properties. Signed-off-by: J Keerthy --- arch/arm/boot/dts/omap5-uevm.dts | 147 ++ 1 files changed, 147 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5

[PATCH v2 0/2] ARM: dts: Add palmas dtsi

2013-06-10 Thread J Keerthy
This patch series adds palmas.dtsi and adds the omap5 specific palmas entries in the omap5-uevm board file. This patch series is based on: git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.11/dts Boot tested on omap5-uevm board. J Keerthy (2): ARM: dts: add dtsi

RE: [PATCH 2/2] ARM: dts: OMAP5: add palmas node and omap specific palmas regulator properties

2013-06-10 Thread J, KEERTHY
Hello Lee Jones, > -Original Message- > From: Lee Jones [mailto:lee.jo...@linaro.org] > Sent: Monday, June 10, 2013 1:42 PM > To: J, KEERTHY > Cc: Cousson, Benoit; devicetree-disc...@lists.ozlabs.org; linux- > o...@vger.kernel.org; linux-ker...@vger.kernel.org; >

[PATCH 0/2] ARM: dts: Add palmas dtsi

2013-06-09 Thread J Keerthy
This patch series adds palmas.dtsi and adds the omap5 specific palmas entries in the omap5-uevm board file. This patch series is based on: git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.11/dts Boot tested on omap5-uevm board. J Keerthy (2): ARM

[PATCH 1/2] ARM: dts: add dtsi for palmas

2013-06-09 Thread J Keerthy
Adds palmas mfd and palmas regulator nodes. Signed-off-by: Graeme Gregory Signed-off-by: J Keerthy --- arch/arm/boot/dts/palmas.dtsi | 98 + 1 files changed, 98 insertions(+), 0 deletions(-) create mode 100644 arch/arm/boot/dts/palmas.dtsi diff --git

[PATCH 2/2] ARM: dts: OMAP5: add palmas node and omap specific palmas regulator properties

2013-06-09 Thread J Keerthy
Add palmas node and omap specific palmas regulator properties. This patch is based on: git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.11/dts Boot tested on omap5-uevm board. Signed-off-by: J Keerthy --- arch/arm/boot/dts/omap5-uevm.dts | 145

RE: [PATCH] ARM: dts: add dtsi for palmas

2013-06-09 Thread J, KEERTHY
Hi Stephen, Thanks for the review comments. From: Stephen Warren [swar...@wwwdotorg.org] Sent: Saturday, June 08, 2013 1:26 AM To: J, KEERTHY Cc: Cousson, Benoit; devicetree-disc...@lists.ozlabs.org; linux-omap@vger.kernel.org; linux-ker

RE: [PATCH] ARM: dts: add dtsi for palmas

2013-06-07 Thread J, KEERTHY
Hi Benoit, Thanks for the quick response. From: Cousson, Benoit Sent: Friday, June 07, 2013 5:57 PM To: J, KEERTHY Cc: devicetree-disc...@lists.ozlabs.org; linux-omap@vger.kernel.org; linux-ker...@vger.kernel.org; ldewan...@nvidia.com; grant.lik

[PATCH] ARM: dts: add dtsi for palmas

2013-06-07 Thread J Keerthy
Adds palmas mfd and palmas regulator nodes. This is based on the patch series: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg89957.html The device tree nodes are based on: https://lkml.org/lkml/2013/6/6/25 Signed-off-by: J Keerthy Signed-off-by: Graeme Gregory --- arch/arm/boot

RE: [PATCH 1/2] cpufreq: cpufreq-cpu0: support for clock which are not in DT yet.

2013-03-12 Thread J, KEERTHY
Hi Nishanth, > -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Menon, Nishanth > Sent: Tuesday, March 12, 2013 8:06 PM > To: Cousson, Benoit > Cc: Shilimkar, Santosh; cpufreq; Rafael J. Wysocki; Shawn Guo; linux- > ker..

RE: [PATCH] ARM: OMAP: Clock: Remove CK_* flags

2013-02-13 Thread J, KEERTHY
> -Original Message- > From: Paul Walmsley [mailto:p...@pwsan.com] > Sent: Thursday, February 14, 2013 1:14 AM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org > Subject: RE: [PATCH] ARM: OMAP: Clock: Remove CK_* flags > >

RE: [PATCH] ARM: OMAP: Clock: Remove CK_* flags

2013-02-12 Thread J, KEERTHY
> -Original Message- > From: Paul Walmsley [mailto:p...@pwsan.com] > Sent: Wednesday, February 13, 2013 2:19 AM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org > Subject: RE: [PATCH] ARM: OMAP: Clock: Remove CK_* flags > >

RE: [PATCH] ARM: OMAP: Clock: Remove CK_* flags

2013-02-12 Thread J, KEERTHY
Hi Paul, > -Original Message- > From: Paul Walmsley [mailto:p...@pwsan.com] > Sent: Tuesday, February 12, 2013 12:09 PM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org > Subject: RE: [PATCH] ARM: OMAP: Clock: Remove CK_* flags &

RE: [PATCH] ARM: OMAP: Clock: Remove CK_* flags

2013-02-11 Thread J, KEERTHY
Hi Paul, > -Original Message- > From: Paul Walmsley [mailto:p...@pwsan.com] > Sent: Monday, February 11, 2013 9:10 PM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org > Subject: RE: [PATCH] ARM: OMAP: Clock: Remove CK_* flags >

RE: [PATCH] ARM: OMAP: Clock: Remove CK_* flags

2013-02-11 Thread J, KEERTHY
> -Original Message- > From: Paul Walmsley [mailto:p...@pwsan.com] > Sent: Monday, February 11, 2013 9:10 PM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org > Subject: RE: [PATCH] ARM: OMAP: Clock: Remove CK_* flags > >

RE: [PATCH] ARM: OMAP: Clock: Remove CK_* flags

2013-02-11 Thread J, KEERTHY
Hi Paul, > -Original Message- > From: J, KEERTHY > Sent: Monday, February 11, 2013 10:16 AM > To: 'Paul Walmsley' > Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org > Subject: RE: [PATCH] ARM: OMAP: Clock: Remove CK_* flags > > Hi

RE: [PATCH] ARM: OMAP: Clock: Remove CK_* flags

2013-02-10 Thread J, KEERTHY
Hi Paul, > -Original Message- > From: Paul Walmsley [mailto:p...@pwsan.com] > Sent: Saturday, February 09, 2013 12:29 AM > To: J, KEERTHY > Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org > Subject: RE: [PATCH] ARM: OMAP: Clock: Remove CK_* fla

RE: [PATCH] ARM: OMAP2+: OMAP44XX: Clock: Correct the clock identifiers for OMAP4460 and OMAP4430

2013-01-31 Thread J, KEERTHY
Hi Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Friday, January 25, 2013 2:21 PM To: J, KEERTHY Cc: linux-omap@vger.kernel.org; Valentin, Eduardo; mturque...@linaro.org Subject: Re: [PATCH] ARM: OMAP2+: OMAP44XX: Clock: Correct the clock identifiers for

RE: [PATCH] ARM: OMAP2+: OMAP44XX: Clock: Correct the clock identifiers for OMAP4460 and OMAP4430

2013-01-28 Thread J, KEERTHY
Hi Paul, -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Friday, January 25, 2013 2:21 PM To: J, KEERTHY Cc: linux-omap@vger.kernel.org; Valentin, Eduardo; mturque...@linaro.org Subject: Re: [PATCH] ARM: OMAP2+: OMAP44XX: Clock: Correct the clock identifiers for

RE: [PATCH] ARM: OMAP2+: OMAP44XX: Clock: Correct the clock identifiers for OMAP4460 and OMAP4430

2013-01-25 Thread J, KEERTHY
Hi Paul, Any comments on this? -Original Message- From: J, KEERTHY Sent: Friday, January 18, 2013 3:52 PM To: linux-omap@vger.kernel.org; p...@pwsan.com Cc: J, KEERTHY; Valentin, Eduardo Subject: [PATCH] ARM: OMAP2+: OMAP44XX: Clock: Correct the clock identifiers for OMAP4460 and

[PATCH] ARM: OMAP2+: OMAP44XX: Clock: Correct the clock identifiers for OMAP4460 and OMAP4430

2013-01-18 Thread J Keerthy
P4460 CK_443X > Clocks specific to OMAP4430 CK_44XX (CK_446X | CK_443X) > Common to both OMAP4460 and OMAP4430 Boot Tested on both Panda and Panda-es. Signed-off-by: J Keerthy Reviewed-by: Rajendra Nayak Cc: Paul Walmsley Cc: Eduardo Valentin ---

[PATCH] ARM: OMAP2+: OMAP44XX: Clock: Correct the clock

2013-01-18 Thread J Keerthy
P4460 CK_443X > Clocks specific to OMAP4430 CK_44XX (CK_446X | CK_443X) > Common to both OMAP4460 and OMAP4430 Boot Tested on both Panda and Panda-es. Signed-off-by: J Keerthy Reviewed-by: Rajendra Nayak Cc: Paul Walmsley Cc: Eduardo Valentin ---

Re: [PATCH V3 00/10] PM: Create the AVS(Adaptive Voltage Scaling)

2012-05-31 Thread J, KEERTHY
On Fri, Jun 1, 2012 at 4:10 AM, Kevin Hilman wrote: > Kevin Hilman writes: > >> "J, KEERTHY" writes: >> >>> On Tue, May 15, 2012 at 11:16 AM, J, KEERTHY wrote: >>>> On Tue, May 8, 2012 at 5:21 AM, Kevin Hilman wrote: >>>>> R

Re: [PATCH V3 00/10] PM: Create the AVS(Adaptive Voltage Scaling)

2012-05-22 Thread J, KEERTHY
On Tue, May 15, 2012 at 11:16 AM, J, KEERTHY wrote: > On Tue, May 8, 2012 at 5:21 AM, Kevin Hilman wrote: >> Rafael, >> >> Keerthy writes: >> >>> From: J Keerthy >>> >>> AVS(Adaptive Voltage Scaling) is a power management technique which &

Re: [PATCH V3 00/10] PM: Create the AVS(Adaptive Voltage Scaling)

2012-05-14 Thread J, KEERTHY
On Tue, May 8, 2012 at 5:21 AM, Kevin Hilman wrote: > Rafael, > > Keerthy writes: > >> From: J Keerthy >> >> AVS(Adaptive Voltage Scaling) is a power management technique which >> controls the operating voltage of a device in order to optimize (i.e. reduce) &

Re: [PATCH V3 07/10] ARM: OMAP2+: SmartReflex: Use per-OPP data structure

2012-05-10 Thread J, KEERTHY
Hi Greg, Thanks for reviewing. On Fri, May 11, 2012 at 12:41 AM, Guyotte, Greg wrote: > Hi Jean, > >> -Original Message- >> From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- >> ow...@vger.kernel.org] On Behalf Of J, KEERTHY >> Sent: Thursday,

Re: [PATCH V3 05/10] ARM: OMAP2+: SmartReflex: introduce a busy loop condition test macro

2012-05-09 Thread J, KEERTHY
On Tue, May 8, 2012 at 3:47 PM, AnilKumar, Chimata wrote: > On Mon, May 07, 2012 at 10:51:53, J, KEERTHY wrote: >> On Fri, May 4, 2012 at 2:42 PM, AnilKumar, Chimata wrote: >> > On Thu, Apr 26, 2012 at 23:10:36, J, KEERTHY wrote: >> >> From: Jean Pihet >> &g

Re: [PATCH V3 00/10] PM: Create the AVS(Adaptive Voltage Scaling)

2012-05-07 Thread J, KEERTHY
On Tue, May 8, 2012 at 5:18 AM, Kevin Hilman wrote: > "AnilKumar, Chimata" writes: > >> On Sat, Apr 28, 2012 at 02:31:17, Hilman, Kevin wrote: >>> Hi Mark, >>> >>> Mark Brown writes: >>> >>> > On Fri, Apr 27, 2012 at 11

Re: [PATCH V3 04/10] ARM: OMAP3: hwmod: rename the smartreflex entries

2012-05-07 Thread J, KEERTHY
On Tue, May 8, 2012 at 5:25 AM, Kevin Hilman wrote: > Kevin Hilman writes: > >> "J, KEERTHY" writes: > > [...] > >>>>> diff --git a/arch/arm/mach-omap2/smartreflex.c >>>>> b/arch/arm/mach-omap2/smartreflex.c >>>>>

Re: [PATCH V3 05/10] ARM: OMAP2+: SmartReflex: introduce a busy loop condition test macro

2012-05-06 Thread J, KEERTHY
On Fri, May 4, 2012 at 2:42 PM, AnilKumar, Chimata wrote: > On Thu, Apr 26, 2012 at 23:10:36, J, KEERTHY wrote: >> From: Jean Pihet >> >> Now that omap_test_timeout is only accessible from mach-omap2/, >> introduce a similar function for SR. >> >> This chan

Re: [PATCH V3 04/10] ARM: OMAP3: hwmod: rename the smartreflex entries

2012-05-04 Thread J, KEERTHY
Hi AnilKumar, Thanks for reviewing. On Fri, May 4, 2012 at 2:00 PM, AnilKumar, Chimata wrote: > On Thu, Apr 26, 2012 at 23:10:35, J, KEERTHY wrote: >> From: Jean Pihet >> >> Change the name field value to better reflect the smartreflex >> integration in the system

Re: [PATCH V3 00/10] PM: Create the AVS(Adaptive Voltage Scaling)

2012-05-03 Thread J, KEERTHY
On Wed, May 2, 2012 at 10:34 AM, J, KEERTHY wrote: > On Tue, May 1, 2012 at 3:21 AM, Kevin Hilman wrote: >> Mark Brown writes: >> >>> On Fri, Apr 27, 2012 at 02:01:17PM -0700, Kevin Hilman wrote: >>>> Mark Brown writes: >>> >>>> >

Re: [PATCH V3 00/10] PM: Create the AVS(Adaptive Voltage Scaling)

2012-05-01 Thread J, KEERTHY
On Tue, May 1, 2012 at 3:21 AM, Kevin Hilman wrote: > Mark Brown writes: > >> On Fri, Apr 27, 2012 at 02:01:17PM -0700, Kevin Hilman wrote: >>> Mark Brown writes: >> >>> > But presumably these things should integrate somehow - for example, >>> > should devfreq and cpufreq be providing inputs int

Re: [PATCH V3 00/10] PM: Create the AVS(Adaptive Voltage Scaling)

2012-04-29 Thread J, KEERTHY
On Sat, Apr 28, 2012 at 2:31 AM, Kevin Hilman wrote: > Hi Mark, > > Mark Brown writes: > >> On Fri, Apr 27, 2012 at 11:09:10AM +0530, J, KEERTHY wrote: >> >>> Devfreq and cpufreq are related to dynamic frequency/voltage switching >>> between >>&

Re: [PATCH V3 00/10] PM: Create the AVS(Adaptive Voltage Scaling)

2012-04-26 Thread J, KEERTHY
Hello Mark, On Fri, Apr 27, 2012 at 12:41 AM, Mark Brown wrote: > On Thu, Apr 26, 2012 at 11:10:31PM +0530, Keerthy wrote: >> From: J Keerthy >> >> AVS(Adaptive Voltage Scaling) is a power management technique which >> controls the operating voltage of a device in ord

Re: 5430 adc to temp

2011-10-19 Thread J, KEERTHY
Sorry for the Spam! On Wed, Oct 19, 2011 at 4:37 PM, J, KEERTHY wrote: > -- > Regards and Thanks, > Keerthy > -- Regards and Thanks, Keerthy -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org

5430 adc to temp

2011-10-19 Thread J, KEERTHY
-- Regards and Thanks, Keerthy -36400, -36000, -35600, -35200, -34800, -34300, -33800, -33400, -33000, -32600, -32200, -31800, -31300, -30800, -30400, -3, -29600, -29200, -28700, -28200, -27800, -27400, -27000, -26600, -26200, -25700, -25200, -24800, -24400, -24000, -23600, -23200, -22700,

Re: [PATCH] mfd: OMAP4460+: System control module driver

2011-09-26 Thread J, KEERTHY
00.0 + >> +++ linux-omap-2.6/drivers/mfd/omap4460plus_scm.c     2011-09-22 >> 18:53:05.132583900 +0530 > > Please split this file into at least two files, as is the standard > practice for MFD drivers.  There should be one omap4-scm-core.c file, and > one omap4-scm-te

Re: [PATCH 3/6] OMAP4460: Temperature sensor data

2011-09-25 Thread J, KEERTHY
On Sat, Sep 24, 2011 at 1:18 PM, Paul Walmsley wrote: > On Fri, 23 Sep 2011, J, KEERTHY wrote: > >> On Fri, Sep 23, 2011 at 11:33 AM, Paul Walmsley wrote: >> > >> > On Thu, 22 Sep 2011, Keerthy wrote: >> > >> >> @@ -0,0 +1,175 @@ >>

Re: [PATCH 3/6] OMAP4460: Temperature sensor data

2011-09-24 Thread J, KEERTHY
On Sat, Sep 24, 2011 at 1:29 PM, Paul Walmsley wrote: > On Fri, 23 Sep 2011, J, KEERTHY wrote: > >> On Fri, Sep 23, 2011 at 11:33 AM, Paul Walmsley wrote: >> >> > On Thu, 22 Sep 2011, Keerthy wrote: >> > >> >> diff --git a/arch/arm/mach-omap2/tem

Re: [PATCH 4/6] OMAP4: Hwmod: system control module hwmod

2011-09-23 Thread J, KEERTHY
On Fri, Sep 23, 2011 at 11:45 AM, Paul Walmsley wrote: > + Benoît > > Hi, > > On Thu, 22 Sep 2011, Keerthy wrote: > >> From: Benoit Cousson >> >> Adding the system control module hwmod. > > Have the autogeneration scripts been updated ? The hwmod is autogenerated. I have taken this from Benoit.

Re: [PATCH 3/6] OMAP4460: Temperature sensor data

2011-09-23 Thread J, KEERTHY
>> diff --git a/arch/arm/mach-omap2/temp_sensor4460_data.c >> b/arch/arm/mach-omap2/temp_sensor4460_data.c >> new file mode 100644 >> index 000..2804615 >> --- /dev/null >> +++ b/arch/arm/mach-omap2/temp_sensor4460_data.c > > Is there some rea

  1   2   >