*** 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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html