summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/kxtj9.c
AgeCommit message (Expand)AuthorLines
2024-10-03Input: kxtj9 - use guard notation when acquiring mutex/disabling irqDmitry Torokhov-10/+4
2024-09-30Input: correct typos in multiple comments across misc driversShen Lichuan-1/+1
2024-05-13Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-2/+2
2023-09-06Input: kxtj9 - use device core to create driver-specific device attributesDmitry Torokhov-12/+17
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König-1/+1
2023-01-09Input: kxtj9 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron-4/+4
2022-12-02Input: kxtj9 - Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz-2/+2
2019-10-29Input: kxtj9 - switch to using polled mode of input devicesDmitry Torokhov-115/+37
2019-10-29Input: kxtj9 - switch to using managed resourcesDmitry Torokhov-58/+28
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner-14/+1
2015-10-02Input: kxtj9 - remove unneeded retval variableJavier Martinez Canillas-2/+1
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski-1/+0
2014-11-02Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han-4/+2
2013-12-06Input: use dev_get_platdata()Jingoo Han-1/+2
2012-11-24Input: remove use of __devexitBill Pemberton-2/+2
2012-11-24Input: remove use of __devinitBill Pemberton-5/+5
2012-11-24Input: remove use of __devexit_pBill Pemberton-1/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin-11/+1
2012-03-16Input: kxtj9 - who_am_i check value and initial data rate fixesChristopher Hudson-5/+17
2011-07-30Input: kxtj9 - explicitly include module.hStephen Rothwell-0/+1
2011-07-19Input: kxtj9 - fix locking typo in kxtj9_set_poll()Dan Carpenter-1/+1
2011-07-19Input: kxtj9 - fix bug in probe()Dan Carpenter-1/+1
2011-07-06Input: add support for Kionix KXTJ9 accelerometerChris Hudson-0/+671