zephyr/subsys/bluetooth/host
Benjamin Walsh 8cf56bcac7 unified: dissociate system workqueue from common workqueue module
Making a reference to the common work queue code should not necessarily
drag in the system workqueue, since it is possible to use a workqueue
that is not the system workqueue. This is done by moving the system
workqueue into its own code module.

Moving the system workqueue to its own code module allows removing the
NANO_WORKQUEUE and SYSTEM_WORKQUEUE kconfig options, and compiling the
common workqueue code and system workqueue all the time. They are only
linked in the final image if a reference to them exist, same as the
other kernel modules.

Change-Id: I6f48d2542bda24f4702e7c2e317818dd082b3c11
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-11-04 22:39:54 +00:00
..
a2dp_internal.h Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
a2dp.c Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
at.c Bluetooth: Fix initialization of variable 2016-11-04 22:06:31 +02:00
at.h Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
att_internal.h Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
att.c Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
avdtp_internal.h Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
avdtp.c Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
conn_internal.h Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
conn.c Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
ecc.h Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
gatt_internal.h Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
gatt.c Bluetooth: GATT: Pass data buffer as NULL if length is 0 2016-11-04 22:06:31 +02:00
hci_core.c Bluetooth: Print full controller info upon init 2016-11-04 22:06:31 +02:00
hci_core.h Bluetooth: Print full controller info upon init 2016-11-04 22:06:31 +02:00
hci_ecc.c Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
hci_ecc.h Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
hci_raw.c Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
hfp_hf.c Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
hfp_internal.h Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
Kconfig unified: dissociate system workqueue from common workqueue module 2016-11-04 22:39:54 +00:00
keys_br.c Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
keys.c Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
keys.h Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
l2cap_br.c Bluetooth: L2CAP: Make use of bt_l2cap_chan_set_state on BR/EDR 2016-11-04 22:06:31 +02:00
l2cap_internal.h Bluetooth: L2CAP: Log state transitions 2016-11-04 22:06:31 +02:00
l2cap.c Bluetooth: L2CAP: Log state transitions 2016-11-04 22:06:31 +02:00
log.c Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
Makefile Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
monitor.c Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
monitor.h Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
rfcomm_internal.h Bluetooth: RFCOMM: Define macro for PF bit 2016-11-04 22:06:31 +02:00
rfcomm.c Bluetooth: RFCOMM: Define macro for PF bit 2016-11-04 22:06:31 +02:00
sdp_internal.h Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
sdp.c Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
smp_null.c Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
smp.c Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
smp.h Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00
uuid.c Bluetooth: Move Bluetooth host stack to subsys 2016-11-04 22:05:05 +02:00