public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Clean-up stale/unused hci_request.c code
@ 2022-07-21 23:22 Brian Gix
  2022-07-21 23:22 ` [PATCH v2 1/3] Bluetooth: Remove dead code from hci_request.c Brian Gix
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Brian Gix @ 2022-07-21 23:22 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: marcel, luiz.dentz, brian.gix

This will be a growing patch-set of conversions and dead-code removal
towards the goal of retiring hci_request.c

The patch sets will be split amoung the work queues and delayed work
queues as initialized in hci_request_setup(), with the ultimate goal of
eliminating hci_request.c entirely.

v2: Rebase off of correct branch

Brian Gix (3):
  Bluetooth: Remove dead code from hci_request.c
  Bluetooth: Remove update_scan hci_request dependancy
  Bluetooth: Convert delayed discov_off to hci_sync

 include/net/bluetooth/hci_core.h |   2 -
 include/net/bluetooth/hci_sync.h |   1 +
 net/bluetooth/hci_event.c        |   4 +-
 net/bluetooth/hci_request.c      | 393 -------------------------------
 net/bluetooth/hci_request.h      |   7 -
 net/bluetooth/hci_sync.c         |  10 +
 net/bluetooth/mgmt.c             |  41 +++-
 7 files changed, 50 insertions(+), 408 deletions(-)

-- 
2.36.1


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

end of thread, other threads:[~2022-07-22 20:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-21 23:22 [PATCH v2 0/3] Clean-up stale/unused hci_request.c code Brian Gix
2022-07-21 23:22 ` [PATCH v2 1/3] Bluetooth: Remove dead code from hci_request.c Brian Gix
2022-07-22  0:09   ` Clean-up stale/unused hci_request.c code bluez.test.bot
2022-07-21 23:22 ` [PATCH v2 2/3] Bluetooth: Remove update_scan hci_request dependancy Brian Gix
2022-07-21 23:22 ` [PATCH v2 3/3] Bluetooth: Convert delayed discov_off to hci_sync Brian Gix
2022-07-22 20:10 ` [PATCH v2 0/3] Clean-up stale/unused hci_request.c code patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox