v2 - Release upon the acceptance of Fred's updates, updated as per the latest comments from Marcel. v1 - Original release against the Fred Danis' updates. Ilya Faenson (5): Broadcom Bluetooth UART Device Tree bindings H4 line discipline enhancements Broadcom Bluetooth UART Platform Driver Support the BCM4354 Bluetooth UART device BlueZ Broadcom UART Protocol .../devicetree/bindings/net/bluetooth/btbcm.txt | 82 +++ drivers/bluetooth/Kconfig | 9 + drivers/bluetooth/Makefile | 1 + drivers/bluetooth/btbcm.c | 2 + drivers/bluetooth/btbcm_uart.c | 673 +++++++++++++++++++++ drivers/bluetooth/btbcm_uart.h | 89 +++ drivers/bluetooth/hci_bcm.c | 400 +++++++++++- drivers/bluetooth/hci_ldisc.c | 66 +- drivers/bluetooth/hci_uart.h | 1 + 9 files changed, 1305 insertions(+), 18 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