power: sequencing: pcie-m2: Add WCN6855 PCI ID and sort device ID table#1372
power: sequencing: pcie-m2: Add WCN6855 PCI ID and sort device ID table#1372WeiDeng-weiden wants to merge 2 commits into
Conversation
…uetooth WCN6855 is a Qualcomm Wi-Fi/BT combo chip that uses PCI device ID 0x1103. Add it to pwrseq_m2_pci_ids[] alongside the existing 0x1107 (WCN7850) entry, so that the pwrseq-pcie-m2 driver creates a Bluetooth serdev device for WCN6855 cards inserted into PCIe M.2 Key E connectors. Link: https://patch.msgid.link/20260608091702.3797437-2-wei.deng@oss.qualcomm.com Reviewed-by: Manivannan Sadhasivam <mani@kernel.org> Signed-off-by: Wei Deng <wei.deng@oss.qualcomm.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
PR #1372 — validate-patchPR: #1372
Final Summary
Additional Notes:
|
PR #1372 — checker-log-analyzerPR: #1372
Detailed report: Full report
|
…g order Sort the entries in pwrseq_m2_pci_ids[] by device ID in ascending order: 0x1103 (WCN6855) before 0x1107 (WCN7850). Link: https://lore.kernel.org/r/20260617143055.820096-1-wei.deng@oss.qualcomm.com Fixes: 47e455d ("FROMGIT: power: sequencing: pcie-m2: Add PCI ID 0x1103 for WCN6855 Bluetooth") Reviewed-by: Manivannan Sadhasivam <mani@kernel.org> Signed-off-by: Wei Deng <wei.deng@oss.qualcomm.com>
eb178b5 to
4bd93f5
Compare
WCN6855 is a Qualcomm Wi-Fi/BT combo chip that uses PCI device ID 0x1103.
Add it to pwrseq_m2_pci_ids[] alongside the existing 0x1107 (WCN7850)
entry, so that the pwrseq-pcie-m2 driver creates a Bluetooth serdev device
for WCN6855 cards inserted into PCIe M.2 Key E connectors.
https://lore.kernel.org/r/20260608091702.3797437-2-wei.deng@oss.qualcomm.com
Sort the entries in pwrseq_m2_pci_ids[] by device ID in ascending order:
0x1103 (WCN6855) before 0x1107 (WCN7850).
https://lore.kernel.org/r/20260617143055.820096-1-wei.deng@oss.qualcomm.com