Masahiro Yamada 9a387128e3 linux/io.h: add generic ioremap()/iounmap() defines
For most of architectures in U-Boot, virtual address is straight
mapped to physical address.  So, it makes sense to have generic
defines of ioremap and friends in <linux/io.h>.

All of them are just empty and will disappear at compile time, but
they will be helpful to implement drivers which are counterparts of
Linux ones.

I notice MIPS already has its own implementation, so I added a
Kconfig symbol CONFIG_HAVE_ARCH_IOREMAP which MIPS (and maybe
Sandbox as well) can select.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2016-07-14 18:22:26 -04:00
..
2016-06-03 20:27:48 -05:00
2016-01-19 08:31:21 -05:00
2015-11-05 10:52:34 -05:00
2016-06-12 23:49:38 +02:00
2016-04-11 20:48:26 -04:00
2011-10-17 22:25:34 +02:00
2016-01-19 08:31:21 -05:00
2014-08-25 17:02:33 -04:00
2016-05-02 18:37:09 -04:00
2016-01-19 08:31:21 -05:00
2016-02-06 12:00:59 +01:00
2016-01-19 22:25:37 +00:00
2016-06-06 13:39:18 -04:00
2012-10-15 11:53:47 -07:00