summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/edt-ft5x06.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Input: edt-ft5x06 - use device core to create driver-specific device attributesDmitry Torokhov1-8/+2
2023-07-08Input: edf-ft5x06 - simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-05-05Input: edt-ft5x06 - add delay after waking upPhilipp Puschmann1-0/+1
2023-04-03Input: edt-ft5x06 - calculate points data length only onceDario Binacchi1-28/+28
2023-04-03Input: edt-ft5x06 - unify the crc checkDario Binacchi1-6/+3
2023-04-03Input: edt-ft5x06 - convert to use regmap APIDario Binacchi1-210/+214
2023-04-03Input: edt-ft5x06 - don't print error messages with dev_dbg()Dario Binacchi1-3/+3
2023-04-03Input: edt-ft5x06 - remove code duplicationDario Binacchi1-4/+7
2023-04-03Input: edt-ft5x06 - don't recalculate the CRCDario Binacchi1-4/+4
2023-04-03Input: edt-ft5x06 - add spaces to ensure format specificationDario Binacchi1-2/+2
2023-04-03Input: edt-ft5x06 - remove unnecessary blank linesDario Binacchi1-2/+0
2023-04-03Input: edt-ft5x06 - fix indentationDario Binacchi1-16/+20
2023-01-30Input: edt-ft5x06 - fix typo in a commentDario Binacchi1-1/+1
2023-01-10Input: edt-ft5x06 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+5
2022-12-03Input: edt-ft5x06 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-08-19Input: move from strlcpy with unused retval to strscpyWolfram Sang1-6/+6
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-29Input: edt-ft5x06 - show crc and header errors by sysfsDario Binacchi1-0/+30
2022-06-29Input: edt-ft5x06 - show firmware version by sysfsDario Binacchi1-5/+17
2022-06-29Input: edt-ft5x06 - show model name by sysfsDario Binacchi1-0/+12
2022-06-29Input: edt-ft5x06 - set report rate by dts propertyDario Binacchi1-0/+23
2022-06-29Input: edt-ft5x06 - get/set M12 report rate by sysfsDario Binacchi1-3/+6
2021-09-06Input: edt-ft5x06 - added case for EDT EP0110M09Oliver Graute1-0/+1
2021-06-02Input: edt-ft5x06 - add support for iovcc-supplyStephan Gerhold1-2/+36
2020-12-11Input: edt-ft5x06 - consolidate handling of number of electrodesDmitry Torokhov1-26/+17
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+1
2020-05-10Input: edt-ft5x06 - prefer asynchronous probeAhmad Fatoum1-0/+1
2020-05-10Input: edt-ft5x06 - improve power management operationsMarco Felsch1-10/+132
2020-05-10Input: edt-ft5x06 - move parameter restore into helperMarco Felsch1-19/+24
2020-05-10Input: edt-ft5x06 - fix get_default register write accessMarco Felsch1-3/+9
2020-01-11Input: edt-ft5x06 - use pm core to enable/disable the wake irqMarco Felsch1-24/+0
2020-01-11Input: edt-ft5x06 - make wakeup-source switchableMarco Felsch1-1/+0
2020-01-11Input: edt-ft5x06 - alphabetical include reorderMarco Felsch1-11/+12
2020-01-11Input: edt-ft5x06 - work around first register access errorPhilipp Zabel1-0/+7
2019-10-29Input: edt-ft5x06 - add support for regulatorMylène Josserand1-0/+30
2019-08-12Input: edt-ft5x06 - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+0
2019-07-05Input: edt-ft5x06 - simplify event reporting codeDmitry Torokhov1-9/+4
2019-06-30Input: edt-ft5x06 - use get_unaligned_be16()Dmitry Torokhov1-2/+3
2019-03-04Input: edt-ft5x06 - convert to use SPDX identifierAndy Shevchenko1-14/+2
2019-03-04Input: edt-ft5x06 - enable ACPI enumerationAndy Shevchenko1-5/+2
2019-01-14Input: edt-ft5x06 - add offset support for ev-ft5726Marco Felsch1-0/+46
2019-01-14Input: edt-ft5x06 - add support to update ev-ft5726 registersMarco Felsch1-5/+15
2019-01-14Input: edt-ft5x06 - add support for Evervision FT5726Marco Felsch1-3/+41
2018-01-25Input: edt-ft5x06 - fix error handling for factory mode on non-M06Dmitry Torokhov1-8/+6
2017-10-20Input: edt-ft5x06 - implement support for the EDT-M12 seriesSimon Budig1-11/+39
2017-10-20Input: edt-ft5x06 - make distinction between m06/m09/generic more clearSimon Budig1-29/+93
2017-09-30Input: edt-ft5x06 - use managed devm_device_add_groupAndi Shyti1-7/+2
2017-09-12Input: edt-ft5x06 - fix access to non-existing registerLuca Ceresoli1-1/+2
2017-05-23Input: edt-ft5x06 - increase allowed data range for threshold parameterMartin Kepplinger1-1/+1