summaryrefslogtreecommitdiffstats
path: root/drivers/hid/i2c-hid
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | HID: i2c-hid: goodix: Stop tying the reset line to the regulatorDouglas Anderson2023-02-091-75/+13
| * | | HID: i2c-hid: acpi: Unify ACPI ID tables formatAndy Shevchenko2023-01-181-5/+5
| * | | HID: i2c-hid: acpi: Drop unneded NULL check of adevAndy Shevchenko2023-01-181-11/+5
| * | | HID: i2c-hid: use uniform debugging APIsThomas Weißschuh2023-01-181-2/+2
| * | | HID: i2c-hid: switch to standard debugging APIsThomas Weißschuh2023-01-181-10/+1
| |/ /
* | | HID: Make lowlevel driver structs constThomas Weißschuh2023-01-171-1/+1
* | | HID: Unexport struct i2c_hid_ll_driverThomas Weißschuh2023-01-171-2/+1
|/ /
* | Merge tag 'for-linus-2022121301' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-134-10/+8
|\ \
| * \ Merge branch 'for-6.2/rmi' into for-linusJiri Kosina2022-12-131-1/+2
| |\ \
| | * | HID: i2c: let RMI devices decide what constitutes wakeup eventDmitry Torokhov2022-11-211-1/+2
| | |/
| * | Merge branch 'for-6.2/i2c' into for-linusJiri Kosina2022-12-133-9/+6
| |\ \
| | * | HID: i2c: use simple i2c probeStephen Kitt2022-10-183-9/+6
| | |/
* | | Merge tag 'input-for-v6.2-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-132-26/+3
|\ \ \ | |/ / |/| |
| * | HID: i2c-hid: Don't set wake_capable and wake_irqRaul E Rangel2022-11-221-9/+0
| * | HID: i2c-hid: acpi: Stop setting wakeup_capableRaul E Rangel2022-11-221-5/+0
| * | HID: i2c-hid: Use PM subsystem to manage wake irqRaul E Rangel2022-11-221-21/+12
| |/
* / HID: fix I2C_HID not selected when I2C_HID_OF_ELAN isBenjamin Tissoires2022-11-151-2/+2
|/
* Merge tag 'for-linus-2022100501' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-071-1/+1
|\
| * HID: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-251-1/+1
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-162-4/+2
|/
* HID: i2c-hid: elan: Add support for Elan eKTH6915 i2c-hid touchscreensDouglas Anderson2022-06-083-0/+146
* Merge branch 'for-5.18/i2c-hid' into for-linusJiri Kosina2022-03-231-278/+313
|\
| * HID: i2c-hid: remove unneeded semicolonYang Li2022-02-161-1/+1
| * HID: i2c-hid: note that I2C xfer buffers are DMA-safeDmitry Torokhov2022-02-141-2/+3
| * HID: i2c-hid: no longer need raw access to HID descriptor structureDmitry Torokhov2022-02-141-5/+2
| * HID: i2c-hid: use helpers to do endian conversion in i2c_hid_get_input()Dmitry Torokhov2022-02-141-13/+15
| * HID: i2c-hid: rework i2c_hid_get_report() to use i2c_hid_xfer()Dmitry Torokhov2022-02-141-91/+59
| * HID: i2c-hid: convert i2c_hid_execute_reset() to use i2c_hid_xfer()Dmitry Torokhov2022-02-141-10/+9
| * HID: i2c-hid: create a helper for SET_POWER commandDmitry Torokhov2022-02-141-4/+18
| * HID: i2c-hid: define i2c_hid_read_register() and use itDmitry Torokhov2022-02-141-23/+22
| * HID: i2c-hid: explicitly code setting and sending reportsDmitry Torokhov2022-02-141-118/+151
| * HID: i2c-hid: refactor reset commandDmitry Torokhov2022-02-141-25/+38
| * HID: i2c-hid: use "struct i2c_hid" as argument in most callsDmitry Torokhov2022-02-141-39/+36
| * HID: i2c-hid: fix GET/SET_REPORT for unnumbered reportsDmitry Torokhov2022-02-141-8/+24
| * HID: i2c-hid: fix handling numbered reports with IDs of 15 and aboveAngela Czubak2022-02-141-14/+10
* | HID: i2c-hid: goodix: Fix a lockdep splatDaniel Thompson2022-02-021-16/+12
|/
* Merge branch 'for-5.17/i2c-hid' into for-linusJiri Kosina2022-01-101-1/+4
|\