summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/goodix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-12-251-5/+26
|\
| * 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-071-5/+25
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-11-121-125/+106
|\|
| * Input: goodix - add support for controllers without flashHans de Goede2021-09-211-7/+35
| * Input: goodix - allow specifying the config filenameHans de Goede2021-09-211-4/+10
| * Input: goodix - push error logging up into i2c_read and i2c_write helpersHans de Goede2021-09-211-30/+23
| * Input: goodix - refactor reset handlingHans de Goede2021-09-211-16/+32
| * Input: goodix - add a goodix.h header fileHans de Goede2021-09-211-68/+6
| * Input: goodix - change goodix_i2c_write() len parameter type to intHans de Goede2021-09-211-1/+1
* | Input: goodix - platform/x86: touchscreen_dmi - Move upside down quirks to to...Hans de Goede2021-05-201-52/+0
|/
* Input: goodix - add support for Goodix GT9286 chipAngeloGioacchino Del Regno2021-01-101-0/+2
* Merge branch 'next' into for-linusDmitry Torokhov2020-12-151-1/+4
|\
| * Input: goodix - fix misspelling of 'ctx'Lee Jones2020-11-201-1/+1
| * Input: goodix - provide some missing function parameter descriptionsLee Jones2020-11-201-0/+3
* | Input: goodix - add upside-down quirk for Teclast X98 Pro tabletSimon Beginn2020-12-121-0/+12
|/
* Input: goodix - fix compilation when ACPI support is disabledHans de Goede2020-04-011-13/+42
* Input: goodix - support gt9147 touchpanelYannick Fertre2020-03-241-0/+2
* Input: goodix - add support for Goodix GT917SIcenowy Zheng2020-03-241-0/+2
* Input: goodix - use string-based chip IDIcenowy Zheng2020-03-241-28/+39
* Input: goodix - add support for more then one touch-keyDmitry Mastykin2020-03-241-13/+49
* Input: goodix - fix spurious key release eventsDmitry Mastykin2020-03-241-1/+1
* Input: goodix - try to reset the controller if the i2c-test failsHans de Goede2020-03-241-0/+7
* Input: goodix - restore config on resume if necessaryHans de Goede2020-03-241-0/+22
* Input: goodix - make goodix_send_cfg() take a raw buffer as argumentHans de Goede2020-03-241-26/+22
* Input: goodix - add minimum firmware size checkHans de Goede2020-03-241-4/+7
* Input: goodix - save a copy of the config from goodix_read_config()Hans de Goede2020-03-241-6/+41
* Input: goodix - move defines to above struct goodix_ts_data declarationHans de Goede2020-03-241-30/+30
* Input: goodix - add support for controlling the IRQ pin through ACPI methodsHans de Goede2020-03-241-0/+30
* Input: goodix - add support for getting IRQ + reset GPIOs on Bay Trail devicesHans de Goede2020-03-241-0/+19
* Input: goodix - add support for getting IRQ + reset GPIOs on Cherry Trail dev...Hans de Goede2020-03-241-4/+124
* Input: goodix - make resetting the controller at probe independent from the G...Hans de Goede2020-03-241-1/+3
* Input: goodix - make loading the config from disk independent from the GPIO s...Hans de Goede2020-03-241-5/+9
* Input: goodix - refactor IRQ pin GPIO accessesHans de Goede2020-03-241-11/+51
* Input: goodix - fix touch coordinates on Cube I15-TCSergei A. Trusov2020-03-061-0/+22
* Input: goodix - add upside-down quirk for Teclast X89 tabletHans de Goede2019-12-051-0/+9
* Input: goodix - add support for 9-bytes reportsYauhen Kharuzhy2019-10-021-8/+50
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* Input: goodix - add GT5663 CTP supportJagan Teki2019-04-041-0/+2
* Input: goodix - add regulators suppotJagan Teki2019-04-041-0/+52
* Input: goodix - print values in case of inconsistenciesGuido Günther2019-02-171-1/+3
* Input: goodix - support Goodix gt5688Guido Günther2019-02-171-0/+2
* Input: goodix - add new ACPI id for GPD Win 2 touch screenEthan Lee2018-06-041-0/+1
* Input: goodix - use generic touchscreen_propertiesMarcin Niestroj2018-01-311-83/+58
* Input: goodix - disable IRQs while suspendedHans de Goede2018-01-121-2/+6
* Input: goodix - support gt1151 touchpanelMarcin Niestroj2017-10-241-27/+98
* Input: goodix - poll the 'buffer status' bit before reading dataPaul Cercueil2017-10-201-23/+44
* Input: goodix - add support for capacitive home buttonSergei A. Trusov2017-09-111-0/+9
* Input: goodix - use "inverted_[xy]" flags instead of "rotated_screen"Karsten Merker2015-12-181-8/+4
* Input: goodix - add axis swapping and axis inversion supportKarsten Merker2015-12-181-0/+25