commit | 6569c0d3252d482a01325f7b87b6ebe4e1ab07fd | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Dec 28 00:36:03 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 14 16:46:30 2017 -0500 |
tree | 9ec84ddaf834249585d8f39cedf33ab44619f645 | |
parent | 21cdd133ca8b328fe790c85b1dc104fdc4992a71 [diff] |
iopoll: import include/linux/iopoll.h from Linux 4.9 This was imported from Linux 4.9 and adjusted for U-Boot. - Replace the license block with SPDX - Drop all *_atomic variants, which make no sense for U-Boot - Remove the sleep_us argument, which makes no sense for U-Boot Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>