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

2012-11-05 Thread AnilKumar, Chimata
+Luotao Fu On Sat, Nov 03, 2012 at 00:25:53, Stephen Warren wrote: > On 11/02/2012 05:03 AM, 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. > > > +++ b/Documentation/devicet

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

2012-11-02 Thread Stephen Warren
On 11/02/2012 05:03 AM, 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. > +++ b/Documentation/devicetree/bindings/input/gpio-matrix-keypad.txt > +Optional Properties: > +- cluster

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

2012-11-02 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 with DT patches, DT data patches will be submitted once this is accepted. Changes from v2