RE: [PATCH V3 1/2] tps6507x-ts: Add DT support

2013-06-12 Thread Vishwanathrao Badarkhe, Manish
Hi Dmitry, On Mon, Jun 10, 2013 at 23:33:11, Dmitry Torokhov wrote: Manish, On Mon, Jun 10, 2013 at 10:23:16AM +, Vishwanathrao Badarkhe, Manish wrote: Hi Dmitry, On Mon, Jun 10, 2013 at 11:34:42, Dmitry Torokhov wrote: Hi Manish, On Tue, May 21, 2013 at 02:24:17PM

RE: [PATCH V3 0/2] Add DT support for tps6507x touchscreen

2013-05-31 Thread Vishwanathrao Badarkhe, Manish
Hi Dmitry Please let me know, are there any review comments on this patch series? Thanks Manish Badarkhe On Tue, May 21, 2013 at 14:24:16, Vishwanathrao Badarkhe, Manish wrote: Patch set adds DT support for tps6507x based touchscreen. Also, add DT data for tps6507x touchscreen in da850-evm

RE: [PATCH] ARM: dts: omap2plus: remove interrupt-parent property

2013-05-27 Thread Vishwanathrao Badarkhe, Manish
Hi Benoit, Are there any review comments on this patch? Could you please accept this patch if there are not any review comments? Thanks and Regards Manish Badarkhe -Original Message- From: Vishwanathrao Badarkhe, Manish Sent: Friday, April 12, 2013 12:20 PM To: Vishwanathrao Badarkhe

[PATCH V3 0/2] Add DT support for tps6507x touchscreen

2013-05-21 Thread Vishwanathrao Badarkhe, Manish
for touchscreen. Vishwanathrao Badarkhe, Manish (2): tps6507x-ts: Add DT support ARM: davinci: da850: add tps6507x touchscreen DT data Documentation/devicetree/bindings/mfd/tps6507x.txt | 28 ++- arch/arm/boot/dts/da850-evm.dts|9 ++ drivers/input/touchscreen/tps6507x-ts.c

[PATCH V3 1/2] tps6507x-ts: Add DT support

2013-05-21 Thread Vishwanathrao Badarkhe, Manish
Add device tree based support for TI's tps6507x touchscreen. Tested on da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- Changes since V2: - Removed unnecessary code. - Updated Documentation to provide proper names of devicetree properties. Changes since V1

[PATCH V3 2/2] ARM: davinci: da850: add tps6507x touchscreen DT data

2013-05-21 Thread Vishwanathrao Badarkhe, Manish
Add tps6507x touchscreen DT node to da850-evm. Touchscreen DT data is added as per da850 board file. Tested on da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- Changes since V2: - Updated names of devicetree properties. Changes since V1: - Updated commit message

RE: [PATCH V2 1/2] tps6507x-ts: Add DT support

2013-05-09 Thread Vishwanathrao Badarkhe, Manish
Hi Prabhakar, On Tue, May 07, 2013 at 11:11:21, Prabhakar Lad wrote: Hi Manish, Thanks for the patch, below are few nits. On Sat, May 4, 2013 at 4:42 PM, Vishwanathrao Badarkhe, Manish manish...@ti.com wrote: Add device tree based support for TI's tps6507x touchscreen. [Snip

[PATCH V2 0/2] Add DT support for tps6507x touchscreen

2013-05-04 Thread Vishwanathrao Badarkhe, Manish
://patchwork.kernel.org/patch/2324441/ Tested on da850-evm board. Changes since V1: - Updated tps6507x documentation. - Updated commit message. - return proper error value in absence platform and DT data for touchscreen. Vishwanathrao Badarkhe, Manish (2): tps6507x-ts: Add DT support ARM

[PATCH V2 1/2] tps6507x-ts: Add DT support

2013-05-04 Thread Vishwanathrao Badarkhe, Manish
Add device tree based support for TI's tps6507x touchscreen. Tested on da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- Changes since V1: - Updated documetation to specify tps6507x as multifunctional device. - return proper error value

[PATCH V2 2/2] ARM: davinci: da850: add tps6507x touchscreen DT data

