summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/zforce_ts.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-06Input: zforce_ts - switch to using asynchronous probingDmitry Torokhov1-0/+1
2024-09-06Input: zforce_ts - remove assert/deassert wrappersDmitry Torokhov1-12/+2
2024-09-06Input: zforce_ts - do not hardcode interrupt levelDmitry Torokhov1-2/+1
2024-09-06Input: zforce_ts - switch to using devm_regulator_get_enable()Dmitry Torokhov1-12/+1
2024-09-06Input: zforce_ts - stop treating VDD regulator as optionalDmitry Torokhov1-15/+13
2024-09-06Input: zforce_ts - make zforce_idtable constantDmitry Torokhov1-1/+1
2024-09-06Input: zforce_ts - use dev_err_probe() where appropriateDmitry Torokhov1-132/+113
2024-09-06Input: zforce_ts - do not ignore errors when acquiring regulatorDmitry Torokhov1-1/+1
2024-09-06Input: zforce_ts - make parsing of contacts less confusingDmitry Torokhov1-12/+13
2024-09-06Input: zforce_ts - switch to using get_unaligned_le16Dmitry Torokhov1-12/+12
2024-09-06Input: zforce_ts - use guard notation when acquiring mutexesDmitry Torokhov1-21/+24
2024-09-06Input: zforce_ts - ensure that pm_stay_awake() and pm_relax() are balancedDmitry Torokhov1-5/+11
2024-09-06Input: zforce_ts - remove unneeded lockingDmitry Torokhov1-38/+9
2024-09-06Input: zforce_ts - handle errors from input_mt_init_sots()Dmitry Torokhov1-1/+5
2024-09-06Input: zforce_ts - do not explicitly set EV_SYN, etc bitsDmitry Torokhov1-4/+0
2024-09-06Input: zforce_ts - remove support for platfrom dataDmitry Torokhov1-40/+16
2024-09-06Input: zforce_ts - simplify reporting of slot stateDmitry Torokhov1-4/+2
2024-09-06Input: zforce_ts - use devm_add_action_or_reset()Sudip Mukherjee1-4/+1
2024-05-14Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-1/+1
2023-12-24Input: zforce_ts - accept standard touchscreen propertiesAndreas Kemnade1-18/+16
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-10Input: zforce_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-03Input: zforce_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2020-12-03Input: use input_device_enabled()Andrzej Pietrasiewicz1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-9/+1
2016-04-26Input: zforce_ts - fix dual touch recognitionKnut Wohlrab1-2/+2
2015-10-02Input: zforce - simplify function return logicJavier Martinez Canillas1-6/+1
2015-08-04Input: zforce - make the interrupt GPIO optionalDirk Behme1-14/+49
2015-07-20Input: zforce - don't invert the interrupt GPIODirk Behme1-1/+1
2015-07-18Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-09Input: zforce_ts - convert to use the gpiod interfaceDirk Behme1-28/+30
2015-05-13Input: zforce - remove duplicated includeWei Yongjun1-1/+0
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2014-07-21Input: zforce - add regulator handlingHeiko Stuebner1-0/+31
2014-05-15Input: zforce - make of_device_id array constJingoo Han1-1/+1
2014-03-01Merge tag 'v3.14-rc4' into nextDmitry Torokhov1-6/+15
2014-01-28Input: zforce - add devicetree supportHeiko Stübner1-2/+55
2014-01-28Input: zforce - use internal pdata pointer instead of dev_get_platdataHeiko Stübner1-3/+3
2014-01-28Input: zforce - reduce stack memory allocated to framesLuis Ortega1-1/+2
2014-01-28Input: zforce - remove unnecessary payload data checksLuis Ortega1-1/+1
2014-01-28Input: zforce - fix lines exceeding 80 columnsLuis Ortega1-7/+12
2014-01-28Input: zforce - fix spelling errorsLuis Ortega1-5/+5
2014-01-23Merge branch 'next' into for-linusDmitry Torokhov1-1/+2
2013-12-18Input: zforce - fix error return code in zforce_start()Wei Yongjun1-1/+2
2013-12-15Input: zforce - fix possible driver hang during suspendHeiko Stübner1-6/+15
2013-10-31Input: add driver for Neonode zForce based touchscreensHeiko Stübner1-0/+836