]> git.baikalelectronics.ru Git - uboot.git/commit
linux/io.h: import generic ioread* / iowrite* accessors from Linux
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 25 Aug 2017 16:02:39 +0000 (01:02 +0900)
committerTom Rini <trini@konsulko.com>
Tue, 12 Sep 2017 22:02:23 +0000 (18:02 -0400)
commit4a4cc8b67e5a8bc6d3e20247870ae43e8f6adc51
treededeecaa9e167dc6523c0c8d7fe9f454f2f49829
parentcb40eed2abaf5ad1210764e33a4e0709094877f8
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>
include/linux/io.h