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

2013-10-29 Thread Manish Badarkhe
Hi Mark, Apologize for my late reply. On Thu, Oct 24, 2013 at 10:57 PM, Mark Rutland wrote: > > On Thu, Oct 24, 2013 at 06:05:53PM +0100, Manish Badarkhe wrote: > > Hi Mark, > > > > Thank you for your reply. > > > > On Wed, Oct 23, 2013 at 10:15 PM, Mark Rutland wrote: > > > > On Wed, Oct

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

2013-10-24 Thread Mark Rutland
On Thu, Oct 24, 2013 at 06:05:53PM +0100, Manish Badarkhe wrote: > Hi Mark, > > Thank you for your reply. > > On Wed, Oct 23, 2013 at 10:15 PM, Mark Rutland wrote: > > On Wed, Oct 23, 2013 at 05:28:52PM +0100, Manish Badarkhe wrote: > > Add device tree based support for TI's tps6507x to

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

2013-10-23 Thread Mark Rutland
On Wed, Oct 23, 2013 at 05:28:52PM +0100, Manish Badarkhe wrote: > Add device tree based support for TI's tps6507x touchscreen. > > Signed-off-by: Manish Badarkhe > --- > Changes since V3: > - Rebased on top of Dmitry's changes > - Removed error handling for optional DT properties > > Changes

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

2013-10-23 Thread Manish Badarkhe
Add device tree based support for TI's tps6507x touchscreen. Signed-off-by: Manish Badarkhe --- Changes since V3: - Rebased on top of Dmitry's changes - Removed error handling for optional DT properties Changes since V2: - Removed unnecessary code. - Updated Documentation to provide proper n