* [PATCH] Bluetooth: btsdio: Do not bind to non-removable BCM4359
@ 2026-08-24 2:30 Rudi Heitbaum
2026-08-24 3:53 ` bluez.test.bot
0 siblings, 1 reply; 2+ messages in thread
From: Rudi Heitbaum @ 2026-08-24 2:30 UTC (permalink / raw)
To: Marcel Holtmann, Luiz Augusto von Dentz
Cc: linux-bluetooth, linux-kernel, rudi
BCM4359 devices on a non-removable SDIO host use a UART connection
for Bluetooth and the advertised btsdio support as an SDIO function
should be ignored.
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
---
drivers/bluetooth/btsdio.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/bluetooth/btsdio.c b/drivers/bluetooth/btsdio.c
index 8325655ce6aa..0927f29660bb 100644
--- a/drivers/bluetooth/btsdio.c
+++ b/drivers/bluetooth/btsdio.c
@@ -295,6 +295,7 @@ static int btsdio_probe(struct sdio_func *func,
case SDIO_DEVICE_ID_BROADCOM_4345:
case SDIO_DEVICE_ID_BROADCOM_43455:
case SDIO_DEVICE_ID_BROADCOM_4356:
+ case SDIO_DEVICE_ID_BROADCOM_4359:
case SDIO_DEVICE_ID_BROADCOM_CYPRESS_4373:
return -ENODEV;
}
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* RE: Bluetooth: btsdio: Do not bind to non-removable BCM4359
2026-08-24 2:30 [PATCH] Bluetooth: btsdio: Do not bind to non-removable BCM4359 Rudi Heitbaum
@ 2026-08-24 3:53 ` bluez.test.bot
0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2026-08-24 3:53 UTC (permalink / raw)
To: linux-bluetooth, rudi
[-- Attachment #1: Type: text/plain, Size: 1181 bytes --]
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=1150561
---Test result---
Test Summary:
CheckPatch PASS 0.54 seconds
VerifyFixes PASS 0.07 seconds
VerifySignedoff PASS 0.07 seconds
GitLint PASS 0.21 seconds
SubjectPrefix PASS 0.06 seconds
BuildKernel PASS 28.84 seconds
CheckAllWarning PASS 31.46 seconds
CheckSparse PASS 30.01 seconds
BuildKernel32 PASS 28.05 seconds
CheckKernelLLVM SKIP 0.00 seconds
TestRunnerSetup PASS 520.30 seconds
IncrementalBuild PASS 26.41 seconds
Details
##############################
Test: CheckKernelLLVM - SKIP
Desc: Build kernel with LLVM + context analysis
Output:
Clang not found
https://github.com/bluez/bluetooth-next/pull/640
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-24 3:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-24 2:30 [PATCH] Bluetooth: btsdio: Do not bind to non-removable BCM4359 Rudi Heitbaum
2026-08-24 3:53 ` bluez.test.bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox