index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
edt-ft5x06.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-23
Input: edt-ft5x06 - ignore contacts with an out-of-range slot id
Alexandre Hamamdjian
1
-0
/
+2
2026-04-19
Input: edt-ft5x06 - fix use-after-free in debugfs teardown
Dmitry Torokhov
1
-0
/
+3
2026-03-24
Input: edt-ft5x06 - use guard notation when acquiring mutex
Dmitry Torokhov
1
-56
/
+31
2026-01-20
Input: edt-ft5x06 - add support for FocalTech FT3518
Yedaya Katsman
1
-0
/
+6
2025-07-01
Input: edt-ft5x06 - add support for FocalTech FT8716
Jens Reidel
1
-0
/
+6
2025-07-01
Input: edt-ft5x06 - use per-client debugfs directory
Wolfram Sang
1
-12
/
+8
2024-11-25
Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2024-11-24
Merge branch 'next' into for-linus
Dmitry Torokhov
1
-1
/
+1
2024-11-03
Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+18
2024-10-24
Input: edt-ft5x06 - fix regmap leak when probe fails
Dmitry Torokhov
1
-1
/
+18
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-30
input: Fix typos in comments across various files
Yu Jiaoliang
1
-1
/
+1
2024-08-04
Input: edt-ft5x06 - add support for FocalTech FT8201
Felix Kaechele
1
-0
/
+6
2024-06-22
Input: edt-ft5x06 - add ft5426
Andreas Kemnade
1
-0
/
+1
2024-05-22
Input: edt-ft5x06 - add support for FocalTech FT5452 and FT8719
Joel Selvaraj
1
-0
/
+12
2023-12-13
Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()
ye xingchen
1
-1
/
+1
2023-09-06
Input: edt-ft5x06 - use device core to create driver-specific device attributes
Dmitry Torokhov
1
-8
/
+2
2023-07-07
Input: edf-ft5x06 - simplify with dev_err_probe()
Krzysztof Kozlowski
1
-7
/
+3
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-05-05
Input: edt-ft5x06 - add delay after waking up
Philipp Puschmann
1
-0
/
+1
2023-04-02
Input: edt-ft5x06 - calculate points data length only once
Dario Binacchi
1
-28
/
+28
2023-04-02
Input: edt-ft5x06 - unify the crc check
Dario Binacchi
1
-6
/
+3
2023-04-02
Input: edt-ft5x06 - convert to use regmap API
Dario Binacchi
1
-210
/
+214
2023-04-02
Input: edt-ft5x06 - don't print error messages with dev_dbg()
Dario Binacchi
1
-3
/
+3
2023-04-02
Input: edt-ft5x06 - remove code duplication
Dario Binacchi
1
-4
/
+7
2023-04-02
Input: edt-ft5x06 - don't recalculate the CRC
Dario Binacchi
1
-4
/
+4
2023-04-02
Input: edt-ft5x06 - add spaces to ensure format specification
Dario Binacchi
1
-2
/
+2
2023-04-02
Input: edt-ft5x06 - remove unnecessary blank lines
Dario Binacchi
1
-2
/
+0
2023-04-02
Input: edt-ft5x06 - fix indentation
Dario Binacchi
1
-16
/
+20
2023-01-29
Input: edt-ft5x06 - fix typo in a comment
Dario Binacchi
1
-1
/
+1
2023-01-09
Input: edt-ft5x06 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-5
/
+5
2022-12-02
Input: edt-ft5x06 - Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-08-18
Input: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-6
/
+6
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2022-06-28
Input: edt-ft5x06 - show crc and header errors by sysfs
Dario Binacchi
1
-0
/
+30
2022-06-28
Input: edt-ft5x06 - show firmware version by sysfs
Dario Binacchi
1
-5
/
+17
2022-06-28
Input: edt-ft5x06 - show model name by sysfs
Dario Binacchi
1
-0
/
+12
2022-06-28
Input: edt-ft5x06 - set report rate by dts property
Dario Binacchi
1
-0
/
+23
2022-06-28
Input: edt-ft5x06 - get/set M12 report rate by sysfs
Dario Binacchi
1
-3
/
+6
2021-09-05
Input: edt-ft5x06 - added case for EDT EP0110M09
Oliver Graute
1
-0
/
+1
2021-06-01
Input: edt-ft5x06 - add support for iovcc-supply
Stephan Gerhold
1
-2
/
+36
2020-12-10
Input: edt-ft5x06 - consolidate handling of number of electrodes
Dmitry Torokhov
1
-26
/
+17
2020-07-07
Input: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+1
2020-05-09
Input: edt-ft5x06 - prefer asynchronous probe
Ahmad Fatoum
1
-0
/
+1
2020-05-09
Input: edt-ft5x06 - improve power management operations
Marco Felsch
1
-10
/
+132
2020-05-09
Input: edt-ft5x06 - move parameter restore into helper
Marco Felsch
1
-19
/
+24
2020-05-09
Input: edt-ft5x06 - fix get_default register write access
Marco Felsch
1
-3
/
+9
2020-01-10
Input: edt-ft5x06 - use pm core to enable/disable the wake irq
Marco Felsch
1
-24
/
+0
2020-01-10
Input: edt-ft5x06 - make wakeup-source switchable
Marco Felsch
1
-1
/
+0
2020-01-10
Input: edt-ft5x06 - alphabetical include reorder
Marco Felsch
1
-11
/
+12
[next]