Re: [PATCH v2] Bluetooth: hci_ll: add a small delay for wl1271 enable bt_en

2020-11-11 Thread Marcel Holtmann
Hi Xiaolei, > When using the wl1271 Bluetooth function of am335x, it is found that the > Bluetooth module cannot respond in time after Bluetooth is enabled, and > a small delay is needed to work normally, so whether to add a small > mdelay. > > Signed-off-by: Xiaolei Wang > --- > drivers/bluetoo

[PATCH v2] Bluetooth: hci_ll: add a small delay for wl1271 enable bt_en

2020-11-10 Thread Xiaolei Wang
When using the wl1271 Bluetooth function of am335x, it is found that the Bluetooth module cannot respond in time after Bluetooth is enabled, and a small delay is needed to work normally, so whether to add a small mdelay. Signed-off-by: Xiaolei Wang --- drivers/bluetooth/hci_ll.c | 1 + 1 file ch