summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/kxtj9.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: kxtj9 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-4/+4
* Input: kxtj9 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-021-2/+2
* Input: kxtj9 - switch to using polled mode of input devicesDmitry Torokhov2019-10-291-115/+37
* Input: kxtj9 - switch to using managed resourcesDmitry Torokhov2019-10-291-58/+28
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-14/+1
* Input: kxtj9 - remove unneeded retval variableJavier Martinez Canillas2015-10-021-2/+1
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+2
* Input: remove use of __devexitBill Pemberton2012-11-241-2/+2
* Input: remove use of __devinitBill Pemberton2012-11-241-5/+5
* 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: kxtj9 - who_am_i check value and initial data rate fixesChristopher Hudson2012-03-161-5/+17
* Input: kxtj9 - explicitly include module.hStephen Rothwell2011-07-301-0/+1
* Input: kxtj9 - fix locking typo in kxtj9_set_poll()Dan Carpenter2011-07-191-1/+1
* Input: kxtj9 - fix bug in probe()Dan Carpenter2011-07-191-1/+1
* Input: add support for Kionix KXTJ9 accelerometerChris Hudson2011-07-061-0/+671