summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: l2c: prima2: remove cache size overrideRussell King2014-05-301-20/+2
* ARM: l2c: AM43x: add L2 cache supportSekhar Nori2014-05-302-0/+2
* ARM: l2c: omap2+: get rid of init callSekhar Nori2014-05-303-9/+3
* ARM: l2c: omap2+: get rid of redundant cache replacement policy settingSekhar Nori2014-05-301-4/+3
* ARM: l2c: omap2: avoid reading directly from the L2 registers in platform codeRussell King2014-05-301-10/+6
* ARM: l2c: omap2: remove explicit non-secure access bitsRussell King2014-05-301-4/+2
* ARM: l2c: omap2: remove cache size overrideRussell King2014-05-301-5/+3
* ARM: l2c: omap2: remove explicit SMI calls to enable L2 cacheRussell King2014-05-301-5/+0
* ARM: l2c: omap2: implement new write_sec methodRussell King2014-05-301-16/+26
* ARM: l2c: nomadik: convert to generic l2c OF initialisationRussell King2014-05-301-10/+3
* ARM: l2c: nomadik: remove cache size overrideRussell King2014-05-301-1/+1
* ARM: l2c: mvebu: convert to generic l2c OF initialisationRussell King2014-05-301-3/+6
* ARM: l2c: imx vf610: convert to generic l2c OF initialisationRussell King2014-05-301-7/+2
* ARM: l2c: imx: convert to common l2c310 early resume functionalityRussell King2014-05-301-21/+3
* ARM: l2c: imx: remove direct write to power control registerRussell King2014-05-301-2/+0
* ARM: l2c: highbank: convert to generic l2c OF initialisationRussell King2014-05-301-6/+3
* ARM: l2c: highbank: remove explicit SMI call in L2 cache initialisationRussell King2014-05-301-3/+1
* ARM: l2c: highbank: implement new write_sec methodRussell King2014-05-301-5/+7
* ARM: l2c: exynos: convert to generic l2c OF initialisation (and thereby fix it)Russell King2014-05-301-6/+2
* ARM: l2c: exynos: convert to common l2c310 early resume functionalityRussell King2014-05-304-42/+2
* ARM: l2c: exynos: remove cache size overrideRussell King2014-05-301-4/+1
* ARM: l2c: cns3xxx: remove cache size overrideRussell King2014-05-301-1/+1
* ARM: l2c: berlin: convert to generic l2c OF initialisationRussell King2014-05-301-11/+6
* ARM: l2c: bcm_5301x: convert to generic l2c OF initialisationRussell King2014-05-301-7/+2
* ARM: l2c: provide common PL310 early resume codeRussell King2014-05-302-1/+59
* ARM: l2c: add platform independent core L2 cache OF initialisationRussell King2014-05-302-0/+15
* ARM: l2c: always enable non-secure access to lockdown registersRussell King2014-05-301-2/+21
* ARM: l2c: always enable low power modesRussell King2014-05-301-0/+12
* ARM: l2c: remove platforms/SoCs setting early BRESPRussell King2014-05-3011-20/+19
* ARM: l2c: add automatic enable of early BRESPRussell King2014-05-301-3/+22
* ARM: l2c: move L2 cache register saving to a more sensible locationRussell King2014-05-301-12/+22
* ARM: l2c: check that DT files specify the required "cache-unified" propertyRussell King2014-05-301-0/+4
* ARM: l2c: fix register namingRussell King2014-05-3014-95/+118
* ARM: l2c: implement L2C-310 erratum 752271 in core L2C codeRussell King2014-05-301-1/+17
* ARM: l2c: provide generic hook to intercept writes to secure registersRussell King2014-05-302-13/+34
* ARM: l2c: move errata configuration options to arch/arm/mm/KconfigRussell King2014-05-302-51/+51
* ARM: l2c: move way size calculation data into l2c_init_dataRussell King2014-05-301-9/+20
* ARM: l2c: add decode for L2C-220 cache waysRussell King2014-05-301-0/+1
* ARM: l2c: move type string into l2c_init_data structureRussell King2014-05-301-7/+13
* ARM: l2c: remove obsolete l2x0 ops for non-OF initRussell King2014-05-301-206/+0
* ARM: l2c: convert Broadcom L2C-310 to new codeRussell King2014-05-301-16/+11
* ARM: l2c: add L2C-220 specific handlersRussell King2014-05-301-10/+157
* ARM: l2c: use L2C-210 handlers for L2C-310 errata-less implementationsRussell King2014-05-301-22/+36
* ARM: l2c: implement L2C-310 erratum 588369 as a method overrideRussell King2014-05-301-0/+69
* ARM: l2c: implement L2C-310 erratum 727915 as a method overrideRussell King2014-05-301-0/+20
* ARM: l2c: add L2C-210 specific handlersRussell King2014-05-301-1/+122
* ARM: l2c: move pl310_set_debug() into l2c-310 codeRussell King2014-05-301-8/+6
* ARM: l2c: simplify l2x0 unlocking codeRussell King2014-05-301-17/+8
* ARM: l2c: clean up save/resume functionsRussell King2014-05-301-57/+52
* ARM: l2c: move and add ARM L2C-2x0/L2C-310 save/resume code to non-OFRussell King2014-05-301-74/+77