summaryrefslogtreecommitdiff
path: root/drivers/hid/intel-ish-hid
AgeCommit message (Expand)Author
2025-10-24HID: intel-ish-hid: Fix -Wcast-function-type-strict in devm_ishtp_alloc_workq...Nathan Chancellor
2025-10-17HID: intel-ish-hid: ipc: Separate hibernate callbacks in dev_pm_opsZhang Lixu
2025-10-17HID: intel-ish-hid: Use IPC RESET instead of void message in ish_wakeup()Zhang Lixu
2025-10-17HID: intel-ish-hid: ipc: Always schedule FW reset work on RESET_NOTIFY/ACKZhang Lixu
2025-10-17HID: intel-ish-ipc: Reset clients state on resume from D3Zhang Lixu
2025-10-17HID: intel-ishtp-hid: Clear suspended flag only after connected on resumeZhang Lixu
2025-10-17HID: intel-ish-hid: Add ishtp_get_connection_state() interfaceZhang Lixu
2025-10-17HID: intel-ish-hid: Use dedicated unbound workqueues to prevent resume blockingZhang Lixu
2025-09-12HID: intel-ish-ipc: Remove redundant ready check after timeout functionZhang Lixu
2025-08-12HID: intel-ish-hid: Increase ISHTP resume ack timeout to 300msZhang Lixu
2025-06-10HID: intel-ish-hid: ipc: Add Wildcat Lake PCI device IDZhang Lixu
2025-06-10hid: intel-ish-hid: Use PCI_DEVICE_DATA() macro for ISH device tableZhang Lixu
2025-02-19HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove()Zhang Lixu
2025-02-19HID: intel-ish-hid: Fix use-after-free issue in hid_ishtp_cl_remove()Zhang Lixu
2025-02-03HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDsZhang Lixu
2025-02-03HID: intel-thc: fix CONFIG_HID dependencyArnd Bergmann
2025-02-03HID: intel-ish-hid: Send clock sync message immediately after resetZhang Lixu
2025-02-03HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbellZhang Lixu
2025-01-09HID: intel-ish-hid: Remove unused ishtp_cl_get_tx_*Dr. David Alan Gilbert
2025-01-09HID: intel-ish-hid: Remove unused ishtp_cl_tx_emptyDr. David Alan Gilbert
2025-01-09HID: intel-ish-hid: Remove unused ishtp_dev_state_strDr. David Alan Gilbert
2024-11-18Merge branch 'for-6.13/core' into for-linusJiri Kosina
2024-11-18Merge branch 'for-6.13/intel-ish' into for-linusJiri Kosina
2024-10-11HID: intel-ish-hid: Add firmware version sysfs attributesZhang Lixu
2024-10-08HID: Fix typo in the commentYan Zhen
2024-10-08HID: ishtp-hid-client: replace fake-flex arrays with flex-array membersErick Archer
2024-10-04hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dmaSurajSonawane2415
2024-09-13Merge branch 'for-6.12/intel-ish' into for-linusBenjamin Tissoires
2024-09-13Merge branch 'for-6.11/upstream-fixes' into for-linusBenjamin Tissoires
2024-08-19hid: intel-ish-hid: Add support for vendor customized firmware loadingZhang Lixu
2024-08-19HID: intel-ish-hid: Use CPU generation string in driver_dataZhang Lixu
2024-08-19HID: intel-ish-hid: Remove unused declarationsYue Haibing
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-16Merge branch 'for-6.11/intel-ish-hid' into for-linusBenjamin Tissoires
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-06-04HID: intel-ish-hid: fix endian-conversionArnd Bergmann
2024-06-04HID: intel-ish-hid: add MODULE_DESCRIPTION()Jeff Johnson
2024-06-04HID: intel-ish-hid: fix ishtp_wait_resume() kernel-docJeff Johnson
2024-05-23HID: intel-ish-hid: Fix build error for COMPILE_TESTZhang Lixu
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-14Merge branch 'for-6.10/intel-ish' into for-linusJiri Kosina
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-06HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectorsChen Ni
2024-05-06HID: intel-ish-hid: handler multiple MNG_RESET_NOTIFY messagesZhang Lixu
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-04-03HID: intel-ish-hid: ipc: Add Lunar Lake-M PCI device IDZhang Lixu
2024-04-03HID: intel-ish-hid: Use PCI_VDEVICE() and rename device ID macrosZhang, Lixu
2024-03-21HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devcZhang Lixu
2024-02-27HID: intel-ish-hid: ipc: Add Arrow Lake PCI device IDEven Xu