Message ID | 20220505195010.31329-1-tharvey@gateworks.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 0d37ddfc50d9a81f46d3b2ffa156d4fea8a410f7 |
Headers | show |
Series | Bluetooth: btbcm: Add entry for BCM4373A0 UART Bluetooth | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/checkpatch | success | Checkpatch PASS |
tedd_an/gitlint | success | Gitlint PASS |
tedd_an/subjectprefix | success | PASS |
tedd_an/buildkernel | success | Build Kernel PASS |
tedd_an/buildkernel32 | success | Build Kernel32 PASS |
tedd_an/incremental_build | success | Pass |
tedd_an/testrunnersetup | success | Test Runner Setup PASS |
tedd_an/testrunnerl2cap-tester | success | Total: 40, Passed: 40 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnerbnep-tester | success | Total: 1, Passed: 1 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnermgmt-tester | success | Total: 493, Passed: 493 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnerrfcomm-tester | success | Total: 10, Passed: 10 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnersco-tester | success | Total: 12, Passed: 12 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunnersmp-tester | success | Total: 8, Passed: 8 (100.0%), Failed: 0, Not Run: 0 |
tedd_an/testrunneruserchan-tester | success | Total: 4, Passed: 4 (100.0%), Failed: 0, Not Run: 0 |
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=638873 ---Test result--- Test Summary: CheckPatch PASS 1.58 seconds GitLint PASS 0.95 seconds SubjectPrefix PASS 0.90 seconds BuildKernel PASS 31.53 seconds BuildKernel32 PASS 27.98 seconds Incremental Build with patchesPASS 37.93 seconds TestRunner: Setup PASS 468.04 seconds TestRunner: l2cap-tester PASS 17.14 seconds TestRunner: bnep-tester PASS 6.10 seconds TestRunner: mgmt-tester PASS 101.18 seconds TestRunner: rfcomm-tester PASS 9.68 seconds TestRunner: sco-tester PASS 9.34 seconds TestRunner: smp-tester PASS 9.47 seconds TestRunner: userchan-tester PASS 6.33 seconds --- Regards, Linux Bluetooth
Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Marcel Holtmann <marcel@holtmann.org>: On Thu, 5 May 2022 12:50:10 -0700 you wrote: > This patch adds the device ID for the BCM4373A0 module, found e.g. in > the Infineon (Cypress) CYW4373E chip. The required firmware file is > named 'BCM4373A0.hcd'. > > Signed-off-by: Tim Harvey <tharvey@gateworks.com> > --- > drivers/bluetooth/btbcm.c | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - Bluetooth: btbcm: Add entry for BCM4373A0 UART Bluetooth https://git.kernel.org/bluetooth/bluetooth-next/c/0d37ddfc50d9 You are awesome, thank you!
diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c index d9ceca7a7935..ced0ad25ffc4 100644 --- a/drivers/bluetooth/btbcm.c +++ b/drivers/bluetooth/btbcm.c @@ -457,6 +457,7 @@ static const struct bcm_subver_table bcm_uart_subver_table[] = { { 0x6106, "BCM4359C0" }, /* 003.001.006 */ { 0x4106, "BCM4335A0" }, /* 002.001.006 */ { 0x410c, "BCM43430B0" }, /* 002.001.012 */ + { 0x2119, "BCM4373A0" }, /* 001.001.025 */ { } };
This patch adds the device ID for the BCM4373A0 module, found e.g. in the Infineon (Cypress) CYW4373E chip. The required firmware file is named 'BCM4373A0.hcd'. Signed-off-by: Tim Harvey <tharvey@gateworks.com> --- drivers/bluetooth/btbcm.c | 1 + 1 file changed, 1 insertion(+)