Re: [PATCH v2 1/1] thermal: ti-soc-thermal: Remove duplicated header file inclusion

2021-04-06 Thread J, KEERTHY
On 4/6/2021 2:49 PM, Zhen Lei wrote: Delete one of the header files that are included twice, all included header files are then rearranged alphabetically. Reviewed-by: Keerthy Signed-off-by: Zhen Lei --- drivers/thermal/ti-soc-thermal/ti-bandgap.c | 35 ++---

Re: [PATCH V4 3/5] arm64: dts: ti: am65/j721e: Fix up un-necessary status set to "okay" for crypto

2020-11-13 Thread J, KEERTHY
On 11/14/2020 2:48 AM, Nishanth Menon wrote: The default state of a device tree node is "okay". There is no specific use of explicitly adding status = "okay" in the SoC dtsi. Reviewed-by: Keerthy Signed-off-by: Nishanth Menon Reviewed-by: Tony Lindgren Acked-by: Tero Kristo Cc: Keerth

Re: [PATCH] thermal: ti-soc-thermal: Disable the CPU PM notifier for OMAP4430

2020-11-02 Thread J, KEERTHY
On 11/3/2020 12:12 PM, Peter Ujfalusi wrote: Eduardo, Keerthy, On 29/10/2020 12.51, Tony Lindgren wrote: * Peter Ujfalusi [201029 10:03]: Disabling the notifier fixes the random shutdowns on OMAP4430 (ES2.0 and ES2.1) but it does not cause any issues on OMAP4460 (PandaES) or OMAP3630 (Beag

Re: [PATCH] crypto: sa2ul - Select CRYPTO_AUTHENC

2020-09-06 Thread J, KEERTHY
On 9/7/2020 11:52 AM, Herbert Xu wrote: Resend with new subject. Thanks Herbert. Reviewed-by: Keerthy ---8<--- The sa2ul driver uses crypto_authenc_extractkeys and therefore must select CRYPTO_AUTHENC. Fixes: 7694b6ca649f ("crypto: sa2ul - Add crypto driver") Reported-by: kernel test

Re: [PATCH -next] crypto: sa2ul: add Kconfig selects to fix build error

2020-08-06 Thread J, KEERTHY
On 8/6/2020 9:24 PM, Randy Dunlap wrote: From: Randy Dunlap sa2ul.c uses sha{1,256,512}_zero_message_hash, so select the Kconfig symbols that provide those, like other crypto drivers do. Fixes this build error: ld: drivers/crypto/sa2ul.o: in function `sa_sha_digest': sa2ul.c:(.text+0x2b25)

Re: [RFC 2/4] regulator: lp87565: dt: remove duplicated section

2020-06-14 Thread J, KEERTHY
On 6/15/2020 1:30 AM, Luca Ceresoli wrote: Hi Rob, Keerthy, On 13/06/20 00:19, Rob Herring wrote: On Wed, Jun 03, 2020 at 10:03:17PM +0200, Luca Ceresoli wrote: The "Required properties:" section is copied verbatim for each of the two supported chips. In preparation to add a new chip varian

Re: [Letux-kernel] [PATCH v3 3/3] arm: omap_hwmod disable ick autoidling when a hwmod requires that

2019-01-18 Thread J, KEERTHY
On 1/19/2019 12:42 PM, Andreas Kemnade wrote: On Sat, 19 Jan 2019 12:09:48 +0530 "J, KEERTHY" wrote: On 1/19/2019 1:18 AM, Tony Lindgren wrote: * Andreas Kemnade [190118 19:42]: On Fri, 18 Jan 2019 20:38:47 +0100 Andreas Kemnade wrote: Hi, On Fri, 18 Jan 2019 10:36:30

Re: [Letux-kernel] [PATCH v3 3/3] arm: omap_hwmod disable ick autoidling when a hwmod requires that

2019-01-18 Thread J, KEERTHY
On 1/19/2019 1:18 AM, Tony Lindgren wrote: * Andreas Kemnade [190118 19:42]: On Fri, 18 Jan 2019 20:38:47 +0100 Andreas Kemnade wrote: Hi, On Fri, 18 Jan 2019 10:36:30 -0800 Tony Lindgren wrote: [...] til the next workaround. That flags also causes the iclk being enabled/disabled

Re: [PATCH 2/2] mfd: tps65218.c: Add input voltage options

2018-12-24 Thread J, KEERTHY
On 12/21/2018 4:31 PM, Lee Jones wrote: On Tue, 18 Dec 2018, Christian Hohnstaedt wrote: These options apply to all regulators in this chip. strict-supply-voltage: Set STRICT flag in CONFIG1 under-voltage-limit: Select 2.75, 2.95, 3.25 or 3.35 V UVLO in CONFIG1 under-voltage-hysteresi

Re: [PATCH 1/2] dt-bindings: regulator: extend tps65218 bindings

2018-12-24 Thread J, KEERTHY
On 12/18/2018 1:35 PM, Christian Hohnstaedt wrote: Add input voltage configuration options Signed-off-by: Christian Hohnstaedt --- Documentation/devicetree/bindings/regulator/tps65218.txt | 10 ++ 1 file changed, 10 insertions(+) diff --git a/Documentation/devicetree/bindings/reg

Re: [PATCH 2/2] mfd: tps65218.c: Add input voltage options

2018-12-24 Thread J, KEERTHY
On 12/24/2018 12:02 PM, Lee Jones wrote: On Sun, 23 Dec 2018, Tony Lindgren wrote: * Lee Jones [181221 11:01]: On Tue, 18 Dec 2018, Christian Hohnstaedt wrote: These options apply to all regulators in this chip. strict-supply-voltage: Set STRICT flag in CONFIG1 under-voltage-limit:

Re: [PATCH] tps65218.c: fix IRQ resource leak in tps65218_probe()

2018-12-16 Thread J, KEERTHY
On 12/14/2018 5:56 PM, Lee Jones wrote: On Fri, 14 Dec 2018, Lee Jones wrote: On Thu, 06 Dec 2018, Christian Hohnstaedt wrote: Free allocated IRQ if reading the device ID fails. The patch is fine. However, in future please submit patches using the format set (by precedent) by the subsys

Re: [PATCH] mfd: tps65218: Use devm_regmap_add_irq_chip and clean up error path in probe

2018-12-06 Thread J, KEERTHY
On 12/7/2018 2:21 AM, Sebastian Reichel wrote: Hi, On Thu, Dec 06, 2018 at 11:07:44PM +0530, Keerthy wrote: Use devm_regmap_add_irq_chip and clean up error path in probe. Reported-by: Christian Hohnstaedt Signed-off-by: Keerthy --- Boot tested on am437x-gp-evm. This is missing cleanup

Re: [PATCH 1/3] ARM: davinci: define gpio interrupts as separate resources

2018-11-19 Thread J, KEERTHY
On 11/20/2018 2:22 AM, Sekhar Nori wrote: On 13/11/18 7:20 PM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Since commit eb3744a2dd01 ("gpio: davinci: Do not assume continuous IRQ numbering") the davinci GPIO driver fails to probe if we boot in legacy mode from any of the board file

Re: [PATCH 1/2] opp: ti-opp-supply: Dynamically update u_volt_min

2018-11-11 Thread J, KEERTHY
On 11/8/2018 11:24 AM, Viresh Kumar wrote: On 07-11-18, 10:04, Keerthy wrote: The voltage range (min, max) provided in the device tree is from the data manual and is pretty big, catering to a wide range of devices. On a i2c read/write failure the regulator_set_voltage_triplet function falls b

Re: [PATCH v2] clocksource: ti-32k: Add CLOCK_SOURCE_SUSPEND_NONSTOP flag for non-am43 SoCs

2018-08-28 Thread J, KEERTHY
On 8/8/2018 6:44 PM, Keerthy wrote: The 32k clocksource is NONSTOP for non-am43 SoCs. Hence add the flag for all the other SoCs. A gentle ping on this one. Reported-by: Tony Lindgren Signed-off-by: Keerthy Acked-by: Tony Lindgren --- Changes in v2: * Changed am43 compatible to mor

Re: [PATCH] soc: ti: pm33xx: Enable DS0 for the platforms on which it is functional

2018-08-22 Thread J, KEERTHY
On 8/22/2018 2:13 PM, Johan Hovold wrote: On Wed, Aug 22, 2018 at 01:50:29PM +0530, J, KEERTHY wrote: On 8/22/2018 1:07 PM, Johan Hovold wrote: On Wed, Aug 22, 2018 at 09:34:09AM +0200, Johan Hovold wrote: On Wed, Aug 22, 2018 at 11:02:31AM +0530, Keerthy wrote: Enable DS0 for only

Re: [PATCH] soc: ti: pm33xx: Enable DS0 for the platforms on which it is functional

2018-08-22 Thread J, KEERTHY
On 8/22/2018 1:07 PM, Johan Hovold wrote: On Wed, Aug 22, 2018 at 09:34:09AM +0200, Johan Hovold wrote: On Wed, Aug 22, 2018 at 11:02:31AM +0530, Keerthy wrote: Enable DS0 for only those platforms on which it is functional Signed-off-by: Keerthy --- arch/arm/mach-omap2/pm33xx-core.c|

Re: [PATCH] clocksource: ti-32k: Add CLOCK_SOURCE_SUSPEND_NONSTOP flag for non-am43 SoCs

2018-08-08 Thread J, KEERTHY
On 8/8/2018 12:28 PM, Tony Lindgren wrote: * Keerthy [180807 09:29]: The 32k clocksource is NONSTOP for non-am43 SoCs. Hence add the flag for all the other SoCs. Reported-by: Tony Lindgren Signed-off-by: Keerthy Acked-by: Tony Lindgren Thanks Tony. Lokesh pointed out about am43x-epos

Re: [PATCH v3 1/4] rtc: omap: Cut down the shutdown time from 2 seconds to 1 sec

2018-07-11 Thread J, KEERTHY
On 7/11/2018 7:24 PM, Johan Hovold wrote: On Tue, Jul 10, 2018 at 12:20:49PM +0530, Keerthy wrote: Cut down the shutdown time from 2 seconds to 1 sec. In case of roll over try again. Signed-off-by: Keerthy --- drivers/rtc/rtc-omap.c | 9 +++-- 1 file changed, 7 insertions(+), 2 delet

Re: [PATCH 04/14] thermal: ti-soc-thermal: cleanup COUNTER feature handling for OMAP5

2018-07-10 Thread J, KEERTHY
On 5/14/2018 5:12 PM, Bartlomiej Zolnierkiewicz wrote: OMAP5 sensors don't claim COUNTER feature support (they use COUNTER_DELAY feature instead) so there is no need to set fields of struct temp_sensor_registers which are only used for COUNTER feature. There should be no functional changes ca

Re: [PATCH 03/14] thermal: ti-soc-thermal: fix comments in omap4-thermal-data.c

2018-07-10 Thread J, KEERTHY
On 5/14/2018 5:12 PM, Bartlomiej Zolnierkiewicz wrote: The comments about ADC code values are incorrect. Fix them. Acked-by: Keerthy Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/ti-soc-thermal/omap4-thermal-data.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

Re: [PATCH 02/14] thermal: ti-soc-thermal: fix comment in omap5xxx-bandgap.h

2018-07-10 Thread J, KEERTHY
On 5/14/2018 5:12 PM, Bartlomiej Zolnierkiewicz wrote: The comment for OMAP5430.CORE register offsets is incorrect. Fix it. Acked-by: Keerthy Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/thermal/ti-soc-thermal/omap5xxx-bandgap.h | 2 +- 1 file changed, 1 insertion(+), 1 delet

Re: [PATCH 01/14] thermal: ti-soc-thermal: fix TALERT IRQ handling for DRA752

2018-07-10 Thread J, KEERTHY
On 5/14/2018 5:12 PM, Bartlomiej Zolnierkiewicz wrote: .report_temperature is not set in dra752_data which results in temperature updates not being propagated by ti_bandgap_talert_irq_handler() (it doesn't make much sense to handle TALERT IRQ without reporting temperature updates to the therma

Re: [PATCH 2/4] clk: clk: Add clk_dflt_restore

2018-06-19 Thread J, KEERTHY
On 6/19/2018 11:36 AM, Tero Kristo wrote: On 19/06/18 07:28, Keerthy wrote: The default restore context function enables or disables the clock based on the enable_count. This is done in cases where the clock context is lost and based on the enable_count the clock either needs to be enabled/di

Re: [PATCH 2/2] gpio: davinci: Do not assume continuous IRQ numbering

2018-06-14 Thread J, KEERTHY
On 6/14/2018 4:48 PM, Linus Walleij wrote: On Thu, Jun 14, 2018 at 10:51 AM, Keerthy wrote: I think the idea is to make it possible to use GPIOLIB_IRQCHIP for banked IRQs but the infrastructure is not yet inside the gpiolib so it is a bit taped on the side right now. Okay. I will take a l

Re: [PATCH v3 2/2] gpio: davinci: Do not assume continuous IRQ numbering

2018-06-12 Thread J, KEERTHY
On 6/13/2018 6:36 AM, J, KEERTHY wrote: On 6/13/2018 1:36 AM, Grygorii Strashko wrote: On 06/12/2018 02:59 AM, Keerthy wrote: Currently the driver assumes that the interrupts are continuous and does platform_get_irq only once and assumes the rest are continuous, instead call

Re: [PATCH v3 2/2] gpio: davinci: Do not assume continuous IRQ numbering

2018-06-12 Thread J, KEERTHY
On 6/13/2018 1:36 AM, Grygorii Strashko wrote: On 06/12/2018 02:59 AM, Keerthy wrote: Currently the driver assumes that the interrupts are continuous and does platform_get_irq only once and assumes the rest are continuous, instead call platform_get_irq for all the interrupts and store them

Re: [PATCH 1/2] gpio: davinci: Move fetching IRQ to beginning of probe

2018-06-12 Thread J, KEERTHY
On 6/12/2018 6:39 PM, Linus Walleij wrote: On Wed, Jun 6, 2018 at 11:18 AM, Keerthy wrote: Currently IRQ resource fetching is done at the very end of probe. In case the of IRQ resource not being ready, we defer probe and need to revert prior changes. Hence move it to the beginning of the pr

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-kernel@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-kernel@vger.kernel.org; linux- >

RE: [PATCH v3] regulator: palmas: model SMPS10 as two regulators

2013-07-01 Thread J, KEERTHY
Hi Mark, > -Original Message- > From: ABRAHAM, KISHON VIJAY > Sent: Monday, July 01, 2013 3:36 PM > To: Mark Brown > Cc: lgirdw...@gmail.com; ldewan...@nvidia.com; g...@slimlogic.co.uk; > sa...@linux.intel.com; J, KEERTHY; linux-kernel@vger.kernel.org > Subject: Re:

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-o...@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-kernel@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-o...@vger.kernel.org; broo...@kernel.org; > ldewan...@nvidia.com; grant.lik...@secretlab.ca; swar...@nvidia.com; > linux-k

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

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

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-o...@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-o...@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-o...@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 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 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 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-o...@vger.kernel.org; broo...@kernel.org; > ldewan...@nvidia.com; grant.lik...@secretlab.ca; swar...@nvidia.c

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-o...@vger.kernel.org > Cc: broo...@kernel.org; J, KEERTHY; ldewan...@nvidia.com; > sa...@linux.intel.com; grant.lik...@secretlab.ca; swar...@nvidia.c

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-o...@vger.kernel.org; broo...@kernel.org; > ldewan...@nvidia.com; sa...@linux.intel.com; grant.lik...@se

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-o...@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: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, June 19, 2013 10:39 PM > To: J, KEERTHY > Cc: linux-o...@vger.kernel.org; broo...@kernel.org; > ldewan...@nvidia.com; sa...@linux.intel.com; grant.lik...@secretlab.ca; &g

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-o...@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-o...@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-o...@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-o...@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-o...@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-o...@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-o...@vger.kernel.org; ldewan...@nvidia.com; > sa...@linux.intel.com; grant.lik...@secretlab.ca; swar...@nvidia.c

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-o...@vger.kernel.org; ldewan...@nvidia.com; > sa...@linux.intel.com; grant.lik...@secretlab.ca;

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

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-o...@vger.kernel.org; linux-kernel@vger.kernel.org; > ldewan...@nvidia.com; grant.lik...@secretlab.ca; swar...@wwwdotorg.org; > s

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-o...@vger.kernel.org; linux-kernel@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-kernel@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

RE: [PATCH v3] mfd: DT bindings for the palmas family MFD

2013-06-12 Thread J, KEERTHY
> -Original Message- > From: Grant Likely [mailto:glik...@secretlab.ca] On Behalf Of Grant > Likely > Sent: Wednesday, June 12, 2013 2:59 PM > To: J, KEERTHY > Cc: linux-kernel@vger.kernel.org; linux-...@vger.kernel.org; > devicetree-disc...@lists.ozlabs.org;

[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] mfd: DT bindings for the palmas family MFD

2013-06-12 Thread J, KEERTHY
Hello Grant, > -Original Message- > From: Lee Jones [mailto:lee.jo...@linaro.org] > Sent: Monday, June 10, 2013 3:25 PM > To: J, KEERTHY > Cc: grant.lik...@secretlab.ca; linux-kernel@vger.kernel.org; linux- > d...@vger.kernel.org; devicetree-disc...@lists.

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-kernel@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-kernel@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-kernel@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-kernel@vger.kernel.org; >

RE: [PATCH v3] mfd: DT bindings for the palmas family MFD

2013-06-10 Thread J, KEERTHY
Hello Grant/Lee Jones, > -Original Message- > From: Lee Jones [mailto:lee.jo...@linaro.org] > Sent: Thursday, June 06, 2013 12:36 PM > To: J, KEERTHY > Cc: linux-kernel@vger.kernel.org; grant.lik...@secretlab.ca; linux- > d...@vger.kernel.org; devicetree-disc...@lists.

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-kernel@vger.kernel.org; > gran

[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 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 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-kernel@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 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

[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

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-o...@vger.kernel.org; linux-kernel

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-o...@vger.kernel.org; linux-kernel@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 v3] mfd: DT bindings for the palmas family MFD

2013-06-06 Thread J, KEERTHY
From: Lee Jones [lee.jo...@linaro.org] Sent: Thursday, June 06, 2013 12:36 PM To: J, KEERTHY Cc: linux-kernel@vger.kernel.org; grant.lik...@secretlab.ca; linux-...@vger.kernel.org; devicetree-disc...@lists.ozlabs.org; swar...@wwwdotorg.org; swar

[PATCH v3] mfd: DT bindings for the palmas family MFD

2013-06-05 Thread J Keerthy
Add the various binding files for the palmas family of chips. There is a top level MFD binding then a seperate binding for regulators IP blocks on chips. Signed-off-by: Graeme Gregory Signed-off-by: J Keerthy Signed-off-by: Ian Lartey Reviewed-by: Stephen Warren --- Documentation/devicetree

RE: [PATCH v2] mfd: DT bindings for the palmas family MFD

2013-06-05 Thread J, KEERTHY
Hi Grant, > -Original Message- > From: Grant Likely [mailto:glik...@secretlab.ca] On Behalf Of Grant > Likely > Sent: Thursday, June 06, 2013 5:32 AM > To: J, KEERTHY; linux-kernel@vger.kernel.org > Cc: linux-...@vger.kernel.org; devicetree-disc...@lists.

RE: [PATCH v2] mfd: DT bindings for the palmas family MFD

2013-06-05 Thread J, KEERTHY
Hi Stephen, Thanks for the quick review. > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, June 05, 2013 10:44 PM > To: J, KEERTHY > Cc: linux-kernel@vger.kernel.org; linux-...@vger.kernel.org; > devicetree-disc...@lists.

  1   2   >