summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/mma8450.c
Commit message (Expand)AuthorAgeFilesLines
* Input: mma8450 - drop unnecessary call to i2c_set_clientdataGuenter Roeck2017-01-181-2/+0Star
* Input: mma8450 - convert to using managed resourcesDmitry Torokhov2015-03-241-27/+8Star
* Input: mma8450 - add parent deviceStefan Sauer2015-02-261-0/+1
* Input: mma8450 - add missing i2c_set_clientdata() in mma8450_probe()Wei Yongjun2013-11-111-1/+3
* Input: mma8450 - fix signed 12bits to 32bits conversionSebastien Royen2013-03-311-3/+3
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-171-11/+1Star
* Input: mma8450 - silence some 'uninitialized variable' warningsDmitry Torokhov2011-10-071-10/+10
* Input: mma8450 - fix module device table typeAxel Lin2011-08-091-1/+1
* Input: mma8450 - add device tree probe supportShawn Guo2011-08-011-0/+8
* Input: add support for mma8450 accelerometerEric Miao2011-06-221-0/+256