aboutsummaryrefslogtreecommitdiff
path: root/drivers/hid/intel-ish-hid
AgeCommit message (Expand)AuthorFilesLines
2025-12-19HID: intel-ish-hid: Reset enum_devices_done before enumerationZhang Lixu1-0/+1
2025-12-19HID: intel-ish-hid: Update ishtp bus match to support device ID tableZhang Lixu1-2/+10
2025-10-24HID: intel-ish-hid: Fix -Wcast-function-type-strict in devm_ishtp_alloc_workq...Nathan Chancellor1-2/+6
2025-10-17HID: intel-ish-hid: ipc: Separate hibernate callbacks in dev_pm_opsZhang Lixu1-1/+14
2025-10-17HID: intel-ish-hid: Use IPC RESET instead of void message in ish_wakeup()Zhang Lixu1-23/+16
2025-10-17HID: intel-ish-hid: ipc: Always schedule FW reset work on RESET_NOTIFY/ACKZhang Lixu1-20/+19
2025-10-17HID: intel-ish-ipc: Reset clients state on resume from D3Zhang Lixu1-3/+11
2025-10-17HID: intel-ishtp-hid: Clear suspended flag only after connected on resumeZhang Lixu1-2/+9
2025-10-17HID: intel-ish-hid: Add ishtp_get_connection_state() interfaceZhang Lixu1-0/+6
2025-10-17HID: intel-ish-hid: Use dedicated unbound workqueues to prevent resume blockingZhang Lixu6-7/+45
2025-09-12HID: intel-ish-ipc: Remove redundant ready check after timeout functionZhang Lixu1-8/+9
2025-08-12HID: intel-ish-hid: Increase ISHTP resume ack timeout to 300msZhang Lixu4-6/+6
2025-06-10HID: intel-ish-hid: ipc: Add Wildcat Lake PCI device IDZhang Lixu2-0/+7
2025-06-10hid: intel-ish-hid: Use PCI_DEVICE_DATA() macro for ISH device tableZhang Lixu1-3/+3
2025-02-19HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove()Zhang Lixu1-1/+3
2025-02-19HID: intel-ish-hid: Fix use-after-free issue in hid_ishtp_cl_remove()Zhang Lixu1-1/+1
2025-02-03HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDsZhang Lixu2-0/+9
2025-02-03HID: intel-thc: fix CONFIG_HID dependencyArnd Bergmann1-1/+0
2025-02-03HID: intel-ish-hid: Send clock sync message immediately after resetZhang Lixu2-3/+8
2025-02-03HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbellZhang Lixu1-3/+3
2025-01-09HID: intel-ish-hid: Remove unused ishtp_cl_get_tx_*Dr. David Alan Gilbert2-21/+0
2025-01-09HID: intel-ish-hid: Remove unused ishtp_cl_tx_emptyDr. David Alan Gilbert1-21/+0
2025-01-09HID: intel-ish-hid: Remove unused ishtp_dev_state_strDr. David Alan Gilbert2-31/+0
2024-11-18Merge branch 'for-6.13/core' into for-linusJiri Kosina2-2/+2
2024-11-18Merge branch 'for-6.13/intel-ish' into for-linusJiri Kosina6-18/+144
2024-10-11HID: intel-ish-hid: Add firmware version sysfs attributesZhang Lixu4-1/+125
2024-10-08HID: Fix typo in the commentYan Zhen2-2/+2
2024-10-08HID: ishtp-hid-client: replace fake-flex arrays with flex-array membersErick Archer2-17/+19
2024-10-04hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dmaSurajSonawane24151-1/+1
2024-09-13Merge branch 'for-6.12/intel-ish' into for-linusBenjamin Tissoires3-9/+130
2024-09-13Merge branch 'for-6.11/upstream-fixes' into for-linusBenjamin Tissoires2-2/+0
2024-08-19hid: intel-ish-hid: Add support for vendor customized firmware loadingZhang Lixu2-3/+103
2024-08-19HID: intel-ish-hid: Use CPU generation string in driver_dataZhang Lixu3-9/+30
2024-08-19HID: intel-ish-hid: Remove unused declarationsYue Haibing2-2/+0
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-16Merge branch 'for-6.11/intel-ish-hid' into for-linusBenjamin Tissoires1-0/+2
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-06-04HID: intel-ish-hid: fix endian-conversionArnd Bergmann2-45/+57
2024-06-04HID: intel-ish-hid: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-06-04HID: intel-ish-hid: fix ishtp_wait_resume() kernel-docJeff Johnson1-0/+1
2024-05-23HID: intel-ish-hid: Fix build error for COMPILE_TESTZhang Lixu1-4/+6
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-05-14Merge branch 'for-6.10/intel-ish' into for-linusJiri Kosina9-61/+639
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-05-06HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectorsChen Ni1-0/+5
2024-05-06HID: intel-ish-hid: handler multiple MNG_RESET_NOTIFY messagesZhang Lixu1-3/+4
2024-05-06HID: intel-ish-hid: Implement loading firmware from host featureZhang Lixu6-0/+542
2024-05-06HID: intel-ish-hid: Add driver_data for specifying the firmware filenameZhang Lixu2-1/+34
2024-04-03HID: intel-ish-hid: ipc: Add Lunar Lake-M PCI device IDZhang Lixu2-0/+2
2024-04-03HID: intel-ish-hid: Use PCI_VDEVICE() and rename device ID macrosZhang, Lixu3-58/+58