[PATCH 03/10] Input: atmel_mxt_ts - refactor input device creation

2013-02-01 Thread Daniel Kurtz
Move input device initialization to its own helper function. This is in preparation of a future patch that makes input device conditional on the device not being in its bootloader. Signed-off-by: Daniel Kurtz --- drivers/input/touchscreen/atmel_mxt_ts.c | 91 ++-- 1

[PATCH 03/10] Input: atmel_mxt_ts - refactor input device creation

2013-02-01 Thread Daniel Kurtz
Move input device initialization to its own helper function. This is in preparation of a future patch that makes input device conditional on the device not being in its bootloader. Signed-off-by: Daniel Kurtz djku...@chromium.org --- drivers/input/touchscreen/atmel_mxt_ts.c | 91