summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/egalax_ts.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-10Input: egalax_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+5
2022-12-03Input: egalax_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-10-24Input: egalax_ts - do not hardcode interrupt triggerDmitry Torokhov1-4/+3
2022-10-24Input: egalax_ts - switch to using gpiod APIDmitry Torokhov1-25/+17
2018-09-19Input: egalax_ts - add system wakeup supportAnson Huang1-0/+6
2018-07-18Input: egalax_ts - switch to SPDX identifierFabio Estevam1-4/+1
2017-01-23Input: touchscreen - drop unnecessary calls to input_set_drvdataGuenter Roeck1-2/+0
2017-01-22Input: touchscreen - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck1-1/+0
2015-07-30Input: touchscreen - export OF module alias informationJavier Martinez Canillas1-0/+1
2015-07-18Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2014-05-15Input: egalax_ts - make of_device_id array constJingoo Han1-1/+1
2014-01-07Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-06Input: egalax_ts - remove redundant of_match_ptrSachin Kamat1-1/+1
2013-06-28Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov1-1/+1
2013-05-06Input: egalax_ts - move to devm_* functionsAndy Shevchenko1-39/+14
2013-05-06Input: egalax_ts - ABS_MT_POSITION_Y not reported wellHeiko Abraham1-1/+1
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-2/+2
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-25Input: egalax_ts - get gpio from devicetreeHui Wang1-2/+21
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg1-1/+1
2012-03-17Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-12/+1
2011-11-15Input: add EETI eGalax I2C capacitive multi touch driverZhang Jiejing1-0/+303