Hi Sebastian, > All users of this driver have been converted to the serdev based > hci_ll driver. The unused driver can be safely dropped now. > > Signed-off-by: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx> > --- > drivers/bluetooth/Kconfig | 11 -- > drivers/bluetooth/Makefile | 1 - > drivers/bluetooth/btwilink.c | 337 ----------------------------------- > 3 files changed, 349 deletions(-) > delete mode 100644 drivers/bluetooth/btwilink.c patch has been applied to bluetooth-next tree. However what I really like to see is that you re-introduce a btwilink driver that is purely serdev based and doesn’t rely on any hci_uart/hci_ldisc code. A clean serdev only driver is that best and easier to maintain long term. Regards Marcel