diff options
author | Che-Liang Chiou <clchiou@chromium.org> | 2013-03-28 04:32:17 +0000 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2013-04-01 14:02:08 +0900 |
commit | f24869d3a8f6646c2d207057719e6fa0a8f31eb0 (patch) | |
tree | d14942201488f330c95e3bc141dc12bcefe43c33 /drivers/hwmon/ds1621.c | |
parent | 3d00c0cb96ff93a929700b80d89cb905e5ab5315 (diff) | |
download | u-boot-imx-f24869d3a8f6646c2d207057719e6fa0a8f31eb0.zip u-boot-imx-f24869d3a8f6646c2d207057719e6fa0a8f31eb0.tar.gz u-boot-imx-f24869d3a8f6646c2d207057719e6fa0a8f31eb0.tar.bz2 |
Exynos: Add timer_get_us function
timer_get_us returns the time in microseconds since a certain reference
point of history. However, it does not guarantee to return an accurate
time after a long period; instead, it wraps around (that is, the
reference point is reset to some other point of history) after some
periods. The frequency of wrapping around is about an hour (or 2^32
microseconds).
Test with command "sf probe 1:0; time sf read 40008000 0 1000".
Try with different numbers of bytes and see that sane values are obtained
Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Signed-off-by: Akshay Saraswat <akshay.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'drivers/hwmon/ds1621.c')
0 files changed, 0 insertions, 0 deletions