w1: process w1 netlink commands in w1_process thread
authorDavid Fries <David@Fries.net>
Thu, 16 Jan 2014 04:29:18 +0000 (22:29 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 23:40:17 +0000 (15:40 -0800)
Netlink is a socket interface and is expected to be asynchronous.
Clients can now make w1 requests without blocking by making use of the
w1_master thread to process netlink commands which was previously only
used for doing an automatic bus search.

Signed-off-by: David Fries <David@Fries.net>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/w1/w1.c
drivers/w1/w1.h
drivers/w1/w1_int.c
drivers/w1/w1_netlink.c

diff --cc drivers/w1/w1.c
Simple merge
diff --cc drivers/w1/w1.h
Simple merge
Simple merge
Simple merge