index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
edt-ft5x06.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: edt-ft5x06 - add support for FocalTech FT8201
Felix Kaechele
2024-09-18
1
-0
/
+6
*
Input: edt-ft5x06 - add support for FocalTech FT5452 and FT8719
Joel Selvaraj
2024-05-22
1
-0
/
+12
*
Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()
ye xingchen
2023-12-13
1
-1
/
+1
*
Input: edt-ft5x06 - use device core to create driver-specific device attributes
Dmitry Torokhov
2023-09-06
1
-8
/
+2
*
Input: edf-ft5x06 - simplify with dev_err_probe()
Krzysztof Kozlowski
2023-07-07
1
-7
/
+3
*
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-17
1
-1
/
+1
*
Input: edt-ft5x06 - add delay after waking up
Philipp Puschmann
2023-05-05
1
-0
/
+1
*
Input: edt-ft5x06 - calculate points data length only once
Dario Binacchi
2023-04-02
1
-28
/
+28
*
Input: edt-ft5x06 - unify the crc check
Dario Binacchi
2023-04-02
1
-6
/
+3
*
Input: edt-ft5x06 - convert to use regmap API
Dario Binacchi
2023-04-02
1
-210
/
+214
*
Input: edt-ft5x06 - don't print error messages with dev_dbg()
Dario Binacchi
2023-04-02
1
-3
/
+3
*
Input: edt-ft5x06 - remove code duplication
Dario Binacchi
2023-04-02
1
-4
/
+7
*
Input: edt-ft5x06 - don't recalculate the CRC
Dario Binacchi
2023-04-02
1
-4
/
+4
*
Input: edt-ft5x06 - add spaces to ensure format specification
Dario Binacchi
2023-04-02
1
-2
/
+2
*
Input: edt-ft5x06 - remove unnecessary blank lines
Dario Binacchi
2023-04-02
1
-2
/
+0
*
Input: edt-ft5x06 - fix indentation
Dario Binacchi
2023-04-02
1
-16
/
+20
*
Input: edt-ft5x06 - fix typo in a comment
Dario Binacchi
2023-01-29
1
-1
/
+1
*
Input: edt-ft5x06 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2023-01-09
1
-5
/
+5
*
Input: edt-ft5x06 - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-12-02
1
-3
/
+3
*
Input: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-18
1
-6
/
+6
*
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-3
/
+1
*
Input: edt-ft5x06 - show crc and header errors by sysfs
Dario Binacchi
2022-06-28
1
-0
/
+30
*
Input: edt-ft5x06 - show firmware version by sysfs
Dario Binacchi
2022-06-28
1
-5
/
+17
*
Input: edt-ft5x06 - show model name by sysfs
Dario Binacchi
2022-06-28
1
-0
/
+12
*
Input: edt-ft5x06 - set report rate by dts property
Dario Binacchi
2022-06-28
1
-0
/
+23
*
Input: edt-ft5x06 - get/set M12 report rate by sysfs
Dario Binacchi
2022-06-28
1
-3
/
+6
*
Input: edt-ft5x06 - added case for EDT EP0110M09
Oliver Graute
2021-09-05
1
-0
/
+1
*
Input: edt-ft5x06 - add support for iovcc-supply
Stephan Gerhold
2021-06-01
1
-2
/
+36
*
Input: edt-ft5x06 - consolidate handling of number of electrodes
Dmitry Torokhov
2020-12-10
1
-26
/
+17
*
Input: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-07
1
-2
/
+1
*
Input: edt-ft5x06 - prefer asynchronous probe
Ahmad Fatoum
2020-05-09
1
-0
/
+1
*
Input: edt-ft5x06 - improve power management operations
Marco Felsch
2020-05-09
1
-10
/
+132
*
Input: edt-ft5x06 - move parameter restore into helper
Marco Felsch
2020-05-09
1
-19
/
+24
*
Input: edt-ft5x06 - fix get_default register write access
Marco Felsch
2020-05-09
1
-3
/
+9
*
Input: edt-ft5x06 - use pm core to enable/disable the wake irq
Marco Felsch
2020-01-10
1
-24
/
+0
*
Input: edt-ft5x06 - make wakeup-source switchable
Marco Felsch
2020-01-10
1
-1
/
+0
*
Input: edt-ft5x06 - alphabetical include reorder
Marco Felsch
2020-01-10
1
-11
/
+12
*
Input: edt-ft5x06 - work around first register access error
Philipp Zabel
2020-01-10
1
-0
/
+7
*
Input: edt-ft5x06 - add support for regulator
Mylène Josserand
2019-10-28
1
-0
/
+30
*
Input: edt-ft5x06 - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-08-12
1
-2
/
+0
*
Input: edt-ft5x06 - simplify event reporting code
Dmitry Torokhov
2019-07-05
1
-9
/
+4
*
Input: edt-ft5x06 - use get_unaligned_be16()
Dmitry Torokhov
2019-06-30
1
-2
/
+3
*
Input: edt-ft5x06 - convert to use SPDX identifier
Andy Shevchenko
2019-03-03
1
-14
/
+2
*
Input: edt-ft5x06 - enable ACPI enumeration
Andy Shevchenko
2019-03-03
1
-5
/
+2
*
Input: edt-ft5x06 - add offset support for ev-ft5726
Marco Felsch
2019-01-13
1
-0
/
+46
*
Input: edt-ft5x06 - add support to update ev-ft5726 registers
Marco Felsch
2019-01-13
1
-5
/
+15
*
Input: edt-ft5x06 - add support for Evervision FT5726
Marco Felsch
2019-01-13
1
-3
/
+41
*
Input: edt-ft5x06 - fix error handling for factory mode on non-M06
Dmitry Torokhov
2018-01-24
1
-8
/
+6
*
Input: edt-ft5x06 - implement support for the EDT-M12 series
Simon Budig
2017-10-19
1
-11
/
+39
*
Input: edt-ft5x06 - make distinction between m06/m09/generic more clear
Simon Budig
2017-10-19
1
-29
/
+93
[next]