aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/goodix.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang1-0/+2
2022-08-23Input: goodix - add compatible string for GT1158Jarrah Gosbell1-0/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-08-11Input: goodix - add support for GT1158Ondrej Jirman1-0/+1
2022-08-02Merge branch 'next' into for-linusDmitry Torokhov1-14/+8
2022-07-08Input: goodix - call acpi_device_fix_up_power() in some casesHans de Goede1-0/+5
2022-07-06Input: goodix - switch use of acpi_gpio_get_*_resource() APIsAndy Shevchenko1-14/+8
2022-03-14Merge tag 'v5.17-rc8' into nextDmitry Torokhov1-17/+17
2022-02-28Input: goodix - fix race on driver unbindHans de Goede1-13/+22
2022-02-28Input: goodix - use input_copy_abs() helperHans de Goede1-17/+9
2022-02-28Input: goodix - workaround Cherry Trail devices with a bogus ACPI Interrupt() resourceHans de Goede1-1/+15
2022-02-28Input: goodix - use the new soc_intel_is_byt() helperHans de Goede1-16/+2
2022-01-17Merge tag 'v5.16' into nextDmitry Torokhov1-5/+26
2022-01-15Merge branch 'next' into for-linusDmitry Torokhov1-56/+123
2021-12-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-5/+26
2021-12-12Input: goodix - 2 small fixes for pen supportHans de Goede1-1/+2
2021-12-12Input: goodix - improve gpiod_get() error loggingHans de Goede1-2/+2
2021-12-09Input: goodix - add pen supportHans de Goede1-2/+120
2021-12-08Merge tag 'v5.15' into nextDmitry Torokhov1-52/+0
2021-12-06Input: goodix - add id->model mapping for the "9111" modelHans de Goede1-0/+1
2021-12-06Input: goodix - try not to touch the reset-pin on x86/ACPI devicesHans de Goede1-5/+25
2021-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-125/+106
2021-09-20Input: goodix - add support for controllers without flashHans de Goede1-7/+35
2021-09-20Input: goodix - allow specifying the config filenameHans de Goede1-4/+10
2021-09-20Input: goodix - push error logging up into i2c_read and i2c_write helpersHans de Goede1-30/+23
2021-09-20Input: goodix - refactor reset handlingHans de Goede1-16/+32
2021-09-20Input: goodix - add a goodix.h header fileHans de Goede1-68/+6
2021-09-20Input: goodix - change goodix_i2c_write() len parameter type to intHans de Goede1-1/+1
2021-05-20Input: goodix - platform/x86: touchscreen_dmi - Move upside down quirks to touchscreen_dmi.cHans de Goede1-52/+0
2021-01-09Input: goodix - add support for Goodix GT9286 chipAngeloGioacchino Del Regno1-0/+2
2020-12-14Merge branch 'next' into for-linusDmitry Torokhov1-1/+4
2020-12-11Input: goodix - add upside-down quirk for Teclast X98 Pro tabletSimon Beginn1-0/+12
2020-11-19Input: goodix - fix misspelling of 'ctx'Lee Jones1-1/+1
2020-11-19Input: goodix - provide some missing function parameter descriptionsLee Jones1-0/+3
2020-04-01Input: goodix - fix compilation when ACPI support is disabledHans de Goede1-13/+42
2020-03-24Input: goodix - support gt9147 touchpanelYannick Fertre1-0/+2
2020-03-24Input: goodix - add support for Goodix GT917SIcenowy Zheng1-0/+2
2020-03-24Input: goodix - use string-based chip IDIcenowy Zheng1-28/+39
2020-03-24Input: goodix - add support for more then one touch-keyDmitry Mastykin1-13/+49
2020-03-24Input: goodix - fix spurious key release eventsDmitry Mastykin1-1/+1
2020-03-24Input: goodix - try to reset the controller if the i2c-test failsHans de Goede1-0/+7
2020-03-24Input: goodix - restore config on resume if necessaryHans de Goede1-0/+22
2020-03-24Input: goodix - make goodix_send_cfg() take a raw buffer as argumentHans de Goede1-26/+22
2020-03-24Input: goodix - add minimum firmware size checkHans de Goede1-4/+7
2020-03-24Input: goodix - save a copy of the config from goodix_read_config()Hans de Goede1-6/+41
2020-03-24Input: goodix - move defines to above struct goodix_ts_data declarationHans de Goede1-30/+30
2020-03-24Input: goodix - add support for controlling the IRQ pin through ACPI methodsHans de Goede1-0/+30
2020-03-24Input: goodix - add support for getting IRQ + reset GPIOs on Bay Trail devicesHans de Goede1-0/+19
2020-03-24Input: goodix - add support for getting IRQ + reset GPIOs on Cherry Trail devicesHans de Goede1-4/+124
2020-03-24Input: goodix - make resetting the controller at probe independent from the GPIO setupHans de Goede1-1/+3