linux_dsm_epyc7002/drivers/soc/fsl
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
..
dpio soc: fsl: dpio: Convert DPIO documentation to .rst 2018-07-24 16:18:56 -05:00
qbman soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0) 2018-10-14 18:04:09 +11:00
qe soc: fsl: cleanup Kconfig menu 2018-07-24 16:19:16 -05:00
guts.c soc: fsl: guts: Add a NULL check for devm_kasprintf() 2018-01-22 16:59:48 -06:00
Kconfig soc: fsl: cleanup Kconfig menu 2018-07-24 16:19:16 -05:00
Makefile staging: fsl-mc: Move DPIO from staging to drivers/soc/fsl 2018-07-24 16:18:55 -05:00