commit | 9b5e2df929238881994c2f34851664d3576289f4 | [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 | 267cab6285e77c9c62a99af62d47b345ffd8515b [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>