ARM: uniphier: add outer cache support
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 2 Oct 2015 04:42:19 +0000 (13:42 +0900)
committerOlof Johansson <olof@lixom.net>
Tue, 27 Oct 2015 00:20:50 +0000 (09:20 +0900)
commite7ecbc057bc5cffb8ad10b6bf7a80684fd426d23
treed3d5e1647981c5690d4a66270ab246a60ebe7e01
parent156746b1733057e50b3b3cb33c3669dac06676ab
ARM: uniphier: add outer cache support

This commit adds support for UniPhier outer cache controller.
All the UniPhier SoCs are equipped with the L2 cache, while the L3
cache is currently only integrated on PH1-Pro5 SoC.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Documentation/devicetree/bindings/arm/uniphier/cache-uniphier.txt [new file with mode: 0644]
MAINTAINERS
arch/arm/include/asm/hardware/cache-uniphier.h [new file with mode: 0644]
arch/arm/kernel/irq.c
arch/arm/mm/Kconfig
arch/arm/mm/Makefile
arch/arm/mm/cache-uniphier.c [new file with mode: 0644]