summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/zforce_ts.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* Input: zforce_ts - switch to using asynchronous probingDmitry Torokhov2024-09-061-0/+1
* Input: zforce_ts - remove assert/deassert wrappersDmitry Torokhov2024-09-061-12/+2
* Input: zforce_ts - do not hardcode interrupt levelDmitry Torokhov2024-09-061-2/+1
* Input: zforce_ts - switch to using devm_regulator_get_enable()Dmitry Torokhov2024-09-061-12/+1
* Input: zforce_ts - stop treating VDD regulator as optionalDmitry Torokhov2024-09-061-15/+13
* Input: zforce_ts - make zforce_idtable constantDmitry Torokhov2024-09-061-1/+1
* Input: zforce_ts - use dev_err_probe() where appropriateDmitry Torokhov2024-09-061-132/+113
* Input: zforce_ts - do not ignore errors when acquiring regulatorDmitry Torokhov2024-09-061-1/+1
* Input: zforce_ts - make parsing of contacts less confusingDmitry Torokhov2024-09-061-12/+13
* Input: zforce_ts - switch to using get_unaligned_le16Dmitry Torokhov2024-09-061-12/+12
* Input: zforce_ts - use guard notation when acquiring mutexesDmitry Torokhov2024-09-061-21/+24
* Input: zforce_ts - ensure that pm_stay_awake() and pm_relax() are balancedDmitry Torokhov2024-09-061-5/+11
* Input: zforce_ts - remove unneeded lockingDmitry Torokhov2024-09-061-38/+9
* Input: zforce_ts - handle errors from input_mt_init_sots()Dmitry Torokhov2024-09-061-1/+5
* Input: zforce_ts - do not explicitly set EV_SYN, etc bitsDmitry Torokhov2024-09-061-4/+0
* Input: zforce_ts - remove support for platfrom dataDmitry Torokhov2024-09-061-40/+16
* Input: zforce_ts - simplify reporting of slot stateDmitry Torokhov2024-09-061-4/+2
* Input: zforce_ts - use devm_add_action_or_reset()Sudip Mukherjee2024-09-061-4/+1
* Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-141-1/+1
* Input: zforce_ts - accept standard touchscreen propertiesAndreas Kemnade2023-12-241-18/+16
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: zforce_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-101-4/+4
* Input: zforce_ts - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-031-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* Input: zforce_ts - fix dual touch recognitionKnut Wohlrab2016-04-251-2/+2
* Input: zforce - simplify function return logicJavier Martinez Canillas2015-10-021-6/+1
* Input: zforce - make the interrupt GPIO optionalDirk Behme2015-08-031-14/+49
* Input: zforce - don't invert the interrupt GPIODirk Behme2015-07-201-1/+1
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-181-1/+0
* Input: zforce_ts - convert to use the gpiod interfaceDirk Behme2015-07-091-28/+30
* Input: zforce - remove duplicated includeWei Yongjun2015-05-131-1/+0
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: zforce - add regulator handlingHeiko Stuebner2014-07-211-0/+31
* Input: zforce - make of_device_id array constJingoo Han2014-05-151-1/+1
* Merge tag 'v3.14-rc4' into nextDmitry Torokhov2014-03-011-6/+15
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2014-01-231-1/+2
| |\
| * | Input: zforce - fix possible driver hang during suspendHeiko Stübner2013-12-151-6/+15
* | | Input: zforce - add devicetree supportHeiko Stübner2014-01-281-2/+55
* | | Input: zforce - use internal pdata pointer instead of dev_get_platdataHeiko Stübner2014-01-281-3/+3
* | | Input: zforce - reduce stack memory allocated to framesLuis Ortega2014-01-281-1/+2
* | | Input: zforce - remove unnecessary payload data checksLuis Ortega2014-01-281-1/+1
* | | Input: zforce - fix lines exceeding 80 columnsLuis Ortega2014-01-281-7/+12
* | | Input: zforce - fix spelling errorsLuis Ortega2014-01-281-5/+5
| |/ |/|
* | Input: zforce - fix error return code in zforce_start()Wei Yongjun2013-12-181-1/+2
|/
* Input: add driver for Neonode zForce based touchscreensHeiko Stübner2013-10-311-0/+836