summaryrefslogtreecommitdiff
path: root/drivers/hid/intel-ish-hid/ishtp
AgeCommit message (Expand)Author
2024-05-06HID: intel-ish-hid: Implement loading firmware from host featureZhang Lixu
2024-05-06HID: intel-ish-hid: Add driver_data for specifying the firmware filenameZhang Lixu
2024-02-13HID: Intel-ish-hid: Ishtp: Fix sensor reads after ACPI S3 suspendEven Xu
2024-01-08Merge branch 'for-6.8/intel-ish' into for-linusJiri Kosina
2024-01-02HID: make ishtp_cl_bus_type constGreg Kroah-Hartman
2023-12-06HID: Intel-ish-hid: Ishtp: Add helper functions for client connectionEven Xu
2023-04-12Merge tag 'for-linus-2023041201' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-03-28HID: intel-ish-hid: Fix kernel panic during warm resetTanu Malhotra
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-02HID: intel_ish-hid: Add check for ishtp_dma_tx_mapJiasheng Jiang
2022-11-14HID: intel-ish-hid: ishtp: remove variable rb_countColin Ian King
2022-08-25hid: intel-ish-hid: ishtp: Fix ishtp client sending disordered messageEven Xu
2021-11-11HID: intel-ish-hid: fix module device-id handlingArnd Bergmann
2021-11-09HID: intel-ish-hid: use constants for modaliasesThomas Weißschuh
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-07-15HID: intel-ish-hid: use async resume functionYe Xiang
2021-06-14HID: intel-ish-hid: ishtp: Add dma_no_cache_snooping() callbackEven Xu
2021-04-07HID: ishtp-hid-client: Fix 'suggest-attribute=format' compiler warningLee Jones
2021-04-07HID: intel-ish-hid: Fix a little doc-rotLee Jones
2021-04-07HID: intel-ish: Fix a naming disparity and a formatting errorLee Jones
2021-04-07HID: intel-ish: Supply some missing param descriptionsLee Jones
2021-04-07HID: intel-ish-hid: Remove unused variable 'err'Lee Jones
2021-03-19HID: intel_ish-hid: HBM: Use connected standby state bit during suspend/resumeYe Xiang
2021-03-08HID: intel-ish-hid: Make remove callback return voidUwe Kleine-König
2021-03-08HID: intel-ish-hid: Simplify logic in ishtp_cl_device_remove()Uwe Kleine-König
2021-03-08HID: intel-ish-hid: Drop if block with an always false conditionUwe Kleine-König
2020-09-22HID: intel-ish-hid: simplify the return expression of ishtp_bus_remove_device()Qinglang Miao
2020-03-21HID: intel-ish-hid: hbm.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-21HID: intel-ish-hid: ishtp-dev.h: Replace zero-length array with flexible-arra...Gustavo A. R. Silva
2019-11-02HID: intel-ish-hid: Spelling s/diconnect/disconnect/Geert Uytterhoeven
2019-10-16HID: intel-ish-hid: fix wrong error handling in ishtp_cl_alloc_tx_ring()Zhang Lixu
2019-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2019-06-26HID: intel-ish-hid: fix wrong driver_data usageHyungwoo Yang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-03-19HID: intel-ish-hid: Add interface function for PCI device pointerSrinivas Pandruvada
2019-03-19HID: intel-ish-hid: Move functions related to bus and deviceSrinivas Pandruvada
2019-03-19HID: intel-ish-hid: Add interface functions for struct ishtp_clSrinivas Pandruvada
2019-03-19HID: intel-ish-hid: Move the common functions from client.hSrinivas Pandruvada
2019-03-19HID: intel-ish-hid: Store ishtp_cl_device instance in deviceSrinivas Pandruvada
2019-03-19HID: intel-ish-hid: Move driver registry functionsSrinivas Pandruvada
2019-03-19HID: intel-ish-hid: Simplify ishtp_cl_link()Srinivas Pandruvada
2019-03-19HID: intel-ish-hid: Hide members of struct ishtp_cl_deviceSrinivas Pandruvada
2019-03-19HID: intel-ish-hid: Add match callback to ishtp bus typeHong Liu
2019-03-05Merge branch 'for-5.1/i2c-hid' into for-linusJiri Kosina
2019-02-15HID: intel-ish-hid: remove data[128] usage on stack when sending HBM requestHong Liu
2019-02-15HID: intel-ish-hid: Optimize writing ipc message from queueHong Liu
2019-02-15HID: intel-ish-hid: avoid binding wrong ishtp_cl_deviceHong Liu
2019-01-24HID: intel-ish-hid: Switch to use new generic UUID APIAndy Shevchenko
2018-09-24HID: intel-ish-hid: using list_head for ipc write queueHong Liu