commit | ce1a8edadab6edfbeb011a9af8d8f18aa809e4f6 | [log] [tgz] |
---|---|---|
author | Tatyana Brokhman <tlinder@codeaurora.org> | Thu Jan 17 20:56:07 2013 +0200 |
committer | Jay Chokshi <jchokshi@codeaurora.org> | Thu Feb 14 10:48:25 2013 -0800 |
tree | 615cf9d3f47abe6e61826322f9e1854ee71beae9 | |
parent | db7c153e78196d013775ab4ad5ee575d6399421b [diff] |
block: row: Idling mechanism re-factoring At the moment idling in ROW is implemented by delayed work that uses jiffies granularity which is not very accurate. This patch replaces current idling mechanism implementation with hrtime API, which gives nanosecond resolution (instead of jiffies). Change-Id: I86c7b1776d035e1d81571894b300228c8b8f2d92 Signed-off-by: Tatyana Brokhman <tlinder@codeaurora.org>