]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: 7009/1: l2x0: Add OF based initialization
authorRob Herring <rob.herring@calxeda.com>
Wed, 3 Aug 2011 17:12:05 +0000 (18:12 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 12 Sep 2011 07:55:43 +0000 (08:55 +0100)
commit41c86ff5be44e26978282f86c20598181b999142
tree34f84e3d37e588bc754bd34187c96441a2e00b49
parent04b3d53c305a3ceb1cc37c87a305f21f77c2333f
ARM: 7009/1: l2x0: Add OF based initialization

This adds probing for ARM L2x0 cache controllers via device tree. Support
includes the L210, L220, and PL310 controllers. The binding allows setting
up cache RAM latencies and filter addresses (PL310 only).

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Barry Song <21cnbao@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Documentation/devicetree/bindings/arm/l2cc.txt [new file with mode: 0644]
arch/arm/include/asm/hardware/cache-l2x0.h
arch/arm/mm/cache-l2x0.c