summaryrefslogtreecommitdiff
path: root/drivers/hid/i2c-hid
Commit message (Expand)AuthorAge
* HID: i2c-hid: fix inverted return value from i2c_hid_command()Jiri Kosina2018-04-19
* HID: i2c-hid: Fix resume issue on Raydium touchscreen deviceAaron Ma2018-04-12
* Merge branch 'for-4.17/hid-i2c' into for-linusJiri Kosina2018-04-05
|\
| * HID: i2c-hid: Use ACPI_COMPANION() directlyAndy Shevchenko2018-02-16
* | HID: i2c-hid: fix size check and type usageAaron Ma2018-02-16
|/
* HID: i2c-hid: Allow ACPI systems to specify "post-power-on-delay-ms"Rajat Jain2017-11-21
* Merge branch 'for-4.15/upstream' into for-linusJiri Kosina2017-11-15
|\
| * HID: i2c-hid: Add no-irq-after-reset quirk for 0911:5288 deviceHans de Goede2017-11-09
* | HID: i2c-hid: allocate hid buffers for real worst caseAdrian Salido2017-09-13
|/
* HID: introduce hid_is_using_ll_driverJason Gerecke2017-07-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-07-10
|\
| *---. Merge branches 'for-4.13/multitouch', 'for-4.13/retrode', 'for-4.13/transport...Jiri Kosina2017-07-10
| |\ \ \
| | | * | HID: i2c-hid: move header file out of I2C realmWolfram Sang2017-05-22
| | | |/
| | * | HID: i2c-hid: remove custom locking from i2c_hid_open/closeDmitry Torokhov2017-06-08
| |/ /
* | | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-07
|/ /
* | HID: i2c: Call acpi_device_fix_up_power for ACPI-enumerated devicesHans de Goede2017-05-29
|/
*---. Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2...Jiri Kosina2017-05-02
|\ \ \
| | * | HID: i2c-hid: Fix error handlingChristophe JAILLET2017-03-06
| | * | HID: i2c-hid: support regulator power on/offBrian Norris2017-03-06
| |/ / |/| |
| * | HID: remove initial reading of reports at connectBenjamin Tissoires2017-03-21
|/ /
* | HID: i2c-hid: Add sleep between POWER ON and RESETBrendan McGrath2017-01-11
* | HID: fix missing irq fieldBenjamin Tissoires2016-12-12
* | HID: i2c-hid: fix buildJiri Kosina2016-12-12
* | HID: i2c-hid: Disable IRQ before freeing buffersJoão Paulo Rechi Vita2016-12-12
* | HID: i2c-hid: force the IRQ level trigger only when not setBenjamin Tissoires2016-11-28
* | HID: i2c-hid: add a simple quirk to fix device defectsHungNien Chen2016-11-10
* | HID: i2c-hid: exit if the IRQ is not validDavid Arcari2016-10-14
* | Revert "HID: i2c-hid: Add support for ACPI GPIO interrupts"David Arcari2016-10-14
* | HID: i2c-hid: set power sleep before shutdownGuohua Zhong2016-06-21
* | HID: i2c_hid: enable i2c-hid devices to suspend/resume asynchronouslyFu, Zhonghui2016-06-06
|/
* HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report()Dmitry Torokhov2016-03-15
* HID: i2c-hid: Fix suspend/resume when already runtime suspendedDoug Anderson2016-03-10
* HID: i2c-hid: Add hid-over-i2c name to i2c id tableBenson Leung2016-03-10
*-. Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/co...Jiri Kosina2016-01-14
|\ \
| | * HID: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-11-19
| |/
* | HID: i2c-hid: Prevent sending reports from racing with device resetMika Westerberg2015-12-30
|/
* HID: i2c-hid: Fill in physical device providing HID functionalityMika Westerberg2015-09-29
* HID: i2c-hid: Only disable irq wake if it was successfully enabled during sus...Andrew Duggan2015-08-18
* HID: i2c-hid: Call device suspend callback before disabling irqGabriele Mazzotta2015-07-08
*---. Merge branches 'for-4.2/i2c-hid', 'for-4.2/lenovo', 'for-4.2/plantronics', 'f...Jiri Kosina2015-06-22
|\ \ \
| * | | HID: i2c-hid: Do not set the ACPI companion field in the HID deviceAndrew Duggan2015-06-03
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge branches 'for-4.1/upstream-fixes', 'for-4.2/upstream' and 'for-4.2/logi...Jiri Kosina2015-06-22
|\ \ \ \ | |_|/ / |/| | / | | |/
| * | HID: i2c-hid: fix harmless test_bit() issueDan Carpenter2015-05-18
| |/
* | HID: i2c-hid: Do not fail probing if gpiolib is not enabledMika Westerberg2015-04-23
|/
* HID: i2c-hid: Add support for ACPI GPIO interruptsMika Westerberg2015-02-24
* HID: i2c-hid: Limit reads to wMaxInputLength bytes for input eventsSeth Forshee2015-02-23
* HID: i2c-hid: The interrupt should be level sensitiveMika Westerberg2015-02-17
* HID: i2c-hid: Do not free buffers in i2c_hid_stop()Mika Westerberg2014-12-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-12
|\
| *-. Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov...Jiri Kosina2014-12-12
| |\ \