mbox series

[0/2] Enhance ISH Device Table and Add Wildcat Lake Support

Message ID 20250610020132.1544110-1-lixu.zhang@intel.com
Headers show
Series Enhance ISH Device Table and Add Wildcat Lake Support | expand

Message

Zhang Lixu June 10, 2025, 2:01 a.m. UTC
This patch series aims to improve the Intel ISH (Integrated Sensor Hub) driver
by enhancing code readability and expanding device support. The first patch
replaces the usage of PCI_VDEVICE() with the PCI_DEVICE_DATA() macro in the
ISH PCI device table, which simplifies the code and improves maintainability.
The second patch adds support for the Wildcat Lake platform by including its
PCI device ID in the ISH driver.

Zhang Lixu (2):
  hid: intel-ish-hid: Use PCI_DEVICE_DATA() macro for ISH device table
  HID: intel-ish-hid: ipc: Add Wildcat Lake PCI device ID

 drivers/hid/intel-ish-hid/ipc/hw-ish.h  |  1 +
 drivers/hid/intel-ish-hid/ipc/pci-ish.c | 12 +++++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

Comments

Jiri Kosina June 10, 2025, 7:55 p.m. UTC | #1
On Tue, 10 Jun 2025, Zhang Lixu wrote:

> This patch series aims to improve the Intel ISH (Integrated Sensor Hub) driver
> by enhancing code readability and expanding device support. The first patch
> replaces the usage of PCI_VDEVICE() with the PCI_DEVICE_DATA() macro in the
> ISH PCI device table, which simplifies the code and improves maintainability.
> The second patch adds support for the Wildcat Lake platform by including its
> PCI device ID in the ISH driver.
> 
> Zhang Lixu (2):
>   hid: intel-ish-hid: Use PCI_DEVICE_DATA() macro for ISH device table
>   HID: intel-ish-hid: ipc: Add Wildcat Lake PCI device ID
> 
>  drivers/hid/intel-ish-hid/ipc/hw-ish.h  |  1 +
>  drivers/hid/intel-ish-hid/ipc/pci-ish.c | 12 +++++++++---
>  2 files changed, 10 insertions(+), 3 deletions(-)

As this is pretty much a device ID(s) addition, I've now queued this in 
hid.git#for-6.16/upstream-fixes.

Thanks,