summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/mma8450.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Explicitly include correct DT includesRob Herring2023-07-171-1/+1
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: mma8450 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: mma8450 - switch to using polled mode of input devicesDmitry Torokhov2019-10-291-55/+46
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* Input: mma8450 - drop unnecessary call to i2c_set_clientdataGuenter Roeck2017-01-181-2/+0
* Input: mma8450 - convert to using managed resourcesDmitry Torokhov2015-03-241-27/+8
* Input: mma8450 - add parent deviceStefan Sauer2015-02-251-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-161-11/+1
* Input: mma8450 - silence some 'uninitialized variable' warningsDmitry Torokhov2011-10-061-10/+10
* Input: mma8450 - fix module device table typeAxel Lin2011-08-081-1/+1
* Input: mma8450 - add device tree probe supportShawn Guo2011-07-311-0/+8
* Input: add support for mma8450 accelerometerEric Miao2011-06-221-0/+256