mbox series

[v5,0/7] Broadcom/Apple Bluetooth driver for Apple Silicon

Message ID 20221104211303.70222-1-sven@svenpeter.dev (mailing list archive)
Headers show
Series Broadcom/Apple Bluetooth driver for Apple Silicon | expand

Message

Sven Peter Nov. 4, 2022, 9:12 p.m. UTC
Hi,

v1: https://lore.kernel.org/asahi/20220801103633.27772-1-sven@svenpeter.dev/
v2: https://lore.kernel.org/asahi/20220907170935.11757-1-sven@svenpeter.dev/
v3: https://lore.kernel.org/asahi/20220919164834.62739-1-sven@svenpeter.dev/
v4: https://lore.kernel.org/asahi/20221027150822.26120-1-sven@svenpeter.dev/

Here's v5 of the Apple/Broadcom Bluetooth series. Even less changes this
time: I only added a macro for the MWS transport config quirk.


Best,


Sven

Sven Peter (7):
  dt-bindings: net: Add generic Bluetooth controller
  dt-bindings: net: Add Broadcom BCM4377 family PCIe Bluetooth
  arm64: dts: apple: t8103: Add Bluetooth controller
  Bluetooth: hci_event: Ignore reserved bits in LE Extended Adv Report
  Bluetooth: Add quirk to disable extended scanning
  Bluetooth: Add quirk to disable MWS Transport Configuration
  Bluetooth: hci_bcm4377: Add new driver for BCM4377 PCIe boards

 .../devicetree/bindings/net/bluetooth.txt     |    5 -
 .../net/bluetooth/bluetooth-controller.yaml   |   29 +
 .../net/bluetooth/brcm,bcm4377-bluetooth.yaml |   81 +
 .../{ => bluetooth}/qualcomm-bluetooth.yaml   |    6 +-
 .../bindings/soc/qcom/qcom,wcnss.yaml         |    8 +-
 MAINTAINERS                                   |    2 +
 arch/arm64/boot/dts/apple/t8103-j274.dts      |    4 +
 arch/arm64/boot/dts/apple/t8103-j293.dts      |    4 +
 arch/arm64/boot/dts/apple/t8103-j313.dts      |    4 +
 arch/arm64/boot/dts/apple/t8103-j456.dts      |    4 +
 arch/arm64/boot/dts/apple/t8103-j457.dts      |    4 +
 arch/arm64/boot/dts/apple/t8103-jxxx.dtsi     |    8 +
 drivers/bluetooth/Kconfig                     |   12 +
 drivers/bluetooth/Makefile                    |    1 +
 drivers/bluetooth/hci_bcm4377.c               | 2514 +++++++++++++++++
 include/net/bluetooth/hci.h                   |   21 +
 include/net/bluetooth/hci_core.h              |    7 +-
 net/bluetooth/hci_event.c                     |    2 +-
 net/bluetooth/hci_sync.c                      |    2 +-
 19 files changed, 2702 insertions(+), 16 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/net/bluetooth.txt
 create mode 100644 Documentation/devicetree/bindings/net/bluetooth/bluetooth-controller.yaml
 create mode 100644 Documentation/devicetree/bindings/net/bluetooth/brcm,bcm4377-bluetooth.yaml
 rename Documentation/devicetree/bindings/net/{ => bluetooth}/qualcomm-bluetooth.yaml (96%)
 create mode 100644 drivers/bluetooth/hci_bcm4377.c

Comments

patchwork-bot+bluetooth@kernel.org Nov. 8, 2022, 1 a.m. UTC | #1
Hello:

This series was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Fri,  4 Nov 2022 22:12:56 +0100 you wrote:
> Hi,
> 
> v1: https://lore.kernel.org/asahi/20220801103633.27772-1-sven@svenpeter.dev/
> v2: https://lore.kernel.org/asahi/20220907170935.11757-1-sven@svenpeter.dev/
> v3: https://lore.kernel.org/asahi/20220919164834.62739-1-sven@svenpeter.dev/
> v4: https://lore.kernel.org/asahi/20221027150822.26120-1-sven@svenpeter.dev/
> 
> [...]

Here is the summary with links:
  - [v5,1/7] dt-bindings: net: Add generic Bluetooth controller
    https://git.kernel.org/bluetooth/bluetooth-next/c/dea8565cb4a6
  - [v5,2/7] dt-bindings: net: Add Broadcom BCM4377 family PCIe Bluetooth
    https://git.kernel.org/bluetooth/bluetooth-next/c/f29c81596cd9
  - [v5,3/7] arm64: dts: apple: t8103: Add Bluetooth controller
    https://git.kernel.org/bluetooth/bluetooth-next/c/58092596a45f
  - [v5,4/7] Bluetooth: hci_event: Ignore reserved bits in LE Extended Adv Report
    https://git.kernel.org/bluetooth/bluetooth-next/c/7e551e41a298
  - [v5,5/7] Bluetooth: Add quirk to disable extended scanning
    https://git.kernel.org/bluetooth/bluetooth-next/c/612a79830bed
  - [v5,6/7] Bluetooth: Add quirk to disable MWS Transport Configuration
    https://git.kernel.org/bluetooth/bluetooth-next/c/d73a5e165e2e
  - [v5,7/7] Bluetooth: hci_bcm4377: Add new driver for BCM4377 PCIe boards
    https://git.kernel.org/bluetooth/bluetooth-next/c/ab80b2cec05f

You are awesome, thank you!