Christophe Leroy 402a5698b4 soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0)
ioremap_prot() with flag set to 0 relies on a hack in
__ioremap_caller() which adds PAGE_KERNEL flags when the
handed flags don't look like a valid set of flags
(ie don't include _PAGE_PRESENT)

The intention being to map cached memory, use ioremap_cache() instead.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2018-10-14 18:04:09 +11:00
..
2018-01-04 17:01:53 +01:00
2018-08-23 13:52:46 -07:00
2018-08-18 16:42:04 -07:00
2018-06-11 18:15:22 -07:00
2018-08-23 14:02:22 -07:00
2018-01-16 15:50:21 +01:00