summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/cache-l2x0.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: ux500: Enable PL310 Level 2 Cache Controller in Device TreeLee Jones2012-03-161-1/+6
| | | | | | | | | This provides PL310 Level 2 Cache Controller Device Tree support for all u8500 based devices. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* mach-ux500: do not override outer.inv_allsrinidhi kasagar2012-01-201-41/+7Star
| | | | | | | | | | | | | Invalidating outer cache without disabling it is a big nono, and so, remove the machine specific outer.inv_all And at the same time it does not prevent us overriding outer.disable as we do not have any such secure SMI to handle the same while kexec disables the outer cache. Signed-off-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Reviewed-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* Merge branch 'stericsson/fixes' into next/cleanupArnd Bergmann2011-10-081-1/+24
| | | | | Conflicts: arch/arm/mach-ux500/cpu.c
* mach-ux500: factor out l2x0 handling codeLinus Walleij2011-08-301-0/+72
Following mach-imx we break out the l2x0 handling into its own file, avoiding some ifdefs. Also remove unnecessary creation of local pointers when there is already one file-local readily available. Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Cc: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>