mbox series

[v2,0/3] Clean-up stale/unused hci_request.c code

Message ID 20220721232225.624426-1-brian.gix@intel.com
Headers show
Series Clean-up stale/unused hci_request.c code | expand

Message

Brian Gix July 21, 2022, 11:22 p.m. UTC
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(-)

Comments

patchwork-bot+bluetooth@kernel.org July 22, 2022, 8:10 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Thu, 21 Jul 2022 16:22:22 -0700 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [v2,1/3] Bluetooth: Remove dead code from hci_request.c
    https://git.kernel.org/bluetooth/bluetooth-next/c/ec2904c259c5
  - [v2,2/3] Bluetooth: Remove update_scan hci_request dependancy
    https://git.kernel.org/bluetooth/bluetooth-next/c/bb87672562f8
  - [v2,3/3] Bluetooth: Convert delayed discov_off to hci_sync
    https://git.kernel.org/bluetooth/bluetooth-next/c/0ef08313cefd

You are awesome, thank you!