Re: [PATCH 0/4] media: remove duplicate check for EPERM

2013-05-21 Thread Hans Verkuil
On Wed May 22 2013 07:52:03 Prabhakar Lad wrote: > Hi All, > > On Tue, May 14, 2013 at 11:15 AM, Lad Prabhakar > wrote: > > From: Lad, Prabhakar > > > > This patch series cleanups the check for EPERM in dbg_g/s_register > > and vidioc_g/s_register. > > > > Lad, Prabhakar (4): > > media: i2c: r

Re: [PATCH RFC v2] media: OF: add sync-on-green endpoint property

2013-05-21 Thread Prabhakar Lad
Hi Laurent/Sylwester, On Thu, May 16, 2013 at 6:48 PM, Lad Prabhakar wrote: > From: Lad, Prabhakar > > This patch adds "sync-on-green" property as part of > endpoint properties and also support to parse them in the parser. > If you are ok with the patch can I send non RFC version of it ? Regard

Re: [PATCH 0/4] media: remove duplicate check for EPERM

2013-05-21 Thread Prabhakar Lad
Hi All, On Tue, May 14, 2013 at 11:15 AM, Lad Prabhakar wrote: > From: Lad, Prabhakar > > This patch series cleanups the check for EPERM in dbg_g/s_register > and vidioc_g/s_register. > > Lad, Prabhakar (4): > media: i2c: remove duplicate checks for EPERM in dbg_g/s_register > media: dvb-fro

RE: Query on pinctrl usage for DT nodes

2013-05-21 Thread Manjunathappa, Prakash
Hi, On Tue, Apr 23, 2013 at 23:47:54, Tony Lindgren wrote: > * Peter Ujfalusi [130423 00:47]: > > On 04/16/2013 11:32 PM, Tony Lindgren wrote: > > > * Peter Ujfalusi [130415 01:30]: > > >> On 04/10/2013 10:34 PM, Tony Lindgren wrote: > > >>> Yeah how about just change the pintctrl-single,bits re

[PATCH 2/3] pinctrl: pinctrl-single: pin names for pinctrl-single.bits

2013-05-21 Thread Manjunathappa, Prakash
Take care to name pin names as register-offset.bit-pos-of-pin-in-register in case configuring multiple pins in register. Signed-off-by: Manjunathappa, Prakash --- drivers/pinctrl/pinctrl-single.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/pinc

[PATCH 3/3] ARM: davinci: da850: adopt to pinctrl-single driver to configure multiple pins

2013-05-21 Thread Manjunathappa, Prakash
function-mask property is a mask for a pin at each pin configure offset in a pincontrol register. Signed-off-by: Manjunathappa, Prakash --- arch/arm/boot/dts/da850.dtsi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da85

[PATCH 0/3] pinctrl: pinctrl-single: Add full fledge support to configure multiple pins of different modules

2013-05-21 Thread Manjunathappa, Prakash
Based function-mask and submask preoperties patch allocates and registers pins. Patch is fixes the issue reported and discussed here: http://www.spinics.net/lists/arm-kernel/msg235213.html Applies on top of 3.10-rc2 of linus's tree. Tested on da850-evm. Manjunathappa, Prakash (3): pinctrl: pin

[PATCH 1/3] pinctrl: pinctrl-single: enhance to configure multiple pins of different modules

2013-05-21 Thread Manjunathappa, Prakash
Add support to configure multiple pins in each register, existing implementation added by [1] does not support full fledge multiple pin configuration in single register, reports a pin clash when different modules configure different bits of same register. The issue reported and discussed here http:

[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 --- Changes since V2: - Updated names of devicetree properties. Changes since V1: - Updated commit message. :100644 100644 c9

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

2013-05-21 Thread Vishwanathrao Badarkhe, Manish
Patch set adds DT support for tps6507x based touchscreen. Also, add DT data for tps6507x touchscreen in da850-evm by providing touchscreen node inside tps6507x mfd device. This patch series applies on top of linux-next tree and depends on [1]. [1]tps6507x-ts: update to devm_* API https://patch

[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 --- Changes since V2: - Removed unnecessary code. - Updated Documentation to provide proper names of devicetree properties. Changes since V1: - Updated documenta