[PATCH 00/14] w1: async netlink, search, fixes, and improvements

2014-01-15 Thread David Fries
This patch series aims to extend and improve the netlink interface to the one wire system. Netlink is exposed as a socket interface which is normally assumed to be asynchronous which only blocks waiting on incoming packets or a fulls end buffer, but were executed on the calling thread. A bus devi

Re: [PATCH 00/14] w1: async netlink, search, fixes, and improvements

2013-12-29 Thread Evgeniy Polyakov
Hi 29.12.2013, 10:46, "David Fries" : > This patch series aims to extend and improve the netlink interface to > the one wire system.  Netlink is exposed as a socket interface which I've reviewed all your patches and everything looks good. Thank you David Acked-by: Evgeniy Polyakov -- To unsubsc

[PATCH 00/14] w1: async netlink, search, fixes, and improvements

2013-12-28 Thread David Fries
This patch series aims to extend and improve the netlink interface to the one wire system. Netlink is exposed as a socket interface which is normally assumed to be asynchronous which only blocks waiting on incoming packets or a fulls end buffer, but were executed on the calling thread. A bus devi