summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorLines
2026-04-19Input: edt-ft5x06 - fix use-after-free in debugfs teardownDmitry Torokhov-0/+3
2026-04-08Input: mk712 - remove driverDmitry Torokhov-220/+0
2026-04-01Input: usbtouchscreen - refactor endpoint lookupJohan Hovold-27/+16
2026-03-25Input: goodix-berlin - report a resolution of 10 units/mmVal Packett-0/+8
2026-03-25Input: zinitix - use guard notation when acquiring mutexDmitry Torokhov-10/+9
2026-03-25Input: wm97xx - use guard notation when acquiring mutexDmitry Torokhov-34/+23
2026-03-25Input: wdt87xx_i2c - switch to using cleanup functionsDmitry Torokhov-23/+21
2026-03-25Input: tsc2007 - use guard notation when acquiring mutexesDmitry Torokhov-10/+6
2026-03-25Input: sx8654 - use IRQF_NOAUTOEN when requesting interruptDmitry Torokhov-4/+5
2026-03-25Input: sx8654 - use guard notation when acquiring spinlockDmitry Torokhov-7/+4
2026-03-25Input: sur40 - use guard notation when acquiring spinlockDmitry Torokhov-12/+11
2026-03-25Input: stmfts - use guard notation when acquiring mutexDmitry Torokhov-32/+31
2026-03-25Input: raydium_i2c_ts - switch to using cleanup functionsDmitry Torokhov-32/+24
2026-03-25Input: pixcir_i2c_ts - use guard notation when acquiring mutexDmitry Torokhov-20/+18
2026-03-25Input: novatek-nvt-ts - use guard notation when acquiring mutexDmitry Torokhov-4/+4
2026-03-25Input: mxs-lradc-ts - use guard notation when acquiring spinlockDmitry Torokhov-4/+3
2026-03-24Input: msg2638 - use guard notation when acquiring mutexDmitry Torokhov-10/+9
2026-03-24Input: mms114 - use guard notation when acquiring mutexDmitry Torokhov-15/+5
2026-03-24Input: mk712 - use guard notation when acquiring spinlockDmitry Torokhov-12/+4
2026-03-24Input: melfas_mip4 - switch to using cleanup functionsDmitry Torokhov-77/+44
2026-03-24Input: lpc32xx_ts - use guard notation when acquiring mutexDmitry Torokhov-6/+2
2026-03-24Input: iqs7211 - use cleanup facility for fwnodesDmitry Torokhov-16/+8
2026-03-24Input: iqs5xx - simplify parsing of firmware blobDmitry Torokhov-23/+22
2026-03-24Input: iqs5xx - switch to using cleanup functionsDmitry Torokhov-81/+64
2026-03-24Input: ipaq-micro-ts - use guard notation when acquiring mutex/spinlockDmitry Torokhov-6/+2
2026-03-24Input: imx6ul_tsc - use guard notation when acquiring mutexDmitry Torokhov-10/+9
2026-03-24Input: imagis - use guard notation when acquiring mutexDmitry Torokhov-14/+16
2026-03-24Input: hycon-hy46xx - use guard notation when acquiring mutexDmitry Torokhov-20/+11
2026-03-24Input: hideep - switch to using cleanup functionsDmitry Torokhov-34/+20
2026-03-24Input: goodix - switch to using cleanup functions in firmware codeDmitry Torokhov-14/+15
2026-03-24Input: exc3000 - use guard notation when acquiring mutexDmitry Torokhov-21/+10
2026-03-24Input: elo - use guard notation when acquiring mutexDmitry Torokhov-16/+16
2026-03-24Input: elants_i2c - switch to using cleanup facilitiesDmitry Torokhov-52/+39
2026-03-24Input: ektf2127 - use guard notation when acquiring mutexDmitry Torokhov-4/+4
2026-03-24Input: eeti_ts - use guard notation when acquiring mutexesDmitry Torokhov-17/+10
2026-03-24Input: edt-ft5x06 - use guard notation when acquiring mutexDmitry Torokhov-56/+31
2026-03-24Input: cyttsp - use guard notation when acquiring mutexDmitry Torokhov-12/+8
2026-03-24Input: chipone_icn8318 - use guard notation when acquiring mutexDmitry Torokhov-4/+4
2026-03-24Input: bu21029_ts - use guard notation when acquiring mutexDmitry Torokhov-4/+4
2026-03-24Input: auo-pixcir-ts - use guard notation when acquiring mutexesDmitry Torokhov-21/+22
2026-03-24Input: atmel_mxt_ts - switch to using cleanup functionsDmitry Torokhov-154/+136
2026-03-24Input: ads7846 - switch to using cleanup functionsDmitry Torokhov-28/+16
2026-03-24Input: ad7879 - use guard notation when acquiring mutexesDmitry Torokhov-31/+15
2026-03-24Input: ad7877 - use guard notation when acquiring mutexes/locksDmitry Torokhov-20/+12
2026-03-12Merge tag 'v7.0-rc3' into nextDmitry Torokhov-29/+34
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-28/+28
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-28/+28
2026-02-17Input: st1232 - expose firmware version via sysfsMichael Tretter-0/+29
2026-02-17Input: st1232 - read firmware version and revisionMichael Tretter-1/+37
2026-02-15Merge tag 'input-for-v7.0-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-86/+100