RE: [PATCH v5 0/2] Add device tree support for Samsung's keypad controller driver

2011-11-02 Thread Kukjin Kim
Kukjin Kim wrote: On 10/11/11 14:09, Kukjin Kim wrote: Thomas Abraham wrote: Changes since v4: - Tested with linux 3.1-rc9. No changes in code. Changes since v3: - Addressed comments from Grant Likely. - Set num_rows and num_cols to zero in samsung_keypad_parse_dt function.

Re: [PATCH v5 0/2] Add device tree support for Samsung's keypad controller driver

2011-10-24 Thread Kukjin Kim
On 10/11/11 14:09, Kukjin Kim wrote: Thomas Abraham wrote: Changes since v4: - Tested with linux 3.1-rc9. No changes in code. Changes since v3: - Addressed comments from Grant Likely. - Set num_rows and num_cols to zero in samsung_keypad_parse_dt function. - Fixed the wierd looking

RE: [PATCH v5 0/2] Add device tree support for Samsung's keypad controller driver

2011-10-11 Thread Kukjin Kim
Thomas Abraham wrote: Changes since v4: - Tested with linux 3.1-rc9. No changes in code. Changes since v3: - Addressed comments from Grant Likely. - Set num_rows and num_cols to zero in samsung_keypad_parse_dt function. - Fixed the wierd looking if-else block in samsung_keypad_probe