summaryrefslogtreecommitdiffstats
path: root/drivers/hid/i2c-hid
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-6.13/i2c-hid' into for-linusJiri Kosina6 days1-3/+3
|\
| * HID: i2c-hid-of: Drop explicit initialization of struct i2c_device_id::driver...Uwe Kleine-König2024-10-081-3/+3
* | Merge branch 'for-6.13/wacom' into for-linusJiri Kosina6 days1-1/+1
|\ \
| * | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
| |/
* / HID: i2c-hid: Delayed i2c resume wakeup for 0x0d42 Goodix touchpadBartłomiej Maryńczak2024-10-181-0/+10
|/
* Merge branch 'for-6.12/elan' into for-linusBenjamin Tissoires2024-09-131-0/+8
|\
| * HID: i2c-hid: elan: Add elan-ekth6a12nay timingZhaoxiong Lv2024-09-031-0/+8
* | HID: i2c-hid: ensure various commands do not interfere with each otherDmitry Torokhov2024-09-121-15/+27
|/
* HID: i2c-hid: elan: fix reset suspend current leakageJohan Hovold2024-06-071-12/+47
* Merge branch 'for-6.10/i2c-hid' into for-linusJiri Kosina2024-05-141-17/+27
|\
| * HID: i2c-hid: Remove unused label in i2c_hid_set_powerKenny Levinsen2024-05-071-2/+0
| * HID: i2c-hid: Use address probe to wake on resumeKenny Levinsen2024-05-061-13/+8
| * HID: i2c-hid: Retry address probe after delayKenny Levinsen2024-05-061-2/+19
* | HID: i2c-hid: Revert to await reset ACK before reading report descriptorKenny Levinsen2024-04-031-21/+8
* | HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-upNam Cao2024-03-211-9/+0
|/
* HID: i2c-hid-of: fix NULL-deref on failed power upJohan Hovold2024-01-261-0/+1
* HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on system suspendKai-Heng Feng2024-01-231-1/+5
* Merge branch 'for-6.8/i2c-hid' into for-linusJiri Kosina2024-01-081-67/+70
|\
| * HID: i2c-hid: Renumber I2C_HID_QUIRK_ definesHans de Goede2023-12-061-5/+5
| * HID: i2c-hid: Remove I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirkHans de Goede2023-12-061-5/+1
| * HID: i2c-hid: Turn missing reset ack into a warningHans de Goede2023-12-061-8/+3
| * HID: i2c-hid: Move i2c_hid_finish_hwreset() to after reading the report-descr...Hans de Goede2023-12-061-10/+19
| * HID: i2c-hid: Switch i2c_hid_parse() to goto style error handlingHans de Goede2023-12-061-8/+6
| * HID: i2c-hid: Split i2c_hid_hwreset() in start() and finish() functionsHans de Goede2023-12-061-10/+28
| * HID: i2c-hid: Fold i2c_hid_execute_reset() into i2c_hid_hwreset()Hans de Goede2023-12-061-43/+30
* | HID: i2c-hid: elan: Add ili2901 timingZhengqiao Xia2024-01-021-0/+8
* | HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[]Mario Limonciello2023-12-041-0/+5
|/
* HID: i2c-hid: fix handling of unpopulated devicesJohan Hovold2023-10-061-63/+81
* Merge tag 'for-linus-2023083101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-09-011-12/+38
|\
| * HID: i2c-hid: elan: Add ili9882t timingCong Yang2023-08-211-12/+38
* | HID: i2c-hid: add more DRM dependenciesArnd Bergmann2023-08-031-0/+4
* | HID: i2c-hid: Do panel follower work on the system_wqDouglas Anderson2023-08-011-4/+46
* | HID: i2c-hid: Support being a panel followerDouglas Anderson2023-08-012-3/+92
* | HID: i2c-hid: Suspend i2c-hid devices in removeDouglas Anderson2023-08-011-4/+4
* | HID: i2c-hid: Make suspend and resume into helper functionsDouglas Anderson2023-08-011-42/+56
* | HID: i2c-hid: Rearrange probe() to power things up laterDouglas Anderson2023-08-011-47/+77
* | HID: i2c-hid: Switch to SYSTEM_SLEEP_PM_OPS()Douglas Anderson2023-08-011-3/+1
|/
* Merge branch 'for-6.5/i2c-hid' into for-linusJiri Kosina2023-06-274-4/+4
|\
| * HID: i2c-hid: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-084-4/+4
* | HID: i2c-hid: goodix: Add support for "goodix,no-reset-during-suspend" propertyFei Shao2023-06-081-1/+15
|/
* HID: i2c-hid-of: Add reset GPIO support to i2c-hid-ofHans de Goede2023-04-131-0/+21
* HID: i2c-hid-of: Allow using i2c-hid-of on non OF platformsHans de Goede2023-04-132-3/+7
* HID: i2c-hid-of: Consistenly use dev local variable in probe()Hans de Goede2023-04-131-8/+5
* Merge branch 'for-6.3/hid-bpf' into for-linusBenjamin Tissoires2023-02-221-15/+16
|\
| * HID: stop drivers from selecting CONFIG_HIDArnd Bergmann2023-01-181-15/+16
* | Merge branch 'for-6.3/multitouch' into for-linusBenjamin Tissoires2023-02-223-2/+49
|\ \
| * | HID: retain initial quirks set up when creating HID devicesDmitry Torokhov2023-02-092-3/+4
| * | HID: multitouch: Add quirks for flipped axesAllen Ballway2023-01-182-0/+46
* | | Merge branch 'for-6.3/i2c-hid' into for-linusBenjamin Tissoires2023-02-223-103/+36
|\ \ \
| * | | HID: i2c-hid: goodix: Add mainboard-vddio-supplyDouglas Anderson2023-02-091-0/+10