summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/edt-ft5x06.c
Commit message (Expand)AuthorAgeFilesLines
* Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()ye xingchen2023-12-131-1/+1
* Input: edt-ft5x06 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-8/+2
* Input: edf-ft5x06 - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-7/+3
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: edt-ft5x06 - add delay after waking upPhilipp Puschmann2023-05-051-0/+1
* Input: edt-ft5x06 - calculate points data length only onceDario Binacchi2023-04-021-28/+28
* Input: edt-ft5x06 - unify the crc checkDario Binacchi2023-04-021-6/+3
* Input: edt-ft5x06 - convert to use regmap APIDario Binacchi2023-04-021-210/+214
* Input: edt-ft5x06 - don't print error messages with dev_dbg()Dario Binacchi2023-04-021-3/+3
* Input: edt-ft5x06 - remove code duplicationDario Binacchi2023-04-021-4/+7
* Input: edt-ft5x06 - don't recalculate the CRCDario Binacchi2023-04-021-4/+4
* Input: edt-ft5x06 - add spaces to ensure format specificationDario Binacchi2023-04-021-2/+2
* Input: edt-ft5x06 - remove unnecessary blank linesDario Binacchi2023-04-021-2/+0
* Input: edt-ft5x06 - fix indentationDario Binacchi2023-04-021-16/+20
* Input: edt-ft5x06 - fix typo in a commentDario Binacchi2023-01-291-1/+1
* Input: edt-ft5x06 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-5/+5
* Input: edt-ft5x06 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
* Input: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-181-6/+6
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* Input: edt-ft5x06 - show crc and header errors by sysfsDario Binacchi2022-06-281-0/+30
* Input: edt-ft5x06 - show firmware version by sysfsDario Binacchi2022-06-281-5/+17
* Input: edt-ft5x06 - show model name by sysfsDario Binacchi2022-06-281-0/+12
* Input: edt-ft5x06 - set report rate by dts propertyDario Binacchi2022-06-281-0/+23
* Input: edt-ft5x06 - get/set M12 report rate by sysfsDario Binacchi2022-06-281-3/+6
* Input: edt-ft5x06 - added case for EDT EP0110M09Oliver Graute2021-09-051-0/+1
* Input: edt-ft5x06 - add support for iovcc-supplyStephan Gerhold2021-06-011-2/+36
* Input: edt-ft5x06 - consolidate handling of number of electrodesDmitry Torokhov2020-12-101-26/+17
* Input: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-071-2/+1
* Input: edt-ft5x06 - prefer asynchronous probeAhmad Fatoum2020-05-091-0/+1
* Input: edt-ft5x06 - improve power management operationsMarco Felsch2020-05-091-10/+132
* Input: edt-ft5x06 - move parameter restore into helperMarco Felsch2020-05-091-19/+24
* Input: edt-ft5x06 - fix get_default register write accessMarco Felsch2020-05-091-3/+9
* Input: edt-ft5x06 - use pm core to enable/disable the wake irqMarco Felsch2020-01-101-24/+0
* Input: edt-ft5x06 - make wakeup-source switchableMarco Felsch2020-01-101-1/+0
* Input: edt-ft5x06 - alphabetical include reorderMarco Felsch2020-01-101-11/+12
* Input: edt-ft5x06 - work around first register access errorPhilipp Zabel2020-01-101-0/+7
* Input: edt-ft5x06 - add support for regulatorMylène Josserand2019-10-281-0/+30
* Input: edt-ft5x06 - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-121-2/+0
* Input: edt-ft5x06 - simplify event reporting codeDmitry Torokhov2019-07-051-9/+4
* Input: edt-ft5x06 - use get_unaligned_be16()Dmitry Torokhov2019-06-301-2/+3
* Input: edt-ft5x06 - convert to use SPDX identifierAndy Shevchenko2019-03-031-14/+2
* Input: edt-ft5x06 - enable ACPI enumerationAndy Shevchenko2019-03-031-5/+2
* Input: edt-ft5x06 - add offset support for ev-ft5726Marco Felsch2019-01-131-0/+46
* Input: edt-ft5x06 - add support to update ev-ft5726 registersMarco Felsch2019-01-131-5/+15
* Input: edt-ft5x06 - add support for Evervision FT5726Marco Felsch2019-01-131-3/+41
* Input: edt-ft5x06 - fix error handling for factory mode on non-M06Dmitry Torokhov2018-01-241-8/+6
* Input: edt-ft5x06 - implement support for the EDT-M12 seriesSimon Budig2017-10-191-11/+39
* Input: edt-ft5x06 - make distinction between m06/m09/generic more clearSimon Budig2017-10-191-29/+93
* Input: edt-ft5x06 - use managed devm_device_add_groupAndi Shyti2017-09-291-7/+2
* Input: edt-ft5x06 - fix access to non-existing registerLuca Ceresoli2017-09-111-1/+2