android_kernel_xiaomi_sm8350/drivers/w1
David Fries 01e14d6db9 W1: don't delay search start
Move the creation of the w1_process thread to after the device has been
initialized.  This way w1_process doesn't have to check to see if it has
been initialized and the bus search can proceed without sleeping.  That
also eliminates two checks in the w1_process loop.  The sleep now happens
at the end of the loop not the beginning.

Also added a comment for why the atomic_set was 2.

Signed-off-by: David Fries <david@fries.net>
Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-10-16 11:21:49 -07:00
..
masters W1: fix deadlocks and remove w1_control_thread 2008-10-16 11:21:49 -07:00
slaves
Kconfig
Makefile
w1_family.c W1: fix deadlocks and remove w1_control_thread 2008-10-16 11:21:49 -07:00
w1_family.h W1: fix deadlocks and remove w1_control_thread 2008-10-16 11:21:49 -07:00
w1_int.c W1: don't delay search start 2008-10-16 11:21:49 -07:00
w1_int.h
w1_io.c W1: fix deadlocks and remove w1_control_thread 2008-10-16 11:21:49 -07:00
w1_log.h
w1_netlink.c
w1_netlink.h
w1.c W1: don't delay search start 2008-10-16 11:21:49 -07:00
w1.h W1: fix deadlocks and remove w1_control_thread 2008-10-16 11:21:49 -07:00