All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/2] *** Broadcom Bluetooth UART support ***
@ 2015-05-06 19:08 Ilya Faenson
  2015-05-06 19:08 ` [RFC 1/2] Add Broadcom Bluetooth UART device support Ilya Faenson
  2015-05-06 19:08 ` [RFC 2/2] Device Tree config for Broadcom Bluetooth UART Ilya Faenson
  0 siblings, 2 replies; 4+ messages in thread
From: Ilya Faenson @ 2015-05-06 19:08 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: linux-bluetooth, Ilya Faenson

*** First take on the Broadcom Bluetooth UART support ***

Ilya Faenson (2):
  Add Broadcom Bluetooth UART device support
  Device Tree config for Broadcom Bluetooth UART

 .../devicetree/bindings/net/bluetooth/btbcm.txt    |  54 ++
 drivers/bluetooth/Kconfig                          |  32 +-
 drivers/bluetooth/Makefile                         |   1 +
 drivers/bluetooth/btbcm.c                          | 170 +++-
 drivers/bluetooth/btbcm.h                          |  15 +-
 drivers/bluetooth/btbcm_uart.c                     | 684 ++++++++++++++++
 drivers/bluetooth/btbcm_uart.h                     |  94 +++
 drivers/bluetooth/hci_bcm.c                        | 865 +++++++++++++++++++--
 8 files changed, 1837 insertions(+), 78 deletions(-)
 create mode 100755 Documentation/devicetree/bindings/net/bluetooth/btbcm.txt
 create mode 100755 drivers/bluetooth/btbcm_uart.c
 create mode 100755 drivers/bluetooth/btbcm_uart.h

-- 
1.9.1

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

end of thread, other threads:[~2015-05-07  8:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-06 19:08 [RFC 0/2] *** Broadcom Bluetooth UART support *** Ilya Faenson
2015-05-06 19:08 ` [RFC 1/2] Add Broadcom Bluetooth UART device support Ilya Faenson
2015-05-07  8:48   ` Chan-yeol Park
2015-05-06 19:08 ` [RFC 2/2] Device Tree config for Broadcom Bluetooth UART Ilya Faenson

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.