]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5712fe42a4f5073ac123b89dbba48d3fd67757b6
tree3eb2562e07d3656418a3e0fcc87fb3d479663978
parente92b1e1e50e363f09b745f5de0c967be641ef74e
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