* [PATCH BlueZ 0/1] Add Cypress support for bdaddr
@ 2024-07-04 10:11 Antonio Vázquez Blanco
2024-07-04 10:11 ` [PATCH BlueZ 1/1] bdaddr: Add cypress manufacturer support Antonio Vázquez Blanco
2024-07-09 14:50 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth
0 siblings, 2 replies; 4+ messages in thread
From: Antonio Vázquez Blanco @ 2024-07-04 10:11 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Antonio Vázquez Blanco
Cypress Bluetooth controllers seem to either use Broadcom chipsets or
to be based on Broadcom designs and share many of their vendor commands
with Broadcom chipsets.
Particularly, the patch has been tested on a CYW920819EVB-02 board.
Antonio Vázquez Blanco (1):
bdaddr: Add cypress manufacturer support
tools/bdaddr.c | 1 +
1 file changed, 1 insertion(+)
--
2.45.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH BlueZ 1/1] bdaddr: Add cypress manufacturer support
2024-07-04 10:11 [PATCH BlueZ 0/1] Add Cypress support for bdaddr Antonio Vázquez Blanco
@ 2024-07-04 10:11 ` Antonio Vázquez Blanco
2024-07-04 12:02 ` Add Cypress support for bdaddr bluez.test.bot
2024-07-09 14:50 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth
1 sibling, 1 reply; 4+ messages in thread
From: Antonio Vázquez Blanco @ 2024-07-04 10:11 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Antonio Vázquez Blanco
---
tools/bdaddr.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/bdaddr.c b/tools/bdaddr.c
index bc0478d46..de17416e9 100644
--- a/tools/bdaddr.c
+++ b/tools/bdaddr.c
@@ -303,6 +303,7 @@ static struct {
{ 48, st_write_bd_addr, generic_reset_device },
{ 57, ericsson_write_bd_addr, generic_reset_device },
{ 72, mrvl_write_bd_addr, generic_reset_device },
+ { 305, bcm_write_bd_addr, generic_reset_device },
{ 65535, NULL, NULL },
};
--
2.45.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* RE: Add Cypress support for bdaddr
2024-07-04 10:11 ` [PATCH BlueZ 1/1] bdaddr: Add cypress manufacturer support Antonio Vázquez Blanco
@ 2024-07-04 12:02 ` bluez.test.bot
0 siblings, 0 replies; 4+ messages in thread
From: bluez.test.bot @ 2024-07-04 12:02 UTC (permalink / raw)
To: linux-bluetooth, antoniovazquezblanco
[-- Attachment #1: Type: text/plain, Size: 949 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=868397
---Test result---
Test Summary:
CheckPatch PASS 0.36 seconds
GitLint PASS 0.27 seconds
BuildEll PASS 24.66 seconds
BluezMake PASS 1645.12 seconds
MakeCheck PASS 13.04 seconds
MakeDistcheck PASS 179.89 seconds
CheckValgrind PASS 254.55 seconds
CheckSmatch PASS 359.07 seconds
bluezmakeextell PASS 119.80 seconds
IncrementalBuild PASS 1454.13 seconds
ScanBuild PASS 1046.56 seconds
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH BlueZ 0/1] Add Cypress support for bdaddr
2024-07-04 10:11 [PATCH BlueZ 0/1] Add Cypress support for bdaddr Antonio Vázquez Blanco
2024-07-04 10:11 ` [PATCH BlueZ 1/1] bdaddr: Add cypress manufacturer support Antonio Vázquez Blanco
@ 2024-07-09 14:50 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+bluetooth @ 2024-07-09 14:50 UTC (permalink / raw)
To: =?utf-8?q?Antonio_V=C3=A1zquez_Blanco_=3Cantoniovazquezblanco=40gmail=2Ecom?=,
=?utf-8?q?=3E?=
Cc: linux-bluetooth
Hello:
This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Thu, 4 Jul 2024 12:11:22 +0200 you wrote:
> Cypress Bluetooth controllers seem to either use Broadcom chipsets or
> to be based on Broadcom designs and share many of their vendor commands
> with Broadcom chipsets.
>
> Particularly, the patch has been tested on a CYW920819EVB-02 board.
>
> Antonio Vázquez Blanco (1):
> bdaddr: Add cypress manufacturer support
>
> [...]
Here is the summary with links:
- [BlueZ,1/1] bdaddr: Add cypress manufacturer support
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=34aca9a4fbcf
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-09 14:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-04 10:11 [PATCH BlueZ 0/1] Add Cypress support for bdaddr Antonio Vázquez Blanco
2024-07-04 10:11 ` [PATCH BlueZ 1/1] bdaddr: Add cypress manufacturer support Antonio Vázquez Blanco
2024-07-04 12:02 ` Add Cypress support for bdaddr bluez.test.bot
2024-07-09 14:50 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.