summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'input-for-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-08-243-13/+9
|\
| * Input: himax_hx83112b - fix incorrect size when reading product IDDmitry Torokhov2024-08-201-12/+2
| * Input: edt-ft5x06 - add support for FocalTech FT8201Felix Kaechele2024-08-051-0/+6
| * Input: ads7846 - ratelimit the spi_sync error messageMarek Vasut2024-07-241-1/+1
* | minmax: don't use max() in situations that want a C constant expressionLinus Torvalds2024-07-291-1/+1
* | Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-2029-236/+358
|\|
| * Merge branch 'next' into for-linusDmitry Torokhov2024-07-1529-240/+363
| |\
| | * Input: atmel_mxt_ts - use driver core to instantiate device attributesDmitry Torokhov2024-07-131-14/+2
| | * Input: exc3000 - add EXC81W32 supportPhilipp Zabel2024-07-111-0/+7
| | * Input: himax_hx83112b - add support for HX83100AFelix Kaechele2024-07-091-0/+17
| | * Input: himax_hx83112b - add himax_chip struct for multi-chip supportFelix Kaechele2024-07-091-16/+35
| | * Input: himax_hx83112b - implement MCU register readingFelix Kaechele2024-07-091-3/+47
| | * Input: himax_hx83112b - use more descriptive register definesFelix Kaechele2024-07-091-10/+13
| | * Input: imagis - add supports for Imagis IST3038Raymond Hackley2024-07-091-4/+20
| | * Input: imagis - clarify the usage of protocol_bRaymond Hackley2024-07-091-4/+5
| | * Input: fsl-imx25-tcq - constify struct regmap_configJavier Carrasco2024-07-081-1/+1
| | * Input: ili210x - use guard notation when disabling and reenabling IRQDmitry Torokhov2024-06-291-9/+7
| | * Input: ili210x - switch to using cleanup functions in firmware codeDmitry Torokhov2024-06-291-60/+63
| | * Input: ili210x - use kvmalloc() to allocate buffer for firmware updateDmitry Torokhov2024-06-291-3/+3
| | * Input: rohm_bu21023 - switch to using cleanup functionsDmitry Torokhov2024-06-291-21/+19
| | * Input: rohm_bu21023 - switch to using sysfs_emit()Dmitry Torokhov2024-06-291-3/+3
| | * Input: rohm_bu21023 - factor out settings update codeDmitry Torokhov2024-06-291-48/+29
| | * Input: goodix_berlin - use __free() cleanup in SPI transportDmitry Torokhov2024-06-291-11/+13
| | * Input: wacom_w8001 - use "guard" notation when acquiring mutexDmitry Torokhov2024-06-291-12/+10
| | * Merge branch 'ib/ads7846-hsync' into nextDmitry Torokhov2024-06-271-6/+29
| | |\
| | | * Input: ads7846 - handle HSYNC GPIOLinus Walleij2024-06-221-6/+29
| | * | Input: edt-ft5x06 - add ft5426Andreas Kemnade2024-06-221-0/+1
| | * | Input: ektf2127 - add ektf2232 supportAndreas Kemnade2024-06-221-6/+30
| | * | Input: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-091-0/+1
| | * | Input: touchscreen - use sizeof(*pointer) instead of sizeof(type)Erick Archer2024-06-0917-23/+24
| | * | Input: wacom_w8001 - correct device name generationJason Gerecke2024-06-061-1/+1
| | * | Input: wacom_w8001 - simplify device name generationJason Gerecke2024-05-301-8/+5
| | * | Merge tag 'v6.9' into nextDmitry Torokhov2024-05-284-5/+37
| | |\|
* | | | Merge tag 'input-for-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-06-242-3/+13
|\| | |
| * | | Input: ads7846 - use spi_device_id tableAlexander Stein2024-06-201-1/+11
| * | | Input: ili210x - fix ili251x_read_touch_data() return valueJohn Keeping2024-06-081-2/+2
* | | | Input: silead - Always support 10 fingersHans de Goede2024-06-031-14/+5
* | | | Merge tag 'input-for-v6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-2438-58/+67
|\| | | | |_|/ |/| |
| * | Merge branch 'next' into for-linusDmitry Torokhov2024-05-2338-58/+67
| |\|
| | * Input: edt-ft5x06 - add support for FocalTech FT5452 and FT8719Joel Selvaraj2024-05-221-0/+12
| | * Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-1435-54/+54
| | * Input: zet6223 - remove an unused field in struct zet6223_tsChristophe JAILLET2024-05-131-2/+0
| | * Input: chipone_icn8505 - remove an unused field in struct icn8505_dataChristophe JAILLET2024-05-131-1/+0
| | * Input: sur40 - convert le16 to cpu before useRicardo Ribalda2024-04-161-1/+1
* | | Merge tag 'input-for-v6.9-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-178-25/+1160
|\| |
| * | Merge branch 'next' into for-linusDmitry Torokhov2024-03-158-25/+1160
| |\|
| | * Input: imagis - add touch key supportDuje Mihanović2024-03-101-1/+29
| | * Input: imagis - use FIELD_GET where applicableDuje Mihanović2024-03-101-11/+7
| | * input/touchscreen: imagis: add support for IST3032CKarel Balej2024-03-031-0/+10
| | * input/touchscreen: imagis: Add support for Imagis IST3038BMarkuss Broks2024-03-031-11/+47