linux/net/nfc/hci
Tejun Heo 474fee3db1 NFC: Use system_nrt_wq instead of custom ones
NFC is using a number of custom ordered workqueues w/ WQ_MEM_RECLAIM.
WQ_MEM_RECLAIM is unnecessary unless NFC is gonna be used as transport
for storage device, and all use cases match one work item to one
ordered workqueue - IOW, there's no actual ordering going on at all
and using system_nrt_wq gives the same behavior.

There's nothing to be gained by using custom workqueues.  Use
system_nrt_wq instead and drop all the custom ones.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2012-09-25 00:17:23 +02:00
..
Kconfig NFC: Select CRC_CCITT for SHDLC link layer of HCI based drivers 2012-05-15 17:27:28 -04:00
Makefile
command.c NFC: Allow HCI driver to pre-open pipes to some gates 2012-07-09 16:42:12 -04:00
core.c NFC: Use system_nrt_wq instead of custom ones 2012-09-25 00:17:23 +02:00
hci.h NFC: Allow HCI driver to pre-open pipes to some gates 2012-07-09 16:42:12 -04:00
hcp.c NFC: Use system_nrt_wq instead of custom ones 2012-09-25 00:17:23 +02:00
shdlc.c NFC: Use system_nrt_wq instead of custom ones 2012-09-25 00:17:23 +02:00