Re: [PATCH 2/2] input: samsung-keypad: Add device tree support

2011-09-14 Thread Thomas Abraham
On 15 September 2011 00:40, Grant Likely wrote: > On Wed, Sep 14, 2011 at 12:09 PM, Thomas Abraham > wrote: >> On 14 September 2011 22:43, Grant Likely wrote: >>> On Wed, Sep 14, 2011 at 10:19:22PM +0530, Thomas Abraham wrote: On 14 September 2011 21:41, Grant Likely wrote: > On Tue,

Re: [PATCH 2/2] input: samsung-keypad: Add device tree support

2011-09-14 Thread Grant Likely
On Wed, Sep 14, 2011 at 12:09 PM, Thomas Abraham wrote: > On 14 September 2011 22:43, Grant Likely wrote: >> On Wed, Sep 14, 2011 at 10:19:22PM +0530, Thomas Abraham wrote: >>> On 14 September 2011 21:41, Grant Likely wrote: >>> > On Tue, Sep 13, 2011 at 05:56:19PM +0530, Thomas Abraham wrote: >

Re: [PATCH 2/2] input: samsung-keypad: Add device tree support

2011-09-14 Thread Thomas Abraham
Hi Grant, On 14 September 2011 22:43, Grant Likely wrote: > On Wed, Sep 14, 2011 at 10:19:22PM +0530, Thomas Abraham wrote: >> Hi Grant, >> >> On 14 September 2011 21:41, Grant Likely wrote: >> > On Tue, Sep 13, 2011 at 05:56:19PM +0530, Thomas Abraham wrote: >> >> Add device tree based discover

Re: [PATCH 2/2] input: samsung-keypad: Add device tree support

2011-09-14 Thread Grant Likely
On Wed, Sep 14, 2011 at 10:19:22PM +0530, Thomas Abraham wrote: > Hi Grant, > > On 14 September 2011 21:41, Grant Likely wrote: > > On Tue, Sep 13, 2011 at 05:56:19PM +0530, Thomas Abraham wrote: > >> Add device tree based discovery support for Samsung's keypad controller. > >> > >> Cc: Joonyoung

Re: [PATCH 2/2] input: samsung-keypad: Add device tree support

2011-09-14 Thread Thomas Abraham
Hi Grant, On 14 September 2011 21:41, Grant Likely wrote: > On Tue, Sep 13, 2011 at 05:56:19PM +0530, Thomas Abraham wrote: >> Add device tree based discovery support for Samsung's keypad controller. >> >> Cc: Joonyoung Shim >> Cc: Donghwa Lee >> Signed-off-by: Thomas Abraham >> --- >>  .../de

Re: [PATCH 2/2] input: samsung-keypad: Add device tree support

2011-09-14 Thread Grant Likely
On Tue, Sep 13, 2011 at 05:56:19PM +0530, Thomas Abraham wrote: > Add device tree based discovery support for Samsung's keypad controller. > > Cc: Joonyoung Shim > Cc: Donghwa Lee > Signed-off-by: Thomas Abraham > --- > .../devicetree/bindings/input/samsung-keypad.txt | 88 ++ > dr

[PATCH 2/2] input: samsung-keypad: Add device tree support

2011-09-13 Thread Thomas Abraham
Add device tree based discovery support for Samsung's keypad controller. Cc: Joonyoung Shim Cc: Donghwa Lee Signed-off-by: Thomas Abraham --- .../devicetree/bindings/input/samsung-keypad.txt | 88 ++ drivers/input/keyboard/samsung-keypad.c| 177 ++-- 2

Re: [PATCH 2/2] input: samsung-keypad: Add device tree support

2011-09-07 Thread Thomas Abraham
Hi Dmitry, On 8 September 2011 02:20, Dmitry Torokhov wrote: > Hi Thomas, > > On Tue, Sep 06, 2011 at 07:25:17PM +0530, Thomas Abraham wrote: >>  static int samsung_keypad_is_s5pv210(struct device *dev) >>  { >>       struct platform_device *pdev = to_platform_device(dev); >> -     enum samsung_k

Re: [PATCH 2/2] input: samsung-keypad: Add device tree support

2011-09-07 Thread Dmitry Torokhov
Hi Thomas, On Tue, Sep 06, 2011 at 07:25:17PM +0530, Thomas Abraham wrote: > static int samsung_keypad_is_s5pv210(struct device *dev) > { > struct platform_device *pdev = to_platform_device(dev); > - enum samsung_keypad_type type = > - platform_get_device_id(pdev)->driver_d

[PATCH 2/2] input: samsung-keypad: Add device tree support

2011-09-06 Thread Thomas Abraham
Add device tree based discovery support for Samsung's keypad controller. Cc: Joonyoung Shim Cc: Donghwa Lee Signed-off-by: Thomas Abraham --- .../devicetree/bindings/input/samsung-keypad.txt | 88 +++ drivers/input/keyboard/samsung-keypad.c| 161 +++- 2