linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/2] *** Broadcom Bluetooth UART Driver ***
@ 2015-05-07 20:25 Ilya Faenson
  2015-05-07 20:25 ` [RFC 1/2] Bluetooth UART Device Tree bindings Ilya Faenson
  2015-05-07 20:25 ` [RFC 2/2] Broadcom Bluetooth UART device driver Ilya Faenson
  0 siblings, 2 replies; 6+ messages in thread
From: Ilya Faenson @ 2015-05-07 20:25 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth, Ilya Faenson

*** Broadcom Bluetooth UART Driver changed as per checkpatch.pl ***

Ilya Faenson (2):
  Bluetooth UART Device Tree bindings
  Broadcom Bluetooth UART device driver

 .../devicetree/bindings/net/bluetooth/btbcm.txt    |  54 ++
 drivers/bluetooth/Kconfig                          |  35 +-
 drivers/bluetooth/Makefile                         |   1 +
 drivers/bluetooth/btbcm.c                          | 173 ++++-
 drivers/bluetooth/btbcm.h                          |  19 +-
 drivers/bluetooth/btbcm_uart.c                     | 679 +++++++++++++++++
 drivers/bluetooth/btbcm_uart.h                     |  90 +++
 drivers/bluetooth/hci_bcm.c                        | 838 +++++++++++++++++++--
 8 files changed, 1799 insertions(+), 90 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/bluetooth/btbcm.txt
 create mode 100644 drivers/bluetooth/btbcm_uart.c
 create mode 100644 drivers/bluetooth/btbcm_uart.h

-- 
1.9.1


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

end of thread, other threads:[~2015-05-13 21:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-07 20:25 [RFC 0/2] *** Broadcom Bluetooth UART Driver *** Ilya Faenson
2015-05-07 20:25 ` [RFC 1/2] Bluetooth UART Device Tree bindings Ilya Faenson
2015-05-11 19:14   ` Marcel Holtmann
2015-05-07 20:25 ` [RFC 2/2] Broadcom Bluetooth UART device driver Ilya Faenson
2015-05-11 19:03   ` Marcel Holtmann
2015-05-13 21:50     ` Ilya Faenson

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