]> git.baikalelectronics.ru Git - kernel.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, 17 Oct 2011 08:11:30 +0000 (09:11 +0100)
commit1f16e9bba50f19c1ce9165efe32cfedf8eccc1fc
treed0982a16d310ce24858107db2847c7ff326d5b1d
parentbe5e1284c24670fa7bc4569e8edeadfa1468915d
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