summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/goodix.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-04Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_i...Hans de Goede1-0/+19
2023-08-31Merge branch 'next' into for-linusDmitry Torokhov1-29/+11
2023-08-15Input: goodix - add support for ACPI ID GDX9110Felix Engelhardt1-0/+1
2023-07-17Merge tag 'v6.4' into nextDmitry Torokhov1-3/+11
2023-07-08Input: goodix - simplify with dev_err_probe()Krzysztof Kozlowski1-29/+11
2023-06-27Merge branch 'next' into for-linusDmitry Torokhov1-1/+1
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-03-17Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI tableHans de Goede1-3/+11
2023-01-10Merge tag 'v6.2-rc3' into nextDmitry Torokhov1-0/+11
2023-01-10Input: goodix - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
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