* [GIT PULL] bluetooth-next 2025-03-20
@ 2025-03-20 19:29 Luiz Augusto von Dentz
2025-03-24 13:07 ` Luiz Augusto von Dentz
0 siblings, 1 reply; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2025-03-20 19:29 UTC (permalink / raw)
To: davem, kuba; +Cc: linux-bluetooth, netdev
The following changes since commit 6855b9be9cf70d3fd4b4b9a00696eae65335320c:
Merge branch 'mptcp-pm-prep-work-for-new-ops-and-sysctl-knobs' (2025-03-20 10:14:53 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2025-03-20
for you to fetch changes up to 1a6e1539e97303c60d82e3d5e163973e771a9d7f:
Bluetooth: btnxpuart: Fix kernel panic during FW release (2025-03-20 14:59:07 -0400)
----------------------------------------------------------------
bluetooth-next pull request for net-next:
core:
- Add support for skb TX SND/COMPLETION timestamping
- hci_core: Enable buffer flow control for SCO/eSCO
- coredump: Log devcd dumps into the monitor
drivers:
- btusb: Add 2 HWIDs for MT7922
- btusb: Fix regression in the initialization of fake Bluetooth controllers
- btusb: Add 14 USB device IDs for Qualcomm WCN785x
- btintel: Add support for Intel Scorpius Peak
- btintel: Add support to configure TX power
- btintel: Add DSBR support for ScP
- btintel_pcie: Add device id of Whale Peak
- btintel_pcie: Setup buffers for firmware traces
- btintel_pcie: Read hardware exception data
- btintel_pcie: Add support for device coredump
- btintel_pcie: Trigger device coredump on hardware exception
- btnxpuart: Support for controller wakeup gpio config
- btnxpuart: Add support to set BD address
- btnxpuart: Add correct bootloader error codes
- btnxpuart: Handle bootloader error during cmd5 and cmd7
- btnxpuart: Fix kernel panic during FW release
- qca: add WCN3950 support
- hci_qca: use the power sequencer for wcn6750
- btmtksdio: Prevent enabling interrupts after IRQ handler removal
----------------------------------------------------------------
Arkadiusz Bokowy (1):
Bluetooth: hci_event: Fix connection regression between LE and non-LE adapters
Arseniy Krasnov (2):
Bluetooth: hci_uart: fix race during initialization
Bluetooth: hci_uart: Fix another race during initialization
Dan Carpenter (1):
Bluetooth: Fix error code in chan_alloc_skb_cb()
Dmitry Baryshkov (3):
dt-bindings: net: bluetooth: qualcomm: document WCN3950
Bluetooth: qca: simplify WCN399x NVM loading
Bluetooth: qca: add WCN3950 support
Dorian Cruveiller (1):
Bluetooth: btusb: Add new VID/PID for WCN785x
Douglas Anderson (1):
Bluetooth: btusb: mediatek: Add err code to btusb claim iso printout
Dr. David Alan Gilbert (2):
Bluetooth: MGMT: Remove unused mgmt_pending_find_data
Bluetooth: MGMT: Remove unused mgmt_*_discovery_complete
Easwar Hariharan (4):
Bluetooth: hci_vhci: convert timeouts to secs_to_jiffies()
Bluetooth: MGMT: convert timeouts to secs_to_jiffies()
Bluetooth: SMP: convert timeouts to secs_to_jiffies()
Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()
Hao Qin (1):
Bluetooth: btmtk: Remove the resetting step before downloading the fw
Janaki Ramaiah Thota (1):
Bluetooth: hci_qca: use the power sequencer for wcn6750
Jeremy Clifton (1):
Bluetooth: Fix code style warning
Jiande Lu (1):
Bluetooth: btusb: Add 2 HWIDs for MT7922
Kiran K (8):
Bluetooth: btintel: Add support for Intel Scorpius Peak
Bluetooth: btintel_pcie: Add device id of Whale Peak
Bluetooth: btintel: Add DSBR support for ScP
Bluetooth: btintel_pcie: Setup buffers for firmware traces
Bluetooth: btintel_pcie: Read hardware exception data
Bluetooth: btintel_pcie: Add support for device coredump
Bluetooth: btintel_pcie: Trigger device coredump on hardware exception
Bluetooth: btintel: Fix leading white space
Loic Poulain (2):
bluetooth: btnxpuart: Support for controller wakeup gpio config
dt-bindings: net: bluetooth: nxp: Add wakeup pin properties
Luiz Augusto von Dentz (4):
Bluetooth: btintel_pci: Fix build warning
Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO
Bluetooth: hci_vhci: Mark Sync Flow Control as supported
HCI: coredump: Log devcd dumps into the monitor
Neeraj Sanjay Kale (7):
Bluetooth: btnxpuart: Move vendor specific initialization to .post_init
Bluetooth: btnxpuart: Add support for HCI coredump feature
dt-bindings: net: bluetooth: nxp: Add support to set BD address
Bluetooth: btnxpuart: Add support to set BD address
Bluetooth: btnxpuart: Add correct bootloader error codes
Bluetooth: btnxpuart: Handle bootloader error during cmd5 and cmd7
Bluetooth: btnxpuart: Fix kernel panic during FW release
Pauli Virtanen (5):
net-timestamp: COMPLETION timestamp on packet tx completion
Bluetooth: add support for skb TX SND/COMPLETION timestamping
Bluetooth: ISO: add TX timestamping
Bluetooth: L2CAP: add TX timestamping
Bluetooth: SCO: add TX timestamping
Pedro Nishiyama (4):
Bluetooth: Add quirk for broken READ_VOICE_SETTING
Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE
Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/broken
Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth controllers
Sean Wang (1):
Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ handler removal
Vijay Satija (1):
Bluetooth: btintel: Add support to configure TX power
Wentao Guan (1):
Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel
Zijun Hu (1):
Bluetooth: btusb: Add 13 USB device IDs for Qualcomm WCN785x
.../bindings/net/bluetooth/nxp,88w8987-bt.yaml | 18 +-
.../bindings/net/bluetooth/qualcomm-bluetooth.yaml | 2 +
Documentation/networking/timestamping.rst | 8 +
drivers/bluetooth/bfusb.c | 3 +-
drivers/bluetooth/btintel.c | 341 ++++++++++++
drivers/bluetooth/btintel.h | 24 +
drivers/bluetooth/btintel_pcie.c | 582 ++++++++++++++++++++-
drivers/bluetooth/btintel_pcie.h | 93 ++++
drivers/bluetooth/btmtk.c | 10 -
drivers/bluetooth/btmtksdio.c | 3 +-
drivers/bluetooth/btnxpuart.c | 407 +++++++++++---
drivers/bluetooth/btqca.c | 27 +-
drivers/bluetooth/btqca.h | 4 +
drivers/bluetooth/btusb.c | 36 +-
drivers/bluetooth/hci_ldisc.c | 19 +-
drivers/bluetooth/hci_qca.c | 27 +-
drivers/bluetooth/hci_uart.h | 1 +
drivers/bluetooth/hci_vhci.c | 5 +-
include/linux/skbuff.h | 7 +-
include/net/bluetooth/bluetooth.h | 1 +
include/net/bluetooth/hci.h | 36 +-
include/net/bluetooth/hci_core.h | 27 +-
include/net/bluetooth/l2cap.h | 7 +-
include/uapi/linux/errqueue.h | 1 +
include/uapi/linux/net_tstamp.h | 6 +-
net/bluetooth/6lowpan.c | 9 +-
net/bluetooth/coredump.c | 28 +-
net/bluetooth/hci_conn.c | 122 +++++
net/bluetooth/hci_core.c | 77 +--
net/bluetooth/hci_event.c | 15 +-
net/bluetooth/hci_sync.c | 32 +-
net/bluetooth/iso.c | 24 +-
net/bluetooth/l2cap_core.c | 45 +-
net/bluetooth/l2cap_sock.c | 15 +-
net/bluetooth/mgmt.c | 46 +-
net/bluetooth/mgmt_util.c | 17 -
net/bluetooth/mgmt_util.h | 4 -
net/bluetooth/sco.c | 19 +-
net/bluetooth/smp.c | 4 +-
net/core/skbuff.c | 2 +
net/ethtool/common.c | 1 +
net/socket.c | 3 +
42 files changed, 1890 insertions(+), 268 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] bluetooth-next 2025-03-20
2025-03-20 19:29 [GIT PULL] bluetooth-next 2025-03-20 Luiz Augusto von Dentz
@ 2025-03-24 13:07 ` Luiz Augusto von Dentz
2025-03-25 15:18 ` Jakub Kicinski
0 siblings, 1 reply; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2025-03-24 13:07 UTC (permalink / raw)
To: davem, kuba; +Cc: linux-bluetooth, netdev
Hi,
On Thu, Mar 20, 2025 at 3:29 PM Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
>
> The following changes since commit 6855b9be9cf70d3fd4b4b9a00696eae65335320c:
>
> Merge branch 'mptcp-pm-prep-work-for-new-ops-and-sysctl-knobs' (2025-03-20 10:14:53 +0100)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2025-03-20
>
> for you to fetch changes up to 1a6e1539e97303c60d82e3d5e163973e771a9d7f:
>
> Bluetooth: btnxpuart: Fix kernel panic during FW release (2025-03-20 14:59:07 -0400)
>
> ----------------------------------------------------------------
> bluetooth-next pull request for net-next:
>
> core:
>
> - Add support for skb TX SND/COMPLETION timestamping
> - hci_core: Enable buffer flow control for SCO/eSCO
> - coredump: Log devcd dumps into the monitor
>
> drivers:
>
> - btusb: Add 2 HWIDs for MT7922
> - btusb: Fix regression in the initialization of fake Bluetooth controllers
> - btusb: Add 14 USB device IDs for Qualcomm WCN785x
> - btintel: Add support for Intel Scorpius Peak
> - btintel: Add support to configure TX power
> - btintel: Add DSBR support for ScP
> - btintel_pcie: Add device id of Whale Peak
> - btintel_pcie: Setup buffers for firmware traces
> - btintel_pcie: Read hardware exception data
> - btintel_pcie: Add support for device coredump
> - btintel_pcie: Trigger device coredump on hardware exception
> - btnxpuart: Support for controller wakeup gpio config
> - btnxpuart: Add support to set BD address
> - btnxpuart: Add correct bootloader error codes
> - btnxpuart: Handle bootloader error during cmd5 and cmd7
> - btnxpuart: Fix kernel panic during FW release
> - qca: add WCN3950 support
> - hci_qca: use the power sequencer for wcn6750
> - btmtksdio: Prevent enabling interrupts after IRQ handler removal
>
> ----------------------------------------------------------------
> Arkadiusz Bokowy (1):
> Bluetooth: hci_event: Fix connection regression between LE and non-LE adapters
>
> Arseniy Krasnov (2):
> Bluetooth: hci_uart: fix race during initialization
> Bluetooth: hci_uart: Fix another race during initialization
>
> Dan Carpenter (1):
> Bluetooth: Fix error code in chan_alloc_skb_cb()
>
> Dmitry Baryshkov (3):
> dt-bindings: net: bluetooth: qualcomm: document WCN3950
> Bluetooth: qca: simplify WCN399x NVM loading
> Bluetooth: qca: add WCN3950 support
>
> Dorian Cruveiller (1):
> Bluetooth: btusb: Add new VID/PID for WCN785x
>
> Douglas Anderson (1):
> Bluetooth: btusb: mediatek: Add err code to btusb claim iso printout
>
> Dr. David Alan Gilbert (2):
> Bluetooth: MGMT: Remove unused mgmt_pending_find_data
> Bluetooth: MGMT: Remove unused mgmt_*_discovery_complete
>
> Easwar Hariharan (4):
> Bluetooth: hci_vhci: convert timeouts to secs_to_jiffies()
> Bluetooth: MGMT: convert timeouts to secs_to_jiffies()
> Bluetooth: SMP: convert timeouts to secs_to_jiffies()
> Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()
>
> Hao Qin (1):
> Bluetooth: btmtk: Remove the resetting step before downloading the fw
>
> Janaki Ramaiah Thota (1):
> Bluetooth: hci_qca: use the power sequencer for wcn6750
>
> Jeremy Clifton (1):
> Bluetooth: Fix code style warning
>
> Jiande Lu (1):
> Bluetooth: btusb: Add 2 HWIDs for MT7922
>
> Kiran K (8):
> Bluetooth: btintel: Add support for Intel Scorpius Peak
> Bluetooth: btintel_pcie: Add device id of Whale Peak
> Bluetooth: btintel: Add DSBR support for ScP
> Bluetooth: btintel_pcie: Setup buffers for firmware traces
> Bluetooth: btintel_pcie: Read hardware exception data
> Bluetooth: btintel_pcie: Add support for device coredump
> Bluetooth: btintel_pcie: Trigger device coredump on hardware exception
> Bluetooth: btintel: Fix leading white space
>
> Loic Poulain (2):
> bluetooth: btnxpuart: Support for controller wakeup gpio config
> dt-bindings: net: bluetooth: nxp: Add wakeup pin properties
>
> Luiz Augusto von Dentz (4):
> Bluetooth: btintel_pci: Fix build warning
> Bluetooth: hci_core: Enable buffer flow control for SCO/eSCO
> Bluetooth: hci_vhci: Mark Sync Flow Control as supported
> HCI: coredump: Log devcd dumps into the monitor
>
> Neeraj Sanjay Kale (7):
> Bluetooth: btnxpuart: Move vendor specific initialization to .post_init
> Bluetooth: btnxpuart: Add support for HCI coredump feature
> dt-bindings: net: bluetooth: nxp: Add support to set BD address
> Bluetooth: btnxpuart: Add support to set BD address
> Bluetooth: btnxpuart: Add correct bootloader error codes
> Bluetooth: btnxpuart: Handle bootloader error during cmd5 and cmd7
> Bluetooth: btnxpuart: Fix kernel panic during FW release
>
> Pauli Virtanen (5):
> net-timestamp: COMPLETION timestamp on packet tx completion
> Bluetooth: add support for skb TX SND/COMPLETION timestamping
> Bluetooth: ISO: add TX timestamping
> Bluetooth: L2CAP: add TX timestamping
> Bluetooth: SCO: add TX timestamping
>
> Pedro Nishiyama (4):
> Bluetooth: Add quirk for broken READ_VOICE_SETTING
> Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE
> Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/broken
> Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth controllers
>
> Sean Wang (1):
> Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ handler removal
>
> Vijay Satija (1):
> Bluetooth: btintel: Add support to configure TX power
>
> Wentao Guan (1):
> Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel
>
> Zijun Hu (1):
> Bluetooth: btusb: Add 13 USB device IDs for Qualcomm WCN785x
>
> .../bindings/net/bluetooth/nxp,88w8987-bt.yaml | 18 +-
> .../bindings/net/bluetooth/qualcomm-bluetooth.yaml | 2 +
> Documentation/networking/timestamping.rst | 8 +
> drivers/bluetooth/bfusb.c | 3 +-
> drivers/bluetooth/btintel.c | 341 ++++++++++++
> drivers/bluetooth/btintel.h | 24 +
> drivers/bluetooth/btintel_pcie.c | 582 ++++++++++++++++++++-
> drivers/bluetooth/btintel_pcie.h | 93 ++++
> drivers/bluetooth/btmtk.c | 10 -
> drivers/bluetooth/btmtksdio.c | 3 +-
> drivers/bluetooth/btnxpuart.c | 407 +++++++++++---
> drivers/bluetooth/btqca.c | 27 +-
> drivers/bluetooth/btqca.h | 4 +
> drivers/bluetooth/btusb.c | 36 +-
> drivers/bluetooth/hci_ldisc.c | 19 +-
> drivers/bluetooth/hci_qca.c | 27 +-
> drivers/bluetooth/hci_uart.h | 1 +
> drivers/bluetooth/hci_vhci.c | 5 +-
> include/linux/skbuff.h | 7 +-
> include/net/bluetooth/bluetooth.h | 1 +
> include/net/bluetooth/hci.h | 36 +-
> include/net/bluetooth/hci_core.h | 27 +-
> include/net/bluetooth/l2cap.h | 7 +-
> include/uapi/linux/errqueue.h | 1 +
> include/uapi/linux/net_tstamp.h | 6 +-
> net/bluetooth/6lowpan.c | 9 +-
> net/bluetooth/coredump.c | 28 +-
> net/bluetooth/hci_conn.c | 122 +++++
> net/bluetooth/hci_core.c | 77 +--
> net/bluetooth/hci_event.c | 15 +-
> net/bluetooth/hci_sync.c | 32 +-
> net/bluetooth/iso.c | 24 +-
> net/bluetooth/l2cap_core.c | 45 +-
> net/bluetooth/l2cap_sock.c | 15 +-
> net/bluetooth/mgmt.c | 46 +-
> net/bluetooth/mgmt_util.c | 17 -
> net/bluetooth/mgmt_util.h | 4 -
> net/bluetooth/sco.c | 19 +-
> net/bluetooth/smp.c | 4 +-
> net/core/skbuff.c | 2 +
> net/ethtool/common.c | 1 +
> net/socket.c | 3 +
> 42 files changed, 1890 insertions(+), 268 deletions(-)
Is there a problem that these changes haven't been pulled yet?
--
Luiz Augusto von Dentz
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] bluetooth-next 2025-03-20
2025-03-24 13:07 ` Luiz Augusto von Dentz
@ 2025-03-25 15:18 ` Jakub Kicinski
2025-03-25 16:24 ` Luiz Augusto von Dentz
0 siblings, 1 reply; 4+ messages in thread
From: Jakub Kicinski @ 2025-03-25 15:18 UTC (permalink / raw)
To: Luiz Augusto von Dentz; +Cc: davem, linux-bluetooth, netdev
On Mon, 24 Mar 2025 09:07:42 -0400 Luiz Augusto von Dentz wrote:
> > 42 files changed, 1890 insertions(+), 268 deletions(-)
>
> Is there a problem that these changes haven't been pulled yet?
We were behind the ML traffic by significant margin, see:
https://lore.kernel.org/r/20250324075539.2b60eb42@kernel.org/
Could you please mend the Fixes tags?
Commit: 25ba50076a65 ("Bluetooth: btintel: Fix leading white space")
Fixes tag: Fixes: 00b3e258e1c0 ("Bluetooth: btintel_pcie: Setup buffers for firmware traces")
Has these problem(s):
- Target SHA1 does not exist
Fixes tag: Fixes: f5d8a90511b7 ("Bluetooth: btintel: Add DSBR support for ScP")
Has these problem(s):
- Target SHA1 does not exist
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] bluetooth-next 2025-03-20
2025-03-25 15:18 ` Jakub Kicinski
@ 2025-03-25 16:24 ` Luiz Augusto von Dentz
0 siblings, 0 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2025-03-25 16:24 UTC (permalink / raw)
To: Jakub Kicinski; +Cc: davem, linux-bluetooth, netdev
Hi,
On Tue, Mar 25, 2025 at 11:18 AM Jakub Kicinski <kuba@kernel.org> wrote:
>
> On Mon, 24 Mar 2025 09:07:42 -0400 Luiz Augusto von Dentz wrote:
> > > 42 files changed, 1890 insertions(+), 268 deletions(-)
> >
> > Is there a problem that these changes haven't been pulled yet?
>
> We were behind the ML traffic by significant margin, see:
> https://lore.kernel.org/r/20250324075539.2b60eb42@kernel.org/
>
> Could you please mend the Fixes tags?
>
> Commit: 25ba50076a65 ("Bluetooth: btintel: Fix leading white space")
> Fixes tag: Fixes: 00b3e258e1c0 ("Bluetooth: btintel_pcie: Setup buffers for firmware traces")
> Has these problem(s):
> - Target SHA1 does not exist
> Fixes tag: Fixes: f5d8a90511b7 ("Bluetooth: btintel: Add DSBR support for ScP")
> Has these problem(s):
> - Target SHA1 does not exist
Will do, lets me prepare another pull request.
--
Luiz Augusto von Dentz
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-03-25 16:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-20 19:29 [GIT PULL] bluetooth-next 2025-03-20 Luiz Augusto von Dentz
2025-03-24 13:07 ` Luiz Augusto von Dentz
2025-03-25 15:18 ` Jakub Kicinski
2025-03-25 16:24 ` Luiz Augusto von Dentz
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).