summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/cache-uniphier.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: 8462/1: cache-uniphier: use common API to find the next level cacheMasahiro Yamada2015-12-031-12/+1
| | | | | | | | | The function uniphier_cache_get_next_level_node() does the same thing as of_find_next_cache_node(). Drop the former and stick to the common API. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: uniphier: add outer cache supportMasahiro Yamada2015-10-271-0/+555
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>
OpenPOWER on IntegriCloud