[PATCH 0/6] input: pxa27x-keypad: enhancement and device tree support

2013-04-23 Thread Chao Xie
The patches include 3 parts 1. copy members of platform data to device private data pdata pass when probing the device may be freed after device initialized. It is not safe to use pdata in other places except probe device. So copy some useful members from pdata to device private structure. 2. use

[PATCH 0/6] input: pxa27x-keypad: enhancement and device tree support

2013-04-23 Thread Chao Xie
The patches include 3 parts 1. copy members of platform data to device private data pdata pass when probing the device may be freed after device initialized. It is not safe to use pdata in other places except probe device. So copy some useful members from pdata to device private structure. 2. use