commit | e632f5e430c6006d4973e1f50bb2eaee84535aac | [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 | ef205ea9f7a26d7d6693e4057bb19e45e3b9cbe8 [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>