mbox series

[0/1] Refactor btusb_setup_intel_new

Message ID 20200624183432.1356-1-kiran.k@intel.com (mailing list archive)
Headers show
Series Refactor btusb_setup_intel_new | expand

Message

K, Kiran June 24, 2020, 6:34 p.m. UTC
Firmware download code is moved out of btusb_setup_intel_new into 
a new function to enhance readability and have scalability to plugin
new firmware download sequence 

Kiran K (1):
  Bluetooth: btusb: Refactor of firmware download flow for Intel
    conrollers

 drivers/bluetooth/btusb.c | 146 +++++++++++++++++++++-----------------
 1 file changed, 80 insertions(+), 66 deletions(-)

Comments

Marcel Holtmann June 25, 2020, 8:44 a.m. UTC | #1
Hi Kiran,

> Firmware download code is moved out of btusb_setup_intel_new into 
> a new function to enhance readability and have scalability to plugin
> new firmware download sequence 
> 
> Kiran K (1):
>  Bluetooth: btusb: Refactor of firmware download flow for Intel
>    conrollers
> 
> drivers/bluetooth/btusb.c | 146 +++++++++++++++++++++-----------------
> 1 file changed, 80 insertions(+), 66 deletions(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel