Add support for Amlogic HCI UART, including dt-binding, Amlogic Bluetooth driver and enable HCIUART_AML in defconfig. Signed-off-by: Yang Li <yang.li@xxxxxxxxxxx> --- Yang Li (4): dt-bindings: net: bluetooth: Add support for Amlogic Bluetooth Bluetooth: hci_uart: Add support for Amlogic HCI UART arm64: defconfig: Enable hci_uart for Amlogic Bluetooth MAINTAINERS: Add an entry for Amlogic HCI UART .../bindings/net/bluetooth/amlogic,w155s2-bt.yaml | 62 ++ MAINTAINERS | 8 + arch/arm64/configs/defconfig | 1 + drivers/bluetooth/Kconfig | 13 + drivers/bluetooth/Makefile | 1 + drivers/bluetooth/hci_aml.c | 749 +++++++++++++++++++++ drivers/bluetooth/hci_ldisc.c | 8 +- drivers/bluetooth/hci_uart.h | 8 +- 8 files changed, 847 insertions(+), 3 deletions(-) --- base-commit: e3203b17771757fdcd259d6378673f1590e36694 change-id: 20240418-btaml-f9d7b19724ab Best regards, -- Yang Li <yang.li@xxxxxxxxxxx>