summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2022-04-018-44/+427
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2022-03-318-44/+427
| |\
| | * Input: add Imagis touchscreen driverMarkuss Broks2022-03-213-0/+378
| | * Input: stmfts - fix reference leak in stmfts_input_openZheng Yongjun2022-03-211-3/+5
| | * Input: iqs5xx - use local input_dev pointerJeff LaBundy2022-03-211-8/+8
| | * Merge tag 'v5.17-rc8' into nextDmitry Torokhov2022-03-152-17/+29
| | |\
| | * | Input: goodix - fix race on driver unbindHans de Goede2022-03-012-13/+23
| | * | Input: goodix - use input_copy_abs() helperHans de Goede2022-03-011-17/+9
| | * | Merge tag 'v5.17-rc4' into nextDmitry Torokhov2022-02-181-9/+3
| | |\ \
| | * | | Input: tsc200x - add axis inversion and swapping supportYunus Bas2022-02-161-3/+4
| | * | | Merge tag 'v5.16' into nextDmitry Torokhov2022-01-186-17/+83
| | |\ \ \
| | | * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2022-01-091-9/+9
| | | |\ \ \
| | | * \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-12-255-8/+74
| | | |\ \ \ \
* | | | \ \ \ \ Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2022-03-231-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab2022-03-181-2/+2
* | | | | | | | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-223-9/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | spi: make remove callback a void functionUwe Kleine-König2022-02-093-9/+3
| |/ / / / / / /
* | | | | | | / Input: zinitix - do not report shadow fingersLinus Walleij2022-03-071-9/+35
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Input: goodix - workaround Cherry Trail devices with a bogus ACPI Interrupt()...Hans de Goede2022-03-011-1/+15
* | | | | | | Input: goodix - use the new soc_intel_is_byt() helperHans de Goede2022-03-011-16/+2
* | | | | | | Merge tag 'v5.17-rc4' into for-linusDmitry Torokhov2022-03-011-9/+3
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge tag 'asoc-fix-v5.17-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2022-02-011-9/+3
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Input: wm97xx: Simplify resource managementChristophe JAILLET2022-01-311-9/+3
| | | |/ / / | | |/| | |
| | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-11-1215-285/+1350
| | |\ \ \ \
* | | | | | | Input: zinitix - add new compatible stringsLinus Walleij2022-02-161-0/+12
|/ / / / / /
* | | | | | Merge branch 'next' into for-linusDmitry Torokhov2022-01-157-93/+349
|\ \ \ \ \ \ | | |_|/ / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | Input: ti_am335x_tsc - fix a typo in a commentQinghua Jin2022-01-101-1/+1
| * | | | Input: zinitix - add compatible for bt532Nikita Travkin2022-01-091-0/+1
| * | | | Input: zinitix - handle proper supply namesLinus Walleij2022-01-091-5/+16
| * | | | Input: ucb1400_ts - remove redundant variable penupColin Ian King2021-12-201-3/+1
| * | | | Input: ti_am335x_tsc - lower the X and Y sampling timeDario Binacchi2021-12-201-3/+7
| * | | | Input: ti_am335x_tsc - fix STEPCONFIG setup for Z2Dario Binacchi2021-12-201-1/+4
| * | | | Input: ti_am335x_tsc - set ADCREFM for X configurationDario Binacchi2021-12-201-1/+2
| * | | | Input: silead - add pen supportHans de Goede2021-12-131-0/+99
| * | | | Input: silead - add support for EFI-embedded fw using different min/max coord...Hans de Goede2021-12-131-5/+68
| * | | | Input: goodix - 2 small fixes for pen supportHans de Goede2021-12-131-1/+2
| * | | | Input: goodix - improve gpiod_get() error loggingHans de Goede2021-12-131-2/+2
| * | | | Input: goodix - add pen supportHans de Goede2021-12-092-2/+121
| * | | | Merge tag 'v5.15' into nextDmitry Torokhov2021-12-096-79/+37
| |\| | |
| | * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-10-181-13/+16
| | |\ \ \
| | * \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-09-113-5/+13
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-07-0511-152/+293
| | |\ \ \ \ \
| | * | | | | | Input: goodix - platform/x86: touchscreen_dmi - Move upside down quirks to to...Hans de Goede2021-05-201-52/+0
| * | | | | | | Input: wacom_i2c - clean up the query device fieldsAlistair Francis2021-11-291-18/+26
* | | | | | | | Input: zinitix - make sure the IRQ is allocated before it gets enabledNikita Travkin2022-01-091-9/+9
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312Johnny Chuang2021-12-201-1/+45
* | | | | | | Input: atmel_mxt_ts - fix double free in mxt_read_info_blockJosé Expósito2021-12-131-1/+1
* | | | | | | Input: goodix - fix memory leak in goodix_firmware_uploadJosé Expósito2021-12-101-1/+1
* | | | | | | Input: goodix - add id->model mapping for the "9111" modelHans de Goede2021-12-071-0/+1
* | | | | | | Input: goodix - try not to touch the reset-pin on x86/ACPI devicesHans de Goede2021-12-072-5/+26
| |_|_|_|_|/ |/| | | | |