mbox series

[0/2] HID: intel-ish-hid: ipc: Use PCI_VDEVICE() and add Lunar Lake-M PCI device ID

Message ID 20240306005638.2781839-1-lixu.zhang@intel.com
Headers show
Series HID: intel-ish-hid: ipc: Use PCI_VDEVICE() and add Lunar Lake-M PCI device ID | expand

Message

Zhang Lixu March 6, 2024, 12:56 a.m. UTC
This patch series consists of two patches. The first patch simplifies
the device table by using the PCI_VDEVICE() macro and renames the device
ID macros to follow the pattern PCI_DEVICE_ID_INTEL_*. The second patch
adds the device ID of Lunar Lake-M to the ISHTP support list.

Zhang Lixu (1):
  HID: intel-ish-hid: ipc: Add Lunar Lake-M PCI device ID

Zhang, Lixu (1):
  HID: intel-ish-hid: Use PCI_VDEVICE() and rename device ID macros

 drivers/hid/intel-ish-hid/ipc/hw-ish.h  | 45 ++++++++++---------
 drivers/hid/intel-ish-hid/ipc/ipc.c     | 14 +++---
 drivers/hid/intel-ish-hid/ipc/pci-ish.c | 59 +++++++++++++------------
 3 files changed, 60 insertions(+), 58 deletions(-)

Comments

Jiri Kosina April 3, 2024, 11:21 a.m. UTC | #1
On Wed, 6 Mar 2024, Zhang, Lixu wrote:

> This patch series consists of two patches. The first patch simplifies
> the device table by using the PCI_VDEVICE() macro and renames the device
> ID macros to follow the pattern PCI_DEVICE_ID_INTEL_*. The second patch
> adds the device ID of Lunar Lake-M to the ISHTP support list.

Applied, thanks and sorry for the delay.