summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/goodix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* Merge branch 'next' into for-linusDmitry Torokhov2024-05-231-1/+1
|\
| * Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-141-1/+1
* | Input: goodix - accept ACPI resources with gpio_count == 3 && gpio_int_idx == 0Hans de Goede2024-01-191-1/+2
* | Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_i...Hans de Goede2023-10-041-0/+19
* | Merge branch 'next' into for-linusDmitry Torokhov2023-08-311-29/+11
|\|
| * Merge tag 'v6.4' into nextDmitry Torokhov2023-07-171-3/+11
| |\
| * | Input: goodix - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-081-29/+11
* | | Input: goodix - add support for ACPI ID GDX9110Felix Engelhardt2023-08-151-0/+1
* | | Merge branch 'next' into for-linusDmitry Torokhov2023-06-271-1/+1
|\| | | |/ |/|
| * Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* | Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI tableHans de Goede2023-03-171-3/+11
|/
* Merge tag 'v6.2-rc3' into nextDmitry Torokhov2023-01-101-0/+11
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2022-12-121-3/+2
| |\
| * | Input: goodix - try resetting the controller when no config is setHans de Goede2022-11-031-0/+11
| * | Merge branch 'next' into for-linusDmitry Torokhov2022-10-101-3/+1
| |\ \
* | | | Input: goodix - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-101-4/+4
| |_|/ |/| |
* | | Input: goodix - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* | | Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang2022-09-161-0/+2
|\| | | |/ |/|
| * Input: goodix - add compatible string for GT1158Jarrah Gosbell2022-08-231-0/+1
| * Input: goodix - add support for GT1158Ondrej Jirman2022-08-121-0/+1
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* Merge branch 'next' into for-linusDmitry Torokhov2022-08-021-14/+8
|\
| * Input: goodix - switch use of acpi_gpio_get_*_resource() APIsAndy Shevchenko2022-07-071-14/+8
* | Input: goodix - call acpi_device_fix_up_power() in some casesHans de Goede2022-07-091-0/+5
|/
* Merge tag 'v5.17-rc8' into nextDmitry Torokhov2022-03-151-17/+17
|\
| * Input: goodix - workaround Cherry Trail devices with a bogus ACPI Interrupt()...Hans de Goede2022-03-011-1/+15
| * Input: goodix - use the new soc_intel_is_byt() helperHans de Goede2022-03-011-16/+2
| * Merge branch 'next' into for-linusDmitry Torokhov2022-01-151-56/+123
| |\
* | | Input: goodix - fix race on driver unbindHans de Goede2022-03-011-13/+22
* | | Input: goodix - use input_copy_abs() helperHans de Goede2022-03-011-17/+9
* | | Merge tag 'v5.16' into nextDmitry Torokhov2022-01-181-5/+26
|\ \ \ | |_|/ |/| |
| * | 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 - 2 small fixes for pen supportHans de Goede2021-12-131-1/+2
* | | Input: goodix - improve gpiod_get() error loggingHans de Goede2021-12-131-2/+2
* | | Input: goodix - add pen supportHans de Goede2021-12-091-2/+120
* | | Merge tag 'v5.15' into nextDmitry Torokhov2021-12-091-52/+0
|\| | | |/ |/|
| * Input: goodix - platform/x86: touchscreen_dmi - Move upside down quirks to to...Hans de Goede2021-05-201-52/+0
* | 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 - 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