Re: [PATCH 07/10] input: Enable STMPE keypad driver for Device Tree

2012-10-11 Thread Lee Jones
On Wed, 10 Oct 2012, Dmitry Torokhov wrote: > Hi Lee, > > On Fri, Oct 05, 2012 at 04:31:43PM +0100, 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 separ

Re: [PATCH 07/10] input: Enable STMPE keypad driver for Device Tree

2012-10-10 Thread Dmitry Torokhov
Hi Lee, On Fri, Oct 05, 2012 at 04:31:43PM +0100, 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,

[PATCH 07/10] input: Enable STMPE keypad driver for Device Tree

2012-10-05 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.