commit | 9fcbbac5ded489c3a4e121343db999dd51cd6c75 | [log] [tgz] |
---|---|---|
author | David Fries <David@Fries.net> | Wed Jan 15 22:29:18 2014 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 07 15:40:17 2014 -0800 |
tree | 1207602c8d7cc2da54784114a5d32d9ed6924b58 | |
parent | 70b34d2ed807b722413894975a8c60617defb887 [diff] |
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>