]> git.baikalelectronics.ru Git - kernel.git/commit
W1: w1_io.c reset comments and msleep
authorDavid Fries <david@fries.net>
Thu, 16 Oct 2008 05:05:01 +0000 (22:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:50 +0000 (11:21 -0700)
commit933e8a733adc8b7e2fb25a863a9ff5a922b1b9ec
tree9f6889372940cbccb57631ac487ad5c94aa5b430
parent71bc1979f8ba6ecdfd2474febec326c15e992270
W1: w1_io.c reset comments and msleep

w1_reset_bus, added some comments about the timing and switched to msleep
for the later delay.  I don't have the hardware to test the sleep after
reset change.  The one wire doesn't have a timing requirement between
commands so it is fine.  I do have the USB hardware and it would be in big
trouble with 10ms interrupt transfers to find that the reset completed.

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>
drivers/w1/w1_io.c