]> 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>
Thu, 8 Sep 2011 09:12:40 +0000 (10:12 +0100)
commit72ff51387a3916c54b1ec0bbc7a7b11d24e2482b
tree600255c0ec341106e6a2ba591758dd22595e17f2
parent0533cb39beec0e9bf93306b0d862ab59493e1394
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