summaryrefslogtreecommitdiffstats
path: root/drivers/hid/i2c-hid
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * HID: i2c-hid: Report wakeup eventsMatthias Kaehlcke2021-11-191-1/+4
* | HID: i2c-hid-of: Expose the touchscreen-inverted propertiesAlistair Francis2021-12-145-5/+15
* | HID: add suspend/resume helpersBenjamin Tissoires2021-12-021-11/+4
|/
* Merge branch 'for-5.15/goodix' into for-linusJiri Kosina2021-09-011-13/+79
|\
| * HID: i2c-hid: goodix: Use the devm variant of regulator_register_notifier()Douglas Anderson2021-07-281-1/+1
| * HID: i2c-hid: goodix: Tie the reset line to true state of the regulatorDouglas Anderson2021-07-151-13/+79
* | HID: i2c-hid: Fix Elan touchpad regressionJim Broadus2021-08-201-3/+2
|/
* HID: i2c-hid: fix format string mismatchArnd Bergmann2021-05-271-2/+2
* HID: i2c-hid: Skip ELAN power-on command after resetJohnny Chuang2021-05-071-1/+8
* HID: i2c-hid: acpi: Drop redundant ACPI_PTR()Andy Shevchenko2021-03-081-1/+1
* HID: i2c-hid: acpi: Move GUID out of function and described itAndy Shevchenko2021-03-081-3/+6
* HID: i2c-hid: acpi: Switch to new style i2c-driver probe functionAndy Shevchenko2021-03-081-3/+2
* HID: i2c-hid: acpi: Get ACPI companion only once and reuse itAndy Shevchenko2021-03-081-20/+16
* Merge branch 'for-5.12/i2c-hid' into for-linusJiri Kosina2021-02-237-219/+510
|\
| * HID: i2c-hid: Introduce goodix-i2c-hid using i2c-hid coreDouglas Anderson2021-01-183-2/+134
| * HID: i2c-hid: Reorganize so ACPI and OF are separate modulesDouglas Anderson2021-01-186-219/+378
* | HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568 EC on Voyo Win...Hans de Goede2021-02-051-0/+2
|/
* Merge branch 'for-5.11/i2c-hid' into for-linusJiri Kosina2020-12-161-1/+4
|\
| * HID: i2c-hid: show the error when failing to fetch the HID descriptorCoiby Xu2020-10-291-1/+4
* | HID: i2c-hid: add Vero K147 to descriptor overrideJulian Sax2020-11-271-0/+8
* | HID: i2c-hid: Put ACPI enumerated devices in D3 on shutdownHans de Goede2020-10-291-0/+9
|/
* Merge branch 'for-5.10/i2c-hid' into for-linusJiri Kosina2020-10-151-0/+12
|\
| * HID: i2c-hid: Enable wakeup capability from Suspend-to-IdleKai-Heng Feng2020-10-151-0/+12
* | Merge branch 'for-5.9/upstream-fixes' into for-linusJiri Kosina2020-10-151-1/+1
|\ \ | |/ |/|
| * HID: i2c-hid: fix kerneldoc warnings in i2c-hid-core.cXiaofei Tan2020-09-231-1/+1
* | HID: i2c-hid: Prefer asynchronous probeDouglas Anderson2020-09-091-0/+1
|/
* HID: i2c-hid: Always sleep 60ms after I2C_HID_PWR_ON commandsHans de Goede2020-08-171-9/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-07-171-0/+8
|\
| * HID: i2c-hid: add Mediacom FlexBook edge13 to descriptor overrideFederico Ricchiuto2020-06-161-0/+8
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
|/