summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/goodix.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Merge branch 'next' into for-linusDmitry Torokhov1-3/+2
2022-12-03Input: goodix - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-03Input: goodix - try resetting the controller when no config is setHans de Goede1-0/+11
2022-10-10Merge branch 'next' into for-linusDmitry Torokhov1-3/+1
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-12Input: goodix - add support for GT1158Ondrej Jirman1-0/+1
2022-08-02Merge branch 'next' into for-linusDmitry Torokhov1-14/+8
2022-07-09Input: goodix - call acpi_device_fix_up_power() in some casesHans de Goede1-0/+5
2022-07-07Input: goodix - switch use of acpi_gpio_get_*_resource() APIsAndy Shevchenko1-14/+8
2022-03-15Merge tag 'v5.17-rc8' into nextDmitry Torokhov1-17/+17
2022-03-01Input: goodix - fix race on driver unbindHans de Goede1-13/+22
2022-03-01Input: goodix - use input_copy_abs() helperHans de Goede1-17/+9
2022-03-01Input: goodix - workaround Cherry Trail devices with a bogus ACPI Interrupt()...Hans de Goede1-1/+15
2022-03-01Input: goodix - use the new soc_intel_is_byt() helperHans de Goede1-16/+2
2022-01-18Merge tag 'v5.16' into nextDmitry Torokhov1-5/+26
2022-01-15Merge branch 'next' into for-linusDmitry Torokhov1-56/+123
2021-12-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-5/+26
2021-12-13Input: goodix - 2 small fixes for pen supportHans de Goede1-1/+2
2021-12-13Input: goodix - improve gpiod_get() error loggingHans de Goede1-2/+2
2021-12-09Input: goodix - add pen supportHans de Goede1-2/+120
2021-12-09Merge tag 'v5.15' into nextDmitry Torokhov1-52/+0
2021-12-07Input: goodix - add id->model mapping for the "9111" modelHans de Goede1-0/+1
2021-12-07Input: 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/dto...Linus Torvalds1-125/+106
2021-09-21Input: goodix - add support for controllers without flashHans de Goede1-7/+35
2021-09-21Input: goodix - allow specifying the config filenameHans de Goede1-4/+10
2021-09-21Input: goodix - push error logging up into i2c_read and i2c_write helpersHans de Goede1-30/+23
2021-09-21Input: goodix - refactor reset handlingHans de Goede1-16/+32
2021-09-21Input: goodix - add a goodix.h header fileHans de Goede1-68/+6
2021-09-21Input: 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 to...Hans de Goede1-52/+0
2021-01-10Input: goodix - add support for Goodix GT9286 chipAngeloGioacchino Del Regno1-0/+2
2020-12-15Merge branch 'next' into for-linusDmitry Torokhov1-1/+4
2020-12-12Input: goodix - add upside-down quirk for Teclast X98 Pro tabletSimon Beginn1-0/+12
2020-11-20Input: goodix - fix misspelling of 'ctx'Lee Jones1-1/+1
2020-11-20Input: 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-25Input: goodix - support gt9147 touchpanelYannick Fertre1-0/+2
2020-03-25Input: goodix - add support for Goodix GT917SIcenowy Zheng1-0/+2
2020-03-25Input: goodix - use string-based chip IDIcenowy Zheng1-28/+39
2020-03-25Input: goodix - add support for more then one touch-keyDmitry Mastykin1-13/+49
2020-03-25Input: goodix - fix spurious key release eventsDmitry Mastykin1-1/+1
2020-03-25Input: goodix - try to reset the controller if the i2c-test failsHans de Goede1-0/+7
2020-03-25Input: goodix - restore config on resume if necessaryHans de Goede1-0/+22
2020-03-25Input: goodix - make goodix_send_cfg() take a raw buffer as argumentHans de Goede1-26/+22
2020-03-25Input: goodix - add minimum firmware size checkHans de Goede1-4/+7
2020-03-25Input: goodix - save a copy of the config from goodix_read_config()Hans de Goede1-6/+41
2020-03-25Input: goodix - move defines to above struct goodix_ts_data declarationHans de Goede1-30/+30