aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/mma8450.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-29Input: mma8450 - switch to using polled mode of input devicesDmitry Torokhov1-55/+46
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
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-25Input: 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-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