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

Bluetooth: btintel_pcie: Add support for exception dump for ScP2F

Add device coredump support for Scorpious Peak2F product.

Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Kiran K and committed by
Luiz Augusto von Dentz
68a1729a 9c52085e

+2
+1
drivers/bluetooth/btintel.h
··· 60 60 #define BTINTEL_CNVI_BLAZARU 0x930 /* BlazarU - Meteor Lake */ 61 61 #define BTINTEL_CNVI_SCP 0xA00 /* Scorpius Peak - Panther Lake */ 62 62 #define BTINTEL_CNVI_SCP2 0xA10 /* Scorpius Peak2 - Nova Lake */ 63 + #define BTINTEL_CNVI_SCP2F 0xA20 /* Scorpius Peak2F - Nova Lake */ 63 64 64 65 /* CNVR */ 65 66 #define BTINTEL_CNVR_FMP2 0x910
+1
drivers/bluetooth/btintel_pcie.c
··· 1235 1235 addr = BTINTEL_PCIE_SCP_HWEXP_DMP_ADDR; 1236 1236 break; 1237 1237 case BTINTEL_CNVI_SCP2: 1238 + case BTINTEL_CNVI_SCP2F: 1238 1239 len = BTINTEL_PCIE_SCP2_HWEXP_SIZE; 1239 1240 addr = BTINTEL_PCIE_SCP2_HWEXP_DMP_ADDR; 1240 1241 break;