Home
last modified time | relevance | path

Searched hist:"86 c391bd5f47101acf1f3e0abd9fe0616ae2a4fb" (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dio.hdiff 86c391bd5f47101acf1f3e0abd9fe0616ae2a4fb Tue Oct 09 15:51:33 CEST 2018 Christophe Leroy <christophe.leroy@c-s.fr> powerpc/32: Add ioremap_wt() and ioremap_coherent()

Other arches have ioremap_wt() to map IO areas write-through.
Implement it on PPC as well in order to avoid drivers using
__ioremap(_PAGE_WRITETHRU)

Also implement ioremap_coherent() to avoid drivers using
__ioremap(_PAGE_COHERENT)

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
/linux/arch/powerpc/mm/
H A Dpgtable_32.cdiff 86c391bd5f47101acf1f3e0abd9fe0616ae2a4fb Tue Oct 09 15:51:33 CEST 2018 Christophe Leroy <christophe.leroy@c-s.fr> powerpc/32: Add ioremap_wt() and ioremap_coherent()

Other arches have ioremap_wt() to map IO areas write-through.
Implement it on PPC as well in order to avoid drivers using
__ioremap(_PAGE_WRITETHRU)

Also implement ioremap_coherent() to avoid drivers using
__ioremap(_PAGE_COHERENT)

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>