aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/i2c-hid
AgeCommit message (Expand)AuthorFilesLines
2023-10-06HID: i2c-hid: fix handling of unpopulated devicesGravatar Johan Hovold 1-63/+81
2023-09-01Merge tag 'for-linus-2023083101' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-12/+38
2023-08-21HID: i2c-hid: elan: Add ili9882t timingGravatar Cong Yang 1-12/+38
2023-08-03HID: i2c-hid: add more DRM dependenciesGravatar Arnd Bergmann 1-0/+4
2023-08-01HID: i2c-hid: Do panel follower work on the system_wqGravatar Douglas Anderson 1-4/+46
2023-08-01HID: i2c-hid: Support being a panel followerGravatar Douglas Anderson 2-3/+92
2023-08-01HID: i2c-hid: Suspend i2c-hid devices in removeGravatar Douglas Anderson 1-4/+4
2023-08-01HID: i2c-hid: Make suspend and resume into helper functionsGravatar Douglas Anderson 1-42/+56
2023-08-01HID: i2c-hid: Rearrange probe() to power things up laterGravatar Douglas Anderson 1-47/+77
2023-08-01HID: i2c-hid: Switch to SYSTEM_SLEEP_PM_OPS()Gravatar Douglas Anderson 1-3/+1
2023-06-27Merge branch 'for-6.5/i2c-hid' into for-linusGravatar Jiri Kosina 4-4/+4
2023-06-08HID: i2c-hid: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 4-4/+4
2023-06-08HID: i2c-hid: goodix: Add support for "goodix,no-reset-during-suspend" propertyGravatar Fei Shao 1-1/+15
2023-04-13HID: i2c-hid-of: Add reset GPIO support to i2c-hid-ofGravatar Hans de Goede 1-0/+21
2023-04-13HID: i2c-hid-of: Allow using i2c-hid-of on non OF platformsGravatar Hans de Goede 2-3/+7
2023-04-13HID: i2c-hid-of: Consistenly use dev local variable in probe()Gravatar Hans de Goede 1-8/+5
2023-02-22Merge branch 'for-6.3/hid-bpf' into for-linusGravatar Benjamin Tissoires 1-15/+16
2023-02-22Merge branch 'for-6.3/multitouch' into for-linusGravatar Benjamin Tissoires 3-2/+49
2023-02-22Merge branch 'for-6.3/i2c-hid' into for-linusGravatar Benjamin Tissoires 3-103/+36
2023-02-09HID: i2c-hid: goodix: Add mainboard-vddio-supplyGravatar Douglas Anderson 1-0/+10
2023-02-09HID: i2c-hid: goodix: Stop tying the reset line to the regulatorGravatar Douglas Anderson 1-75/+13
2023-02-09HID: retain initial quirks set up when creating HID devicesGravatar Dmitry Torokhov 2-3/+4
2023-01-18HID: stop drivers from selecting CONFIG_HIDGravatar Arnd Bergmann 1-15/+16
2023-01-18HID: multitouch: Add quirks for flipped axesGravatar Allen Ballway 2-0/+46
2023-01-18HID: i2c-hid: acpi: Unify ACPI ID tables formatGravatar Andy Shevchenko 1-5/+5
2023-01-18HID: i2c-hid: acpi: Drop unneded NULL check of adevGravatar Andy Shevchenko 1-11/+5
2023-01-18HID: i2c-hid: use uniform debugging APIsGravatar Thomas Weißschuh 1-2/+2
2023-01-18HID: i2c-hid: switch to standard debugging APIsGravatar Thomas Weißschuh 1-10/+1
2023-01-17HID: Make lowlevel driver structs constGravatar Thomas Weißschuh 1-1/+1
2023-01-17HID: Unexport struct i2c_hid_ll_driverGravatar Thomas Weißschuh 1-2/+1
2022-12-13Merge tag 'for-linus-2022121301' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-10/+8
2022-12-13Merge tag 'input-for-v6.2-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-26/+3
2022-12-13Merge branch 'for-6.2/rmi' into for-linusGravatar Jiri Kosina 1-1/+2
2022-12-13Merge branch 'for-6.2/i2c' into for-linusGravatar Jiri Kosina 3-9/+6
2022-11-22HID: i2c-hid: Don't set wake_capable and wake_irqGravatar Raul E Rangel 1-9/+0
2022-11-22HID: i2c-hid: acpi: Stop setting wakeup_capableGravatar Raul E Rangel 1-5/+0
2022-11-22HID: i2c-hid: Use PM subsystem to manage wake irqGravatar Raul E Rangel 1-21/+12
2022-11-21HID: i2c: let RMI devices decide what constitutes wakeup eventGravatar Dmitry Torokhov 1-1/+2
2022-11-15HID: fix I2C_HID not selected when I2C_HID_OF_ELAN isGravatar Benjamin Tissoires 1-2/+2
2022-10-18HID: i2c: use simple i2c probeGravatar Stephen Kitt 3-9/+6
2022-10-07Merge tag 'for-linus-2022100501' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2022-08-25HID: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 2-4/+2
2022-06-08HID: i2c-hid: elan: Add support for Elan eKTH6915 i2c-hid touchscreensGravatar Douglas Anderson 3-0/+146
2022-03-23Merge branch 'for-5.18/i2c-hid' into for-linusGravatar Jiri Kosina 1-278/+313
2022-02-16HID: i2c-hid: remove unneeded semicolonGravatar Yang Li 1-1/+1
2022-02-14HID: i2c-hid: note that I2C xfer buffers are DMA-safeGravatar Dmitry Torokhov 1-2/+3
2022-02-14HID: i2c-hid: no longer need raw access to HID descriptor structureGravatar Dmitry Torokhov 1-5/+2
2022-02-14HID: i2c-hid: use helpers to do endian conversion in i2c_hid_get_input()Gravatar Dmitry Torokhov 1-13/+15
2022-02-14HID: i2c-hid: rework i2c_hid_get_report() to use i2c_hid_xfer()Gravatar Dmitry Torokhov 1-91/+59