Paul Burton ae07d609e9 powerpc: Use asm-generic/io.h
Convert the powerpc architecture to make use of the new asm-generic/io.h
to provide address mapping functions. As powerpc can actually perform
non-identity mapping between physical & virtual addresses we can't
simply make use of the generic phys_to_virt() & virt_to_phys()
functions. However since map_physmem() already effectively implemented
the same thing as virt_to_phys() we can simply implement virt_to_phys()
instead of map_physmem() & use the generic map_physmem(). We also drop
the no-op unmap_physmem().

This has only been build-tested, feedback from architecture maintainers
is welcome.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Wolfgang Denk <wd@denx.de>
2017-10-02 21:52:23 -04:00
..
2017-07-22 22:22:51 -04:00
2017-08-07 15:22:28 -05:00
2016-05-17 08:28:55 +02:00
2017-07-03 17:35:28 -04:00
2017-10-02 21:52:23 -04:00
2015-02-12 10:35:32 -07:00
2017-07-03 17:35:28 -04:00
2017-08-26 14:56:08 -04:00
2017-07-23 09:24:47 -04:00
2012-12-11 13:17:34 -07:00
2016-01-27 15:32:05 +01:00