summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/rohm_bu21023.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: rohm_bu21023 - switch to using cleanup functionsDmitry Torokhov2024-06-291-21/+19
* Input: rohm_bu21023 - switch to using sysfs_emit()Dmitry Torokhov2024-06-291-3/+3
* Input: rohm_bu21023 - factor out settings update codeDmitry Torokhov2024-06-291-48/+29
* Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-141-1/+1
* Input: rohm_bu21023 - use device core to create driver-specific device attrib...Dmitry Torokhov2023-09-061-10/+2
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: rohm_bu21023 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* input: rohm_bu21023: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-2/+2
* Input: rohm_bu21023 - use managed devm_device_add_groupAndi Shyti2017-09-301-16/+1
* Input: touchscreen - use local variables consistentlyGuenter Roeck2017-01-221-2/+1
* Input: rohm_bu21023 - fix handling of retrying firmware updateDmitry Torokhov2016-01-071-1/+1
* Input: add support for ROHM BU21023/24 touchscreenYoichi Yuasa2015-10-061-0/+1218