From: Brian Gix <brian.gix@intel.com>
To: linux-bluetooth@vger.kernel.org
Cc: marcel@holtmann.org, luiz.dentz@gmail.com, brian.gix@intel.com
Subject: [PATCH 0/3] Clean-up stale/unused hci_request.c code
Date: Thu, 21 Jul 2022 15:57:02 -0700 [thread overview]
Message-ID: <20220721225705.602002-1-brian.gix@intel.com> (raw)
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.
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 | 417 -------------------------------
net/bluetooth/hci_request.h | 7 -
net/bluetooth/hci_sync.c | 10 +
net/bluetooth/mgmt.c | 40 ++-
7 files changed, 49 insertions(+), 432 deletions(-)
--
2.36.1
next reply other threads:[~2022-07-21 22:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-21 22:57 Brian Gix [this message]
2022-07-21 22:57 ` [PATCH 1/3] Bluetooth: Remove dead code from hci_request.c Brian Gix
2022-07-21 23:48 ` Clean-up stale/unused hci_request.c code bluez.test.bot
2022-07-21 22:57 ` [PATCH 2/3] Bluetooth: Remove update_scan hci_request dependancy Brian Gix
2022-07-21 22:57 ` [PATCH 3/3] Bluetooth: Convert delayed discov_off to hci_sync Brian Gix
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220721225705.602002-1-brian.gix@intel.com \
--to=brian.gix@intel.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
--cc=marcel@holtmann.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox