]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit9fcbbac5ded489c3a4e121343db999dd51cd6c75
tree1207602c8d7cc2da54784114a5d32d9ed6924b58
parent70b34d2ed807b722413894975a8c60617defb887
w1: process w1 netlink commands in w1_process thread

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