All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add Bluetooth support to Teres A64 I
@ 2019-10-26 20:41 ` Hugo Grostabussiat
  0 siblings, 0 replies; 12+ messages in thread
From: Hugo Grostabussiat @ 2019-10-26 20:41 UTC (permalink / raw)
  To: Marcel Holtmann, Johan Hedberg, Rob Herring, Mark Rutland,
	Maxime Ripard, Chen-Yu Tsai
  Cc: Hugo Grostabussiat, linux-arm-kernel, devicetree, linux-bluetooth

The Teres A64 I laptop comes equipped with a serial-attached Realtek
rtl8723bs Bluetooth controller. This series creates the DT binding for
the the Realtek vendor extension of the HCI H5 driver, for which ACPI
bindings already exist, and enable support for the Teres A64 I board.

The first patch adds the DT binding documentation.
The second one implements such binding in the HCI H5 driver.
The last patch adds the appropriate device node to the Teres A64 I dts
file to enable Bluetooth.

Hugo Grostabussiat (3):
  dt-bindings: net: bluetooth: add DT binding for rtl8723bs
  Bluetooth: hci_h5: Add DT support for rtl8723bs
  arm64: dts: allwinner: a64: Enable Bluetooth on Teres-I

 .../bindings/net/realtek,rtl8723bs-bt.txt     | 25 ++++++++++++
 .../boot/dts/allwinner/sun50i-a64-teres-i.dts | 13 ++++++
 drivers/bluetooth/hci_h5.c                    | 40 ++++++++++++++++---
 3 files changed, 73 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/realtek,rtl8723bs-bt.txt

-- 
2.23.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-10-28 19:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-26 20:41 [PATCH 0/3] Add Bluetooth support to Teres A64 I Hugo Grostabussiat
2019-10-26 20:41 ` Hugo Grostabussiat
2019-10-26 20:41 ` [PATCH 1/3] dt-bindings: net: bluetooth: add DT binding for rtl8723bs Hugo Grostabussiat
2019-10-26 20:41   ` Hugo Grostabussiat
2019-10-28 19:12   ` Marcel Holtmann
2019-10-28 19:12     ` Marcel Holtmann
2019-10-26 20:41 ` [PATCH 2/3] Bluetooth: hci_h5: Add DT support " Hugo Grostabussiat
2019-10-26 20:41   ` Hugo Grostabussiat
2019-10-28 19:09   ` Marcel Holtmann
2019-10-28 19:09     ` Marcel Holtmann
2019-10-26 20:41 ` [PATCH 3/3] arm64: dts: allwinner: a64: Enable Bluetooth on Teres-I Hugo Grostabussiat
2019-10-26 20:41   ` Hugo Grostabussiat

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.