The next version of the driver changed as per Marcel's comments. Ilya Faenson (4): Broadcom Bluetooth UART Device Tree bindings Broadcom Bluetooth UART Platform Driver Broadcom Bluetooth protocol UART support BlueZ Broadcom UART Protocol .../devicetree/bindings/net/bluetooth/btbcm.txt | 54 ++ drivers/bluetooth/Kconfig | 9 + drivers/bluetooth/Makefile | 1 + drivers/bluetooth/btbcm.c | 155 ++++- drivers/bluetooth/btbcm.h | 13 + drivers/bluetooth/btbcm_uart.c | 705 +++++++++++++++++++++ drivers/bluetooth/btbcm_uart.h | 116 ++++ drivers/bluetooth/hci_bcm.c | 528 ++++++++++++++- 8 files changed, 1561 insertions(+), 20 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