RE: [PATCH v5] Input: matrix-keypad - Add device tree support

2012-11-15 Thread AnilKumar, Chimata
On Thu, Nov 15, 2012 at 13:52:30, Dmitry Torokhov wrote: > Hi AnilKumar, > > On Thu, Nov 15, 2012 at 07:07:33AM +, AnilKumar, Chimata wrote: > > On Sun, Nov 11, 2012 at 08:05:18, Rob Herring wrote: > > > On 11/10/2012 03:40 PM, AnilKumar Ch wrote: > > > > Add device tree support to matrix keyp

Re: [PATCH v5] Input: matrix-keypad - Add device tree support

2012-11-15 Thread Dmitry Torokhov
Hi AnilKumar, On Thu, Nov 15, 2012 at 07:07:33AM +, AnilKumar, Chimata wrote: > On Sun, Nov 11, 2012 at 08:05:18, Rob Herring wrote: > > On 11/10/2012 03:40 PM, AnilKumar Ch wrote: > > > Add device tree support to matrix keypad driver and usage details > > > are added to device tree documentat

RE: [PATCH v5] Input: matrix-keypad - Add device tree support

2012-11-14 Thread AnilKumar, Chimata
On Sun, Nov 11, 2012 at 08:05:18, Rob Herring wrote: > On 11/10/2012 03:40 PM, AnilKumar Ch wrote: > > Add device tree support to matrix keypad driver and usage details > > are added to device tree documentation. Driver was tested on AM335x > > EVM. > > > > Signed-off-by: AnilKumar Ch > > Acked-

Re: [PATCH v5] Input: matrix-keypad - Add device tree support

2012-11-10 Thread Rob Herring
On 11/10/2012 03:40 PM, AnilKumar Ch wrote: > Add device tree support to matrix keypad driver and usage details > are added to device tree documentation. Driver was tested on AM335x > EVM. > > Signed-off-by: AnilKumar Ch Acked-by: Rob Herring > --- > This patch was tested on AM335x-EVM and bas

[PATCH v5] Input: matrix-keypad - Add device tree support

2012-11-10 Thread AnilKumar Ch
Add device tree support to matrix keypad driver and usage details are added to device tree documentation. Driver was tested on AM335x EVM. Signed-off-by: AnilKumar Ch --- This patch was tested on AM335x-EVM and based on linux-next, cleanly applies on top of "input/next" Changes from v4: