Re: [PATCH 4/5] Input: Enable STMPE keypad driver for Device Tree

2013-01-08 Thread Lee Jones
On Tue, 08 Jan 2013, Dmitry Torokhov wrote: > On Tue, Jan 08, 2013 at 01:26:54AM -0800, Dmitry Torokhov wrote: > > Hi Lee, > > > > On Tue, Jan 08, 2013 at 08:38:03AM +, Lee Jones wrote: > > > > > > I'm less than pleased that you _stole_ authorship of this patch! > > > > > > Especially, as

Re: [PATCH 4/5] Input: Enable STMPE keypad driver for Device Tree

2013-01-08 Thread Dmitry Torokhov
On Tue, Jan 08, 2013 at 01:26:54AM -0800, Dmitry Torokhov wrote: > Hi Lee, > > On Tue, Jan 08, 2013 at 08:38:03AM +, Lee Jones wrote: > > > > I'm less than pleased that you _stole_ authorship of this patch! > > > > Especially, as I've been asking you to review it for some time. > > My

Re: [PATCH 4/5] Input: Enable STMPE keypad driver for Device Tree

2013-01-08 Thread Dmitry Torokhov
Hi Lee, On Tue, Jan 08, 2013 at 08:38:03AM +, Lee Jones wrote: > > I'm less than pleased that you _stole_ authorship of this patch! > > Especially, as I've been asking you to review it for some time. My sincere apologies, it was never my intention to claim anyones work as my own. It

Re: [PATCH 4/5] Input: Enable STMPE keypad driver for Device Tree

2013-01-08 Thread Lee Jones
Dmitry, > This patch allows the STMPE driver to be successfully probed and > initialised when Device Tree support is enabled. Besides the usual > platform data changes, we also separate the process of filling in > the 'in use' pin bitmap, as we have to extract the information from > Device Tree

Re: [PATCH 4/5] Input: Enable STMPE keypad driver for Device Tree

2013-01-08 Thread Lee Jones
Dmitry, This patch allows the STMPE driver to be successfully probed and initialised when Device Tree support is enabled. Besides the usual platform data changes, we also separate the process of filling in the 'in use' pin bitmap, as we have to extract the information from Device Tree in the

Re: [PATCH 4/5] Input: Enable STMPE keypad driver for Device Tree

2013-01-08 Thread Dmitry Torokhov
Hi Lee, On Tue, Jan 08, 2013 at 08:38:03AM +, Lee Jones wrote: I'm less than pleased that you _stole_ authorship of this patch! Especially, as I've been asking you to review it for some time. My sincere apologies, it was never my intention to claim anyones work as my own. It appears

Re: [PATCH 4/5] Input: Enable STMPE keypad driver for Device Tree

2013-01-08 Thread Dmitry Torokhov
On Tue, Jan 08, 2013 at 01:26:54AM -0800, Dmitry Torokhov wrote: Hi Lee, On Tue, Jan 08, 2013 at 08:38:03AM +, Lee Jones wrote: I'm less than pleased that you _stole_ authorship of this patch! Especially, as I've been asking you to review it for some time. My sincere

Re: [PATCH 4/5] Input: Enable STMPE keypad driver for Device Tree

2013-01-08 Thread Lee Jones
On Tue, 08 Jan 2013, Dmitry Torokhov wrote: On Tue, Jan 08, 2013 at 01:26:54AM -0800, Dmitry Torokhov wrote: Hi Lee, On Tue, Jan 08, 2013 at 08:38:03AM +, Lee Jones wrote: I'm less than pleased that you _stole_ authorship of this patch! Especially, as I've been asking

Re: [PATCH 4/5] Input: Enable STMPE keypad driver for Device Tree

2012-11-23 Thread Lee Jones
On Wed, 14 Nov 2012, Lee Jones wrote: > This patch allows the STMPE driver to be successfully probed and > initialised when Device Tree support is enabled. Besides the usual > platform data changes, we also separate the process of filling in > the 'in use' pin bitmap, as we have to extract the

Re: [PATCH 4/5] Input: Enable STMPE keypad driver for Device Tree

2012-11-23 Thread Lee Jones
On Wed, 14 Nov 2012, Lee Jones wrote: This patch allows the STMPE driver to be successfully probed and initialised when Device Tree support is enabled. Besides the usual platform data changes, we also separate the process of filling in the 'in use' pin bitmap, as we have to extract the

[PATCH 4/5] Input: Enable STMPE keypad driver for Device Tree

2012-11-14 Thread Lee Jones
This patch allows the STMPE driver to be successfully probed and initialised when Device Tree support is enabled. Besides the usual platform data changes, we also separate the process of filling in the 'in use' pin bitmap, as we have to extract the information from Device Tree in the DT boot case.

[PATCH 4/5] Input: Enable STMPE keypad driver for Device Tree

2012-11-14 Thread Lee Jones
This patch allows the STMPE driver to be successfully probed and initialised when Device Tree support is enabled. Besides the usual platform data changes, we also separate the process of filling in the 'in use' pin bitmap, as we have to extract the information from Device Tree in the DT boot case.