From: Russell King Date: Sat, 15 Mar 2014 21:29:28 +0000 (+0000) Subject: ARM: l2c: add L2C-220 specific handlers X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~13^2~1^3~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=733c6bbafdfac62a307ed5ca925889343c5635ac;p=pandora-kernel.git ARM: l2c: add L2C-220 specific handlers The L2C-220 is different from the L2C-210 and L2C-310 in that every operation is a background operation: this means we have to use spinlocks to protect all operations, and we have to wait for every operation to complete. Should a second operation be attempted while a previous operation is in progress, the response will be an imprecise abort. Signed-off-by: Russell King --- Reading git-diff-tree failed