aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/mma8450.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-11Input: mma8450 - add missing i2c_set_clientdata() in mma8450_probe()Wei Yongjun1-1/+3
2013-03-31Input: mma8450 - fix signed 12bits to 32bits conversionSebastien Royen1-3/+3
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2011-10-06Input: mma8450 - silence some 'uninitialized variable' warningsDmitry Torokhov1-10/+10
2011-08-08Input: mma8450 - fix module device table typeAxel Lin1-1/+1
2011-07-31Input: mma8450 - add device tree probe supportShawn Guo1-0/+8
2011-06-22Input: add support for mma8450 accelerometerEric Miao1-0/+256