linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] Bluetooth: hci_qca: Add serdev support
@ 2018-03-20  3:23 Thierry Escande
  2018-03-20  3:23 ` [PATCH v5 1/3] arm64: dts: apq8096-db820c: enable bluetooth node Thierry Escande
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Thierry Escande @ 2018-03-20  3:23 UTC (permalink / raw)
  To: Rob Herring, Andy Gross, Marcel Holtmann, Johan Hedberg,
	David Brown, Mark Rutland
  Cc: Andy Shevchenko, Loic Poulain, Bjorn Andersson,
	Srinivas Kandagatla, linux-bluetooth, linux-arm-msm, devicetree,
	linux-kernel

Hi,

This patchset enables the Qualcomm BT controller QCA6174 node in the
device tree of the db820c board. This allows the bluetooth chipset to
be probed and registered against the hci layer by using the serdev
framework.

This patchset also contains the documentation for the compatible
string "qcom,qca6174-bt" related to this chipset.

v5:
- Rename 'bt-disable-n' gpio as 'enable'

v4:
- Fix dt binding documentation
- Address some other issues in patch #3

v3:
- Address comments for patch #3 (details in patch)

v2:
- Fix author email

Thierry Escande (3):
  arm64: dts: apq8096-db820c: enable bluetooth node
  dt-bindings: net: bluetooth: Add qualcomm-bluetooth
  Bluetooth: hci_qca: Add serdev support

 .../devicetree/bindings/net/qualcomm-bluetooth.txt |  34 +++++++
 arch/arm64/boot/dts/qcom/apq8096-db820c-pins.dtsi  |  14 +++
 .../boot/dts/qcom/apq8096-db820c-pmic-pins.dtsi    |  17 ++++
 arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi       |  33 +++++++
 arch/arm64/boot/dts/qcom/msm8996.dtsi              |  10 ++
 drivers/bluetooth/Kconfig                          |   1 +
 drivers/bluetooth/hci_qca.c                        | 109 ++++++++++++++++++++-
 7 files changed, 216 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt

-- 
2.14.1

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

end of thread, other threads:[~2018-03-27 18:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-20  3:23 [PATCH v5 0/3] Bluetooth: hci_qca: Add serdev support Thierry Escande
2018-03-20  3:23 ` [PATCH v5 1/3] arm64: dts: apq8096-db820c: enable bluetooth node Thierry Escande
2018-03-20  3:23 ` [PATCH v5 2/3] dt-bindings: net: bluetooth: Add qualcomm-bluetooth Thierry Escande
2018-03-20 15:58   ` Marcel Holtmann
2018-03-26 16:45     ` Thierry Escande
2018-03-26 22:51     ` Bjorn Andersson
2018-03-27 15:56       ` Thierry Escande
2018-03-27 18:47         ` Bjorn Andersson
2018-03-26 22:23   ` Rob Herring
2018-03-20  3:23 ` [PATCH v5 3/3] Bluetooth: hci_qca: Add serdev support Thierry Escande
2018-03-20 10:54   ` Andy Shevchenko
2018-03-20 15:49   ` Marcel Holtmann
2018-03-26 16:44     ` Thierry Escande

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).