Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mei: me: add wildcat lake P DID

Add Wildcat Lake P device id.

Cc: stable@vger.kernel.org
Co-developed-by: Tomas Winkler <tomasw@gmail.com>
Signed-off-by: Tomas Winkler <tomasw@gmail.com>
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Link: https://patch.msgid.link/20251016125912.2146136-1-alexander.usyskin@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Alexander Usyskin and committed by
Greg Kroah-Hartman
410d6c2a 70ad06df

+4
+2
drivers/misc/mei/hw-me-regs.h
··· 120 120 #define MEI_DEV_ID_PTL_H 0xE370 /* Panther Lake H */ 121 121 #define MEI_DEV_ID_PTL_P 0xE470 /* Panther Lake P */ 122 122 123 + #define MEI_DEV_ID_WCL_P 0x4D70 /* Wildcat Lake P */ 124 + 123 125 /* 124 126 * MEI HW Section 125 127 */
+2
drivers/misc/mei/pci-me.c
··· 127 127 {MEI_PCI_DEVICE(MEI_DEV_ID_PTL_H, MEI_ME_PCH15_CFG)}, 128 128 {MEI_PCI_DEVICE(MEI_DEV_ID_PTL_P, MEI_ME_PCH15_CFG)}, 129 129 130 + {MEI_PCI_DEVICE(MEI_DEV_ID_WCL_P, MEI_ME_PCH15_CFG)}, 131 + 130 132 /* required last entry */ 131 133 {0, } 132 134 };