* pull request: bluetooth-next 2022-03-04
@ 2022-03-04 19:39 Luiz Augusto von Dentz
2022-03-05 3:46 ` Jakub Kicinski
2022-03-05 4:00 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2022-03-04 19:39 UTC (permalink / raw)
To: davem, kuba; +Cc: linux-bluetooth, netdev
The following changes since commit 1039135aedfc5021b4827eb87276d7b4272024ac:
net: ethernet: sun: Remove redundant code (2022-03-04 13:07:54 +0000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2022-03-04
for you to fetch changes up to 6dfbe29f45fb0bde29213dbd754a79e8bfc6ecef:
Bluetooth: btusb: Add another Realtek 8761BU (2022-03-04 16:58:13 +0100)
----------------------------------------------------------------
bluetooth-next pull request for net-next:
- Add new PID/VID (0x13d3/0x3567) for MT7921
- Add new PID/VID (0x2550/0x8761) for Realtek 8761BU
- Add support for LG LGSBWAC02 (MT7663BUN)
- Add support for BCM43430A0 and BCM43430A1
- Add support for Intel Madison Peak (MsP2)
----------------------------------------------------------------
Changcheng Deng (1):
Bluetooth: mgmt: Replace zero-length array with flexible-array member
Chih-Ying Chiang (1):
Bluetooth: mt7921s: support bluetooth reset mechanism
Christophe JAILLET (1):
Bluetooth: 6lowpan: No need to clear memory twice
Colin Ian King (1):
Bluetooth: make array bt_uuid_any static const
Helmut Grohne (1):
Bluetooth: btusb: Add another Realtek 8761BU
Kiran K (1):
Bluetooth: btusb: Add support for Intel Madison Peak (MsP2) device
Luca Weiss (1):
Bluetooth: hci_bcm: add BCM43430A0 & BCM43430A1
Luiz Augusto von Dentz (2):
Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}
Bluetooth: btusb: Make use of of BIT macro to declare flags
Minghao Chi (1):
Bluetooth: mgmt: Remove unneeded variable
Minghao Chi (CGEL ZTE) (1):
Bluetooth: use memset avoid memory leaks
Niels Dossche (2):
Bluetooth: hci_event: Add missing locking on hdev in hci_le_ext_adv_term_evt
Bluetooth: move adv_instance_cnt read within the device lock
Piotr Dymacz (1):
Bluetooth: btusb: add support for LG LGSBWAC02 (MT7663BUN)
Radoslaw Biernacki (2):
Bluetooth: Fix skb allocation in mgmt_remote_name() & mgmt_device_connected()
Bluetooth: Improve skb handling in mgmt_device_connected()
Sean Wang (1):
Bluetooth: mediatek: fix the conflict between mtk and msft vendor event
Tom Rix (1):
Bluetooth: hci_sync: fix undefined return of hci_disconnect_all_sync()
Yake Yang (2):
Bluetooth: btusb: Add a new PID/VID 13d3/3567 for MT7921
Bluetooth: btmtksdio: Fix kernel oops when sdio suspend.
Zijun Hu (1):
Bluetooth: btusb: Improve stability for QCA devices
drivers/bluetooth/btmtk.h | 7 +++
drivers/bluetooth/btmtksdio.c | 126 ++++++++++++++++++++++++++++++++++----
drivers/bluetooth/btusb.c | 81 +++++++++++++-----------
drivers/bluetooth/hci_bcm.c | 2 +
include/net/bluetooth/bluetooth.h | 14 +++--
include/net/bluetooth/mgmt.h | 2 +-
net/bluetooth/6lowpan.c | 1 -
net/bluetooth/eir.h | 20 ++++++
net/bluetooth/hci_event.c | 19 +++---
net/bluetooth/hci_sync.c | 2 +-
net/bluetooth/l2cap_core.c | 1 +
net/bluetooth/mgmt.c | 58 ++++++++----------
12 files changed, 237 insertions(+), 96 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: pull request: bluetooth-next 2022-03-04
2022-03-04 19:39 pull request: bluetooth-next 2022-03-04 Luiz Augusto von Dentz
@ 2022-03-05 3:46 ` Jakub Kicinski
2022-03-05 4:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2022-03-05 3:46 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +Cc: davem, linux-bluetooth, netdev
On Fri, 4 Mar 2022 11:39:19 -0800 Luiz Augusto von Dentz wrote:
> bluetooth-next pull request for net-next:
>
> - Add new PID/VID (0x13d3/0x3567) for MT7921
> - Add new PID/VID (0x2550/0x8761) for Realtek 8761BU
> - Add support for LG LGSBWAC02 (MT7663BUN)
> - Add support for BCM43430A0 and BCM43430A1
> - Add support for Intel Madison Peak (MsP2)
The missing sign-offs are back. I don't think our attempts to fix that
last time did much good, so let me pull, but please be vigilant.
The checker script is here FWIW:
https://raw.githubusercontent.com/gregkh/gregkh-linux/master/work/verify_signedoff.sh
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: pull request: bluetooth-next 2022-03-04
2022-03-04 19:39 pull request: bluetooth-next 2022-03-04 Luiz Augusto von Dentz
2022-03-05 3:46 ` Jakub Kicinski
@ 2022-03-05 4:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-03-05 4:00 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +Cc: davem, kuba, linux-bluetooth, netdev
Hello:
This pull request was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 4 Mar 2022 11:39:19 -0800 you wrote:
> The following changes since commit 1039135aedfc5021b4827eb87276d7b4272024ac:
>
> net: ethernet: sun: Remove redundant code (2022-03-04 13:07:54 +0000)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2022-03-04
>
> [...]
Here is the summary with links:
- pull request: bluetooth-next 2022-03-04
https://git.kernel.org/netdev/net-next/c/2bc0a832fad3
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] 3+ messages in thread
end of thread, other threads:[~2022-03-05 4:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-04 19:39 pull request: bluetooth-next 2022-03-04 Luiz Augusto von Dentz
2022-03-05 3:46 ` Jakub Kicinski
2022-03-05 4:00 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).