summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* Input: stmfts - do not leave device disabled in stmfts_input_openDmitry Torokhov2022-06-091-8/+8
* Input: ili210x - fix reset timingMarek Vasut2022-05-251-2/+2
* Input: stmfts - fix reference leak in stmfts_input_openZheng Yongjun2022-05-251-3/+5
* Input: zinitix - do not report shadow fingersLinus Walleij2022-04-081-9/+35
* Input: zinitix - make sure the IRQ is allocated before it gets enabledNikita Travkin2022-01-111-7/+9
* Input: goodix - add id->model mapping for the "9111" modelHans de Goede2021-12-291-0/+1
* Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312Johnny Chuang2021-12-291-1/+45
* Input: atmel_mxt_ts - fix double free in mxt_read_info_blockJosé Expósito2021-12-291-1/+1
* Input: touchscreen - avoid bitwise vs logical OR warningNathan Chancellor2021-12-221-21/+21
* Input: hideep - fix the uninitialized use in hideep_nvm_unlock()Yizhuo Zhai2021-07-201-3/+10
* Input: goodix - platform/x86: touchscreen_dmi - Move upside down quirks to to...Hans de Goede2021-07-141-52/+0
* Input: usbtouchscreen - fix control-request directionsJohan Hovold2021-07-141-4/+4
* Input: silead - add workaround for x86 BIOS-es which bring the chip up in a s...Hans de Goede2021-05-221-4/+40
* Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devicesHans de Goede2021-05-221-2/+42
* Input: ili210x - add missing negation for touch indication on ili210xHansem Ro2021-05-111-1/+1
* Input: s6sy761 - fix coordinate read bit shiftCaleb Connolly2021-04-211-2/+2
* Input: raydium_ts_i2c - do not send zero lengthjeffrey.lin2021-03-041-1/+2
* Input: zinitix - fix return type of zinitix_init_touch()Dmitry Torokhov2021-03-041-1/+1
* Input: elo - fix an error code in elo_connect()Dan Carpenter2021-03-041-1/+3
* Input: sur40 - fix an error code in sur40_probe()Dan Carpenter2021-03-041-0/+1
* Input: ili210x - implement pressure reporting for ILI251xMarek Vasut2021-02-101-7/+19
* Input: goodix - add support for Goodix GT9286 chipAngeloGioacchino Del Regno2021-02-101-0/+2
* Input: ads7846 - fix unaligned access on 7845Dmitry Torokhov2020-12-301-1/+2
* Input: ads7846 - fix integer overflow on Rt calculationOleksij Rempel2020-12-301-2/+3
* Input: ads7846 - fix race that causes missing releasesDavid Jander2020-12-301-18/+26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-12-122-38/+100
|\
| * Input: goodix - add upside-down quirk for Teclast X98 Pro tabletSimon Beginn2020-12-111-0/+12
| * Input: raydium_ts_i2c - do not split tx transactionsFurquan Shaikh2020-12-061-38/+88
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-12-051-2/+2
|\|
| * Input: atmel_mxt_ts - fix lost interruptsLinus Walleij2020-12-011-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-11-171-0/+1
|\|
| * Input: resistive-adc-touch - fix kconfig dependency on IIO_BUFFERNecip Fazil Yildiran2020-11-111-0/+1
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-241-2/+35
|\ \
| * \ Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2020-09-131-2/+35
| |\ \
| | * | ARM: s3c: adc: move header to linux/soc/samsungArnd Bergmann2020-08-191-2/+35
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-10-237-100/+682
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Input: add zinitix touchscreen driverMichael Srba2020-10-043-0/+594
| * | Input: stmfts - fix a & vs && typoYueHaibing2020-09-161-1/+1
| * | Input: imx6ul_tsc - unify open/close and PM pathsDmitry Torokhov2020-09-161-30/+22
| * | Input: imx6ul_tsc - clean up some errors in imx6ul_tsc_resume()Dan Carpenter2020-09-161-11/+16
| * | Input: elants_i2c - fix typo for an attribute to show calibration countJohnny Chuang2020-09-161-1/+1
| * | Input: elants_i2c - report resolution of ABS_MT_TOUCH_MAJOR by FW information.Johnny Chuang2020-09-131-0/+6
| * | Input: raydium_i2c_ts - use single i2c_transfer transaction when using RM_CMD...Furquan Shaikh2020-09-131-73/+58
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-08-108-27/+289
|\|
| * Input: exc3000 - add support to query model and fw_versionSebastian Reichel2020-08-061-1/+147
| * Input: exc3000 - add reset gpio supportSebastian Reichel2020-08-061-0/+17
| * Input: exc3000 - add EXC80H60 and EXC80H84 supportSebastian Reichel2020-08-061-14/+66
| * Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessaryNick Dyer2020-07-281-3/+53
| * Merge branch 'for-linus' into nextDmitry Torokhov2020-07-211-1/+0
| |\