w1: mxc_w1: Optimize mxc_w1_ds2_touch_bit()
authorAlexander Shiyan <shc_work@mail.ru>
Thu, 8 May 2014 07:56:40 +0000 (11:56 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 00:43:34 +0000 (17:43 -0700)
According to the i.MX reference manual, the read/write bit operations
takes from 60 us to 120 us.
This patch optimizes mxc_w1_ds2_touch_bit() function to use proper
value for such delay. Nevertheless, a small margin for the timeout has
been added for the case if clock frequency is inaccurate.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found