commit | 6c06f8dc4ab02890ef93b50dac129c2b43cc9ea3 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Aug 26 01:02:39 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 12 18:02:23 2017 -0400 |
tree | dedeecaa9e167dc6523c0c8d7fe9f454f2f49829 | |
parent | b27af39935855c88ef2203dcfc1ff54e013237c4 [diff] |
linux/io.h: import generic ioread* / iowrite* accessors from Linux Some drivers in Linux (ex. drivers/mtd/nand/denali.c) use ioread*/iowrite* accessors. Import them to make drivers more synced. I copied code from include/asm-generic/io.h of Linux. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>