summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/edt-ft5x06.c
AgeCommit message (Expand)Author
2024-05-22Input: edt-ft5x06 - add support for FocalTech FT5452 and FT8719Joel Selvaraj
2023-12-13Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()ye xingchen
2023-09-06Input: edt-ft5x06 - use device core to create driver-specific device attributesDmitry Torokhov
2023-07-07Input: edf-ft5x06 - simplify with dev_err_probe()Krzysztof Kozlowski
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-05Input: edt-ft5x06 - add delay after waking upPhilipp Puschmann
2023-04-02Input: edt-ft5x06 - calculate points data length only onceDario Binacchi
2023-04-02Input: edt-ft5x06 - unify the crc checkDario Binacchi
2023-04-02Input: edt-ft5x06 - convert to use regmap APIDario Binacchi
2023-04-02Input: edt-ft5x06 - don't print error messages with dev_dbg()Dario Binacchi
2023-04-02Input: edt-ft5x06 - remove code duplicationDario Binacchi
2023-04-02Input: edt-ft5x06 - don't recalculate the CRCDario Binacchi
2023-04-02Input: edt-ft5x06 - add spaces to ensure format specificationDario Binacchi
2023-04-02Input: edt-ft5x06 - remove unnecessary blank linesDario Binacchi
2023-04-02Input: edt-ft5x06 - fix indentationDario Binacchi
2023-01-29Input: edt-ft5x06 - fix typo in a commentDario Binacchi
2023-01-09Input: edt-ft5x06 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-12-02Input: edt-ft5x06 - Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-06-28Input: edt-ft5x06 - show crc and header errors by sysfsDario Binacchi
2022-06-28Input: edt-ft5x06 - show firmware version by sysfsDario Binacchi
2022-06-28Input: edt-ft5x06 - show model name by sysfsDario Binacchi
2022-06-28Input: edt-ft5x06 - set report rate by dts propertyDario Binacchi
2022-06-28Input: edt-ft5x06 - get/set M12 report rate by sysfsDario Binacchi
2021-09-05Input: edt-ft5x06 - added case for EDT EP0110M09Oliver Graute
2021-06-01Input: edt-ft5x06 - add support for iovcc-supplyStephan Gerhold
2020-12-10Input: edt-ft5x06 - consolidate handling of number of electrodesDmitry Torokhov
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-09Input: edt-ft5x06 - prefer asynchronous probeAhmad Fatoum
2020-05-09Input: edt-ft5x06 - improve power management operationsMarco Felsch
2020-05-09Input: edt-ft5x06 - move parameter restore into helperMarco Felsch
2020-05-09Input: edt-ft5x06 - fix get_default register write accessMarco Felsch
2020-01-10Input: edt-ft5x06 - use pm core to enable/disable the wake irqMarco Felsch
2020-01-10Input: edt-ft5x06 - make wakeup-source switchableMarco Felsch
2020-01-10Input: edt-ft5x06 - alphabetical include reorderMarco Felsch
2020-01-10Input: edt-ft5x06 - work around first register access errorPhilipp Zabel
2019-10-28Input: edt-ft5x06 - add support for regulatorMylène Josserand
2019-08-12Input: edt-ft5x06 - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-07-05Input: edt-ft5x06 - simplify event reporting codeDmitry Torokhov
2019-06-30Input: edt-ft5x06 - use get_unaligned_be16()Dmitry Torokhov
2019-03-03Input: edt-ft5x06 - convert to use SPDX identifierAndy Shevchenko
2019-03-03Input: edt-ft5x06 - enable ACPI enumerationAndy Shevchenko
2019-01-13Input: edt-ft5x06 - add offset support for ev-ft5726Marco Felsch
2019-01-13Input: edt-ft5x06 - add support to update ev-ft5726 registersMarco Felsch
2019-01-13Input: edt-ft5x06 - add support for Evervision FT5726Marco Felsch
2018-01-24Input: edt-ft5x06 - fix error handling for factory mode on non-M06Dmitry Torokhov
2017-10-19Input: edt-ft5x06 - implement support for the EDT-M12 seriesSimon Budig
2017-10-19Input: edt-ft5x06 - make distinction between m06/m09/generic more clearSimon Budig
2017-09-29Input: edt-ft5x06 - use managed devm_device_add_groupAndi Shyti