summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/goodix.c
AgeCommit message (Expand)Author
2024-01-19Input: goodix - accept ACPI resources with gpio_count == 3 && gpio_int_idx == 0Hans de Goede
2023-10-04Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_i...Hans de Goede
2023-08-30Merge branch 'next' into for-linusDmitry Torokhov
2023-08-15Input: goodix - add support for ACPI ID GDX9110Felix Engelhardt
2023-07-17Merge tag 'v6.4' into nextDmitry Torokhov
2023-07-07Input: goodix - simplify with dev_err_probe()Krzysztof Kozlowski
2023-06-26Merge branch 'next' into for-linusDmitry Torokhov
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-03-17Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI tableHans de Goede
2023-01-09Merge tag 'v6.2-rc3' into nextDmitry Torokhov
2023-01-09Input: goodix - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-12-12Merge branch 'next' into for-linusDmitry Torokhov
2022-12-02Input: goodix - Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-03Input: goodix - try resetting the controller when no config is setHans de Goede
2022-10-09Merge branch 'next' into for-linusDmitry Torokhov
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang
2022-08-23Input: goodix - add compatible string for GT1158Jarrah Gosbell
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-08-11Input: goodix - add support for GT1158Ondrej Jirman
2022-08-02Merge branch 'next' into for-linusDmitry Torokhov
2022-07-08Input: goodix - call acpi_device_fix_up_power() in some casesHans de Goede
2022-07-06Input: goodix - switch use of acpi_gpio_get_*_resource() APIsAndy Shevchenko
2022-03-14Merge tag 'v5.17-rc8' into nextDmitry Torokhov
2022-02-28Input: goodix - fix race on driver unbindHans de Goede
2022-02-28Input: goodix - use input_copy_abs() helperHans de Goede
2022-02-28Input: goodix - workaround Cherry Trail devices with a bogus ACPI Interrupt()...Hans de Goede
2022-02-28Input: goodix - use the new soc_intel_is_byt() helperHans de Goede
2022-01-17Merge tag 'v5.16' into nextDmitry Torokhov
2022-01-15Merge branch 'next' into for-linusDmitry Torokhov
2021-12-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2021-12-12Input: goodix - 2 small fixes for pen supportHans de Goede
2021-12-12Input: goodix - improve gpiod_get() error loggingHans de Goede
2021-12-09Input: goodix - add pen supportHans de Goede
2021-12-08Merge tag 'v5.15' into nextDmitry Torokhov
2021-12-06Input: goodix - add id->model mapping for the "9111" modelHans de Goede
2021-12-06Input: goodix - try not to touch the reset-pin on x86/ACPI devicesHans de Goede
2021-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2021-09-20Input: goodix - add support for controllers without flashHans de Goede
2021-09-20Input: goodix - allow specifying the config filenameHans de Goede
2021-09-20Input: goodix - push error logging up into i2c_read and i2c_write helpersHans de Goede
2021-09-20Input: goodix - refactor reset handlingHans de Goede
2021-09-20Input: goodix - add a goodix.h header fileHans de Goede
2021-09-20Input: goodix - change goodix_i2c_write() len parameter type to intHans de Goede
2021-05-20Input: goodix - platform/x86: touchscreen_dmi - Move upside down quirks to to...Hans de Goede
2021-01-09Input: goodix - add support for Goodix GT9286 chipAngeloGioacchino Del Regno
2020-12-14Merge branch 'next' into for-linusDmitry Torokhov
2020-12-11Input: goodix - add upside-down quirk for Teclast X98 Pro tabletSimon Beginn
2020-11-19Input: goodix - fix misspelling of 'ctx'Lee Jones
2020-11-19Input: goodix - provide some missing function parameter descriptionsLee Jones
2020-04-01Input: goodix - fix compilation when ACPI support is disabledHans de Goede