2013-05-04 Thread Vishwanathrao Badarkhe, Manish
Add tps6507x touchscreen DT node to da850-evm. Touchscreen DT data is added as per da850 board file. Tested on da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- Changes since V1: - Updated commit message. :100644 100644 c914357... 9c136d1... M arch/arm/boot

RE: [PATCH] ARM: dts: omap2plus: remove interrupt-parent property

2013-04-12 Thread Vishwanathrao Badarkhe, Manish
Hi Benoit, Are there any review comments on this patch? Could you please accept this patch if there are not any review comments? Thanks Manish Badarkhe -Original Message- From: Vishwanathrao Badarkhe, Manish Sent: Monday, March 11, 2013 3:30 PM To: devicetree-discuss@lists.ozlabs.org

RE: [PATCH 0/2] Add dT support for tps6507x touchscreen.

2013-03-24 Thread Vishwanathrao Badarkhe, Manish
Hi all I am sending next version for this, as need to update commit message for some patches. Thanks Manish Badarkhe -Original Message- From: Vishwanathrao Badarkhe, Manish Sent: Saturday, March 23, 2013 6:29 PM To: devicetree-discuss@lists.ozlabs.org; linux-in...@vger.kernel.org

[PATCH] tps6507x-ts: update to devm_* API

2013-03-23 Thread Vishwanathrao Badarkhe, Manish
Update the code to use devm_* API so that driver core will manage resources. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- :100644 100644 820a066... 65e0f9a... M drivers/input/touchscreen/tps6507x-ts.c drivers/input/touchscreen/tps6507x-ts.c |4 +--- 1 files changed, 1

[PATCH 2/2] ARM: davinci: da850: add tps6507x touchscreen DT data

2013-03-23 Thread Vishwanathrao Badarkhe, Manish
Add tps6507x touchscreen device tree data to da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- :100644 100644 d1d091b... 5652501... M arch/arm/boot/dts/da850-evm.dts arch/arm/boot/dts/da850-evm.dts |9 + 1 files changed, 9 insertions(+), 0 deletions

[PATCH] ARM: dts: omap2plus: remove interrupt-parent property

2013-03-11 Thread Vishwanathrao Badarkhe, Manish
Removed interrupt-parent property from dts file as it is already with root node in dtsi file. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- :100644 100644 f624dc8... 36e839a... M arch/arm/boot/dts/omap3-beagle.dts :100644 100644 e8ba1c2... a5375fd... M arch/arm/boot/dts

[RESEND 2/2] ARM: davinci: da850: add tps6507x regulator DT data

2013-03-06 Thread Vishwanathrao Badarkhe, Manish
maximum output voltage the regulator is capable to provide. for e.g. regulator name for dcdc1 is VDCDC1_3.3V. Also, add tps6507x PMIC I2C slave device under I2C0 node. Tested on da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- :100644 100644 f712fb6... d1d091b... M arch/arm

[RESEND 1/2] ARM: regulator: add tps6507x device tree data

2013-03-06 Thread Vishwanathrao Badarkhe, Manish
is created using datasheet http://www.ti.com/lit/ds/symlink/tps65070.pdf Tested on da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- :00 100644 000... 4c326e5... A arch/arm/boot/dts/tps6507x.dtsi arch/arm/boot/dts/tps6507x.dtsi | 47

[RESEND 0/2] davinci: Add device tree data for tps6507x.

2013-03-06 Thread Vishwanathrao Badarkhe, Manish
: tps6507x: add device-tree support. 2. regulator: tps6507x: add device tree support. 3. ARM: davinci: da850: add DT node for I2C0. Vishwanathrao Badarkhe, Manish (2): ARM: regulator: add tps6507x device tree data ARM: davinci: da850: add tps6507x regulator DT data arch/arm/boot/dts/da850

RE: [PATCH V2 5/6] ARM: regulator: add tps6507x device tree data

2013-02-07 Thread Vishwanathrao Badarkhe, Manish
Hi Mark, On Tue, Jan 29, 2013 at 13:08:53, Vishwanathrao Badarkhe, Manish wrote: Add device tree data for tps6507x regulator by adding all tps6507x regulator nodes. Regulators are initialized based on compatible name provided in tps6507x DT file. All tps6507x PMIC regulator device tree

