ARM: l2c: fix register naming
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 16 Mar 2014 20:52:25 +0000 (20:52 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 29 May 2014 23:48:43 +0000 (00:48 +0100)
commit1a5a954ce0dd8ba1fc8b5305bcdb6e4cf7d6939b
tree3eb2562e07d3656418a3e0fcc87fb3d479663978
parenta8875a092af5d9f88f6c335dd07d8988e80e1343
ARM: l2c: fix register naming

We have a mixture of different devices with different register layouts,
but we group all the bits together in an opaque mess.  Split them out
into those which are L2C-310 specific and ones which refer to earlier
devices.  Provide full auxiliary control register definitions.

Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
14 files changed:
arch/arm/include/asm/hardware/cache-l2x0.h
arch/arm/mach-cns3xxx/core.c
arch/arm/mach-exynos/sleep.S
arch/arm/mach-imx/system.c
arch/arm/mach-omap2/omap-mpuss-lowpower.c
arch/arm/mach-omap2/omap4-common.c
arch/arm/mach-prima2/l2x0.c
arch/arm/mach-realview/realview_pbx.c
arch/arm/mach-spear/spear13xx.c
arch/arm/mach-sti/board-dt.c
arch/arm/mach-tegra/sleep.h
arch/arm/mach-ux500/cache-l2x0.c
arch/arm/mach-vexpress/ct-ca9x4.c
arch/arm/mm/cache-l2x0.c
This page took 0.026935 seconds and 5 git commands to generate.