| Commit message (Expand) | Author | Age | Files | Lines |
* | HID: i2c-hid: ensure various commands do not interfere with each other | Dmitry Torokhov | 2024-10-10 | 1 | -15/+27 |
* | HID: i2c-hid: elan: fix reset suspend current leakage | Johan Hovold | 2024-06-07 | 1 | -12/+47 |
* | Merge branch 'for-6.10/i2c-hid' into for-linus | Jiri Kosina | 2024-05-14 | 1 | -17/+27 |
|\ |
|
| * | HID: i2c-hid: Remove unused label in i2c_hid_set_power | Kenny Levinsen | 2024-05-07 | 1 | -2/+0 |
| * | HID: i2c-hid: Use address probe to wake on resume | Kenny Levinsen | 2024-05-06 | 1 | -13/+8 |
| * | HID: i2c-hid: Retry address probe after delay | Kenny Levinsen | 2024-05-06 | 1 | -2/+19 |
* | | HID: i2c-hid: Revert to await reset ACK before reading report descriptor | Kenny Levinsen | 2024-04-03 | 1 | -21/+8 |
* | | HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up | Nam Cao | 2024-03-21 | 1 | -9/+0 |
|/ |
|
* | HID: i2c-hid-of: fix NULL-deref on failed power up | Johan Hovold | 2024-01-26 | 1 | -0/+1 |
* | HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on system suspend | Kai-Heng Feng | 2024-01-23 | 1 | -1/+5 |
* | Merge branch 'for-6.8/i2c-hid' into for-linus | Jiri Kosina | 2024-01-08 | 1 | -67/+70 |
|\ |
|
| * | HID: i2c-hid: Renumber I2C_HID_QUIRK_ defines | Hans de Goede | 2023-12-06 | 1 | -5/+5 |
| * | HID: i2c-hid: Remove I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirk | Hans de Goede | 2023-12-06 | 1 | -5/+1 |
| * | HID: i2c-hid: Turn missing reset ack into a warning | Hans de Goede | 2023-12-06 | 1 | -8/+3 |
| * | HID: i2c-hid: Move i2c_hid_finish_hwreset() to after reading the report-descr... | Hans de Goede | 2023-12-06 | 1 | -10/+19 |
| * | HID: i2c-hid: Switch i2c_hid_parse() to goto style error handling | Hans de Goede | 2023-12-06 | 1 | -8/+6 |
| * | HID: i2c-hid: Split i2c_hid_hwreset() in start() and finish() functions | Hans de Goede | 2023-12-06 | 1 | -10/+28 |
| * | HID: i2c-hid: Fold i2c_hid_execute_reset() into i2c_hid_hwreset() | Hans de Goede | 2023-12-06 | 1 | -43/+30 |
* | | HID: i2c-hid: elan: Add ili2901 timing | Zhengqiao Xia | 2024-01-02 | 1 | -0/+8 |
* | | HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[] | Mario Limonciello | 2023-12-04 | 1 | -0/+5 |
|/ |
|
* | HID: i2c-hid: fix handling of unpopulated devices | Johan Hovold | 2023-10-06 | 1 | -63/+81 |
* | Merge tag 'for-linus-2023083101' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-09-01 | 1 | -12/+38 |
|\ |
|
| * | HID: i2c-hid: elan: Add ili9882t timing | Cong Yang | 2023-08-21 | 1 | -12/+38 |
* | | HID: i2c-hid: add more DRM dependencies | Arnd Bergmann | 2023-08-03 | 1 | -0/+4 |
* | | HID: i2c-hid: Do panel follower work on the system_wq | Douglas Anderson | 2023-08-01 | 1 | -4/+46 |
* | | HID: i2c-hid: Support being a panel follower | Douglas Anderson | 2023-08-01 | 2 | -3/+92 |
* | | HID: i2c-hid: Suspend i2c-hid devices in remove | Douglas Anderson | 2023-08-01 | 1 | -4/+4 |
* | | HID: i2c-hid: Make suspend and resume into helper functions | Douglas Anderson | 2023-08-01 | 1 | -42/+56 |
* | | HID: i2c-hid: Rearrange probe() to power things up later | Douglas Anderson | 2023-08-01 | 1 | -47/+77 |
* | | HID: i2c-hid: Switch to SYSTEM_SLEEP_PM_OPS() | Douglas Anderson | 2023-08-01 | 1 | -3/+1 |
|/ |
|
* | Merge branch 'for-6.5/i2c-hid' into for-linus | Jiri Kosina | 2023-06-27 | 4 | -4/+4 |
|\ |
|
| * | HID: i2c-hid: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 2023-06-08 | 4 | -4/+4 |
* | | HID: i2c-hid: goodix: Add support for "goodix,no-reset-during-suspend" property | Fei Shao | 2023-06-08 | 1 | -1/+15 |
|/ |
|
* | HID: i2c-hid-of: Add reset GPIO support to i2c-hid-of | Hans de Goede | 2023-04-13 | 1 | -0/+21 |
* | HID: i2c-hid-of: Allow using i2c-hid-of on non OF platforms | Hans de Goede | 2023-04-13 | 2 | -3/+7 |
* | HID: i2c-hid-of: Consistenly use dev local variable in probe() | Hans de Goede | 2023-04-13 | 1 | -8/+5 |
* | Merge branch 'for-6.3/hid-bpf' into for-linus | Benjamin Tissoires | 2023-02-22 | 1 | -15/+16 |
|\ |
|
| * | HID: stop drivers from selecting CONFIG_HID | Arnd Bergmann | 2023-01-18 | 1 | -15/+16 |
* | | Merge branch 'for-6.3/multitouch' into for-linus | Benjamin Tissoires | 2023-02-22 | 3 | -2/+49 |
|\ \ |
|
| * | | HID: retain initial quirks set up when creating HID devices | Dmitry Torokhov | 2023-02-09 | 2 | -3/+4 |
| * | | HID: multitouch: Add quirks for flipped axes | Allen Ballway | 2023-01-18 | 2 | -0/+46 |
* | | | Merge branch 'for-6.3/i2c-hid' into for-linus | Benjamin Tissoires | 2023-02-22 | 3 | -103/+36 |
|\ \ \ |
|
| * | | | HID: i2c-hid: goodix: Add mainboard-vddio-supply | Douglas Anderson | 2023-02-09 | 1 | -0/+10 |
| * | | | HID: i2c-hid: goodix: Stop tying the reset line to the regulator | Douglas Anderson | 2023-02-09 | 1 | -75/+13 |
| * | | | HID: i2c-hid: acpi: Unify ACPI ID tables format | Andy Shevchenko | 2023-01-18 | 1 | -5/+5 |
| * | | | HID: i2c-hid: acpi: Drop unneded NULL check of adev | Andy Shevchenko | 2023-01-18 | 1 | -11/+5 |
| * | | | HID: i2c-hid: use uniform debugging APIs | Thomas Weißschuh | 2023-01-18 | 1 | -2/+2 |
| * | | | HID: i2c-hid: switch to standard debugging APIs | Thomas Weißschuh | 2023-01-18 | 1 | -10/+1 |
| |/ / |
|
* | | | HID: Make lowlevel driver structs const | Thomas Weißschuh | 2023-01-17 | 1 | -1/+1 |
* | | | HID: Unexport struct i2c_hid_ll_driver | Thomas Weißschuh | 2023-01-17 | 1 | -2/+1 |
|/ / |
|