summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/edt-ft5x06.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-031-1/+18
|\
| * Input: edt-ft5x06 - fix regmap leak when probe failsDmitry Torokhov2024-10-251-1/+18
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* Input: edt-ft5x06 - add support for FocalTech FT8201Felix Kaechele2024-08-051-0/+6
* Input: edt-ft5x06 - add ft5426Andreas Kemnade2024-06-221-0/+1
* Input: edt-ft5x06 - add support for FocalTech FT5452 and FT8719Joel Selvaraj2024-05-221-0/+12
* Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()ye xingchen2023-12-141-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-081-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-031-28/+28
* Input: edt-ft5x06 - unify the crc checkDario Binacchi2023-04-031-6/+3
* Input: edt-ft5x06 - convert to use regmap APIDario Binacchi2023-04-031-210/+214
* Input: edt-ft5x06 - don't print error messages with dev_dbg()Dario Binacchi2023-04-031-3/+3
* Input: edt-ft5x06 - remove code duplicationDario Binacchi2023-04-031-4/+7
* Input: edt-ft5x06 - don't recalculate the CRCDario Binacchi2023-04-031-4/+4
* Input: edt-ft5x06 - add spaces to ensure format specificationDario Binacchi2023-04-031-2/+2
* Input: edt-ft5x06 - remove unnecessary blank linesDario Binacchi2023-04-031-2/+0
* Input: edt-ft5x06 - fix indentationDario Binacchi2023-04-031-16/+20
* Input: edt-ft5x06 - fix typo in a commentDario Binacchi2023-01-301-1/+1
* Input: edt-ft5x06 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-101-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-191-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-291-0/+30
* Input: edt-ft5x06 - show firmware version by sysfsDario Binacchi2022-06-291-5/+17
* Input: edt-ft5x06 - show model name by sysfsDario Binacchi2022-06-291-0/+12
* Input: edt-ft5x06 - set report rate by dts propertyDario Binacchi2022-06-291-0/+23
* Input: edt-ft5x06 - get/set M12 report rate by sysfsDario Binacchi2022-06-291-3/+6
* Input: edt-ft5x06 - added case for EDT EP0110M09Oliver Graute2021-09-061-0/+1
* Input: edt-ft5x06 - add support for iovcc-supplyStephan Gerhold2021-06-021-2/+36
* Input: edt-ft5x06 - consolidate handling of number of electrodesDmitry Torokhov2020-12-111-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-291-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-041-14/+2
* Input: edt-ft5x06 - enable ACPI enumerationAndy Shevchenko2019-03-041-5/+2
* Input: edt-ft5x06 - add offset support for ev-ft5726Marco Felsch2019-01-141-0/+46
* Input: edt-ft5x06 - add support to update ev-ft5726 registersMarco Felsch2019-01-141-5/+15