*** 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 -- 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