linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5]  Refactor firmware download
@ 2020-07-02 12:03 Kiran K
  2020-07-02 12:03 ` [PATCH 1/5] Bluetooth: btintel: Make controller version read generic Kiran K
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Kiran K @ 2020-07-02 12:03 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: ravishankar.srivatsa, chethan.tumkur.narayan, kiraank, Kiran K

Hi,

This patchset series refactors firmware download sequence to accomodate
new generation Intel controllers. Few functions have been split to enhance
readability and reusability.

Kiran K (5):
  Bluetooth: btintel: Make controller version read generic
  Bluetooth: btintel: Refactor firmware header download sequence
  Bluetooth: btintel: Refactor firmware payload download code
  Bluetooth: btintel: Define tlv structure for new generation
    Controllers
  Bluetooth: btintel: Parse controller information present in TLV format

 drivers/bluetooth/btintel.c   | 223 ++++++++++++++++++++++++++++++----
 drivers/bluetooth/btintel.h   | 110 +++++++++++++++--
 drivers/bluetooth/btusb.c     |  73 +++++++----
 drivers/bluetooth/hci_ag6xx.c |  12 +-
 drivers/bluetooth/hci_intel.c |  14 ++-
 5 files changed, 369 insertions(+), 63 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-07-02 17:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-02 12:03 [PATCH 0/5] Refactor firmware download Kiran K
2020-07-02 12:03 ` [PATCH 1/5] Bluetooth: btintel: Make controller version read generic Kiran K
2020-07-02 12:03 ` [PATCH 2/5] Bluetooth: btintel: Refactor firmware header download sequence Kiran K
2020-07-02 13:25   ` Marcel Holtmann
2020-07-02 17:12     ` K, Kiran
2020-07-02 12:03 ` [PATCH 3/5] Bluetooth: btintel: Refactor firmware payload download code Kiran K
2020-07-02 13:27   ` Marcel Holtmann
2020-07-02 17:20     ` K, Kiran
2020-07-02 12:03 ` [PATCH 4/5] Bluetooth: btintel: Define tlv structure for new generation Controllers Kiran K
2020-07-02 12:03 ` [PATCH 5/5] Bluetooth: btintel: Parse controller information present in TLV format Kiran K
2020-07-02 13:34   ` Marcel Holtmann
2020-07-02 17:24     ` K, Kiran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).