Re: [PATCH 04/10] Bluetooth: hci_uart: add serdev driver support library

2017-03-17 Thread Pavel Machek
Hi! > From: Rob Herring > > This adds library functions for serdev based BT drivers. This is largely > copied from hci_ldisc.c and modified to use serdev calls. There's a little > bit of duplication, but I avoided intermixing this as the ldisc code should > eventually go away. > > Signed-off-by

[PATCH 04/10] Bluetooth: hci_uart: add serdev driver support library

2017-03-04 Thread Sebastian Reichel
From: Rob Herring This adds library functions for serdev based BT drivers. This is largely copied from hci_ldisc.c and modified to use serdev calls. There's a little bit of duplication, but I avoided intermixing this as the ldisc code should eventually go away. Signed-off-by: Rob Herring Cc: Ma