summaryrefslogtreecommitdiff
path: root/drivers/input/misc/kxtj9.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Input: kxtj9 - use device core to create driver-specific device attributesDmitry Torokhov1-12/+17
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-10Input: kxtj9 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-03Input: kxtj9 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2020-12-03Input: use input_device_enabled()Andrzej Pietrasiewicz1-2/+2
2019-10-30Input: kxtj9 - switch to using polled mode of input devicesDmitry Torokhov1-115/+37
2019-10-30Input: kxtj9 - switch to using managed resourcesDmitry Torokhov1-58/+28
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-14/+1
2015-10-02Input: kxtj9 - remove unneeded retval variableJavier Martinez Canillas1-2/+1
2015-07-18Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-11-02Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+2
2012-11-24Input: remove use of __devexitBill Pemberton1-2/+2
2012-11-24Input: remove use of __devinitBill Pemberton1-5/+5
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-17Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2012-03-17Input: kxtj9 - who_am_i check value and initial data rate fixesChristopher Hudson1-5/+17
2011-07-30Input: kxtj9 - explicitly include module.hStephen Rothwell1-0/+1
2011-07-20Input: kxtj9 - fix locking typo in kxtj9_set_poll()Dan Carpenter1-1/+1
2011-07-20Input: kxtj9 - fix bug in probe()Dan Carpenter1-1/+1
2011-07-07Input: add support for Kionix KXTJ9 accelerometerChris Hudson1-0/+671