summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/mma8450.c
AgeCommit message (Expand)AuthorLines
2015-02-25Input: mma8450 - add parent deviceStefan Sauer-0/+1
2013-11-11Input: mma8450 - add missing i2c_set_clientdata() in mma8450_probe()Wei Yongjun-1/+3
2013-03-31Input: mma8450 - fix signed 12bits to 32bits conversionSebastien Royen-3/+3
2012-11-24Input: remove use of __devexitBill Pemberton-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton-1/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin-11/+1
2011-10-06Input: mma8450 - silence some 'uninitialized variable' warningsDmitry Torokhov-10/+10
2011-08-08Input: mma8450 - fix module device table typeAxel Lin-1/+1
2011-07-31Input: mma8450 - add device tree probe supportShawn Guo-0/+8
2011-06-22Input: add support for mma8450 accelerometerEric Miao-0/+256