RE: [PATCH V2 6/6] ARM: davinci: da850: add tps6507x regulator DT data

2013-02-07 Thread Vishwanathrao Badarkhe, Manish
Hi Mark, On Tue, Jan 29, 2013 at 13:08:54, Vishwanathrao Badarkhe, Manish wrote: Add tps6507x regulator device tree data to da850-evm by adding regulator consumers with tightened constraints and regulator-name.TPS6507x regulator handle can be obtained by using this regulator name. Regulator

[PATCH] ARM: davinci: da850: add DT node for I2C0

2013-02-06 Thread Vishwanathrao Badarkhe, Manish
Add I2C0 device tree and pin muxing information to da850-evm. Also, add OF_DEV_AUXDATA for I2C0 controller driver in da850 board dt file to use I2C0 clock. Verified i2c0 node gets created in sys class interface as /sys/class/i2c-dev/i2c-0/subsystem/i2c-0. Signed-off-by: Vishwanathrao Badarkhe

RE: [PATCH V2 1/6] pinctrl: pinctrl-single: use arch_initcall and module_exit

2013-02-05 Thread Vishwanathrao Badarkhe, Manish
Hi Linus On Tue, Feb 05, 2013 at 18:30:48, Linus Walleij wrote: On Tue, Feb 5, 2013 at 7:36 AM, Vishwanathrao Badarkhe, Manish manish...@ti.com wrote: I made following changes, in order to update dip-p pointer with correct value: - if (!dpi-p) { + if (IS_ERR_OR_NULL

RE: [PATCH V2 1/6] pinctrl: pinctrl-single: use arch_initcall and module_exit

2013-02-05 Thread Vishwanathrao Badarkhe, Manish
Hi Russell, On Tue, Feb 05, 2013 at 16:57:31, Russell King - ARM Linux wrote: On Tue, Feb 05, 2013 at 06:36:34AM +, Vishwanathrao Badarkhe, Manish wrote: I made following changes, in order to update dip-p pointer with correct value: - if (!dpi-p

RE: [PATCH V2 1/6] pinctrl: pinctrl-single: use arch_initcall and module_exit

2013-02-04 Thread Vishwanathrao Badarkhe, Manish
On Fri, Feb 01, 2013 at 22:41:24, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [130201 09:12]: * Linus Walleij linus.wall...@linaro.org [130129 03:03]: On Tue, Jan 29, 2013 at 8:38 AM, Vishwanathrao Badarkhe, Manish manish...@ti.com wrote: Currently, I2C driver gets

[PATCH 0/6] davinci: support for i2c0 and tps6507x

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
VDCDC2_3.3V enabled 330 /sys/class/regulator/regulator.3 VDCDC3_1.2V enabled 120 /sys/class/regulator/regulator.4 LDO1_1.8V enabled 180 /sys/class/regulator/regulator.5 LDO2_1.2V enabled 120 Vishwanathrao Badarkhe, Manish (6): ARM: davinci: da850: add OF_DEV_AUXDATA entry for I2C0

[PATCH 6/6] ARM: davinci: da850: add tps6507x regulator DT data

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
maximum output voltage the regulator is capable to provide. for e.g. regulator name for dcdc1 is VDCDC1_3.3V. Also, add tps6507x PMIC I2C slave device under I2C0 node. Tested on da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- arch/arm/boot/dts/da850-evm.dts | 64

[PATCH 4/6] davinci: regulator: tps6507x: add device tree support.

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add device tree based initialization support for TI's tps6507x regulators. Add device tree binding document for TI's tps6507x using datasheet: http://www.ti.com/lit/ds/symlink/tps65070.pdf Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- Documentation/devicetree/bindings/mfd

[PATCH 5/6] ARM: regulator: add tps6507x device tree data

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
is created using datasheet http://www.ti.com/lit/ds/symlink/tps65070.pdf Tested on da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- arch/arm/boot/dts/tps6507x.dtsi | 47 +++ 1 files changed, 47 insertions(+), 0 deletions

[PATCH 1/6] ARM: davinci: da850: add OF_DEV_AUXDATA entry for I2C0

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add OF_DEV_AUXDATA for I2C0 controller driver in da850 board dt file to use I2C0 clock. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- arch/arm/mach-davinci/da8xx-dt.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-davinci/da8xx

RE: [PATCH 5/6] ARM: regulator: add tps6507x device tree data

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Hi Mark, On Thu, Jan 24, 2013 at 17:30:51, Mark Brown wrote: On Thu, Jan 24, 2013 at 04:25:19PM +0530, Vishwanathrao Badarkhe, Manish wrote: --- arch/arm/boot/dts/tps6507x.dtsi | 47 +++ Why are you putting this in arch/arm? I too doubt

RE: [PATCH 5/6] ARM: regulator: add tps6507x device tree data

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
On Sat, Jan 26, 2013 at 10:42:08, Mark Brown wrote: On Fri, Jan 25, 2013 at 06:29:49AM +, Vishwanathrao Badarkhe, Manish wrote: On Thu, Jan 24, 2013 at 17:30:51, Mark Brown wrote: I too doubt that whether it should be in architecture specific folder, My code is in reference

RE: [PATCH 2/6] ARM: davinci: da850: add DT node for I2C0

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
On Fri, Jan 25, 2013 at 16:20:13, Nori, Sekhar wrote: On 1/24/2013 5:05 PM, Vishwanathrao Badarkhe, Manish wrote: Add I2C0 device tree node information to da850-evm. Also, add I2C0 pin muxing information in da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com

[PATCH V2 0/6] davinci: DT support for i2c0 and tps6507x

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Changes since V1: - Updated i2c0 node name in da850 dts and dtsi file. - Removed interrupt parent from i2c0 node. - Updated name for da850 auxdata lookup. - Added a patch in series to update pin control driver registration. Vishwanathrao Badarkhe, Manish (6): pinctrl: pinctrl-single: use

[PATCH V2 1/6] pinctrl: pinctrl-single: use arch_initcall and module_exit

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Currently, I2C driver gets probed before pinctrl driver. To achieve I2C pin muxing via pinctrl driver before I2C probe get called, register pinctrl driver in arch_initcall. Also, add module_exit to unregister pinctrl driver. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com

[PATCH V2 2/6] ARM: davinci: da850: add OF_DEV_AUXDATA entry for I2C0

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add OF_DEV_AUXDATA for I2C0 controller driver in da850 board dt file to use I2C0 clock. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- Changes since V1: - updated name for auxdata lookup da850_evm_auxdata_lookup - da850_auxdata_lookup :100644 100644 37c27af... 95ca4e9

[PATCH V2 4/6] mfd: tps6507x: add device-tree support.

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add device tree based initialization support for TI's tps6507x mfd device. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- Changes since V1: - updated subject line for commit. :100644 100644 409afa2... 5ad4b77... M drivers/mfd/tps6507x.c drivers/mfd/tps6507x.c |9

[PATCH V2 3/6] ARM: davinci: da850: add DT node for I2C0

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
Add I2C0 device tree node information to da850-evm. Also, add I2C0 pin muxing information in da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- Changes since V1: - Updated i2c0 node names in dts and dtsi file. - Removed interrupt parent from i2c0 node. - Handled i2c0

[PATCH V2 5/6] ARM: regulator: add tps6507x device tree data

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
is created using datasheet http://www.ti.com/lit/ds/symlink/tps65070.pdf Tested on da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- Changes since V1: - Updated Copyright information. :00 100644 000... 4c326e5... A arch/arm/boot/dts/tps6507x.dtsi arch/arm

[PATCH V2 6/6] ARM: davinci: da850: add tps6507x regulator DT data

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
maximum output voltage the regulator is capable to provide. for e.g. regulator name for dcdc1 is VDCDC1_3.3V. Also, add tps6507x PMIC I2C slave device under I2C0 node. Tested on da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- Changes since V1: - No change :100644 100644

RE: [PATCH V2 3/6] ARM: davinci: da850: add DT node for I2C0

2013-02-03 Thread Vishwanathrao Badarkhe, Manish
On Sun, Feb 03, 2013 at 18:19:05, Nori, Sekhar wrote: On 1/29/2013 1:08 PM, Vishwanathrao Badarkhe, Manish wrote: Add I2C0 device tree node information to da850-evm. Also, add I2C0 pin muxing information in da850-evm. Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com