summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/mma8450.c
Commit message (Collapse)AuthorAgeFilesLines
* Input: mma8450 - silence some 'uninitialized variable' warningsDmitry Torokhov2011-10-061-10/+10
| | | | | | | | Sometimes GCC is not smart enough to recognize that x, y and z are always used properly initialized in mma8450_poll(). Let's rearrange the code a bit to help GCC. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: mma8450 - fix module device table typeAxel Lin2011-08-081-1/+1
| | | | | | | The module device table for of_device_id should use "of" type. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: mma8450 - add device tree probe supportShawn Guo2011-07-311-0/+8
| | | | | | | | | It adds device tree probe support for mma8450 driver. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Eric Miao <eric.miao@linaro.org> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: add support for mma8450 accelerometerEric Miao2011-06-221-0/+256
Signed-off-by: Sammy He <r62914@freescale.com> Signed-off-by: Eric Miao <eric.miao@linaro.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>