commit | eb3b435ecdb84d05698db862ce316b3c682f9a95 | [log] [tgz] |
---|---|---|
author | Alexander Aring <alex.aring@gmail.com> | Mon Mar 09 13:56:10 2015 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sat Mar 14 17:11:31 2015 +0100 |
tree | 57c022f48048b75551cb3e395276383ca0c611e7 | |
parent | e3721749000e11ba3f315efc5c98bf4cd5662f99 [diff] |
at86rf230: replace state change sleeps with hrtimer This patch replace the state change timing relevant sleeps with hrtimers. Currently the sleeps are done in the complete handler of spi_async. The relation of doing the state change timing sleep with a timer will get the sleep functionality out of spi_async complete handler context. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>