summaryrefslogtreecommitdiff
path: root/drivers/input/misc/mma8450.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-18Input: mma8450 - drop unnecessary call to i2c_set_clientdataGuenter Roeck1-2/+0
2015-03-24Input: mma8450 - convert to using managed resourcesDmitry Torokhov1-27/+8
2015-02-26Input: mma8450 - add parent deviceStefan Sauer1-0/+1
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-17Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2011-10-07Input: mma8450 - silence some 'uninitialized variable' warningsDmitry Torokhov1-10/+10
2011-08-09Input: mma8450 - fix module device table typeAxel Lin1-1/+1
2011-08-01Input: mma8450 - add device tree probe supportShawn Guo1-0/+8
2011-06-22Input: add support for mma8450 accelerometerEric Miao1-0/+256