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 lunar lake point M DID

Add Lunar (Point) Lake M device id.

Cc: stable@vger.kernel.org
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20240421135631.223362-1-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Alexander Usyskin and committed by
Greg Kroah-Hartman
4108a30f a1383ac7

+4
+2
drivers/misc/mei/hw-me-regs.h
··· 115 115 #define MEI_DEV_ID_ARL_S 0x7F68 /* Arrow Lake Point S */ 116 116 #define MEI_DEV_ID_ARL_H 0x7770 /* Arrow Lake Point H */ 117 117 118 + #define MEI_DEV_ID_LNL_M 0xA870 /* Lunar Lake Point M */ 119 + 118 120 /* 119 121 * MEI HW Section 120 122 */
+2
drivers/misc/mei/pci-me.c
··· 122 122 {MEI_PCI_DEVICE(MEI_DEV_ID_ARL_S, MEI_ME_PCH15_CFG)}, 123 123 {MEI_PCI_DEVICE(MEI_DEV_ID_ARL_H, MEI_ME_PCH15_CFG)}, 124 124 125 + {MEI_PCI_DEVICE(MEI_DEV_ID_LNL_M, MEI_ME_PCH15_CFG)}, 126 + 125 127 /* required last entry */ 126 128 {0, } 127 129 };