summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/hideep.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Input: hideep - use device core to create driver-specific device attributesDmitry Torokhov1-12/+3
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-03-17Input: hideep - optionally reset controller work mode to native HiDeep protocolHans de Goede1-0/+20
2023-03-17Input: hideep - silence error in SW_RESET()Hans de Goede1-1/+6
2023-03-17Input: hideep - clean up some inconsistent indentingYang Li1-3/+3
2023-01-10Input: hideep - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-03Input: hideep - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2021-06-20Input: hideep - fix the uninitialized use in hideep_nvm_unlock()Yizhuo Zhai1-3/+10
2019-08-12Input: hideep - switch to use device_property_count_u32()Andy Shevchenko1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 475Thomas Gleixner1-4/+1
2017-12-19Input: hideep - fix compile error due to missing include fileAnthony Kim1-2/+1
2017-11-10Input: add support for HiDeep touchscreenAnthony Kim1-0/+1120