[PATCH 0/2] Optimize L2 setting on imx6sl

Shawn Guo shawn.guo at linaro.org
Mon Jul 8 10:23:00 EDT 2013


The series leverages the L2 optimization done on imx6q/dl for imx6sl,
by moving imx6q_init_l2cache() out from mach-imx6q.c into system.c and
renaming it imx_init_l2cache().

Shawn Guo (2):
  ARM: imx: let L2 initialization be a common function
  ARM: imx: use imx specific L2 init function on imx6sl

 arch/arm/mach-imx/common.h      |    6 ++++++
 arch/arm/mach-imx/mach-imx6q.c  |   37 +------------------------------------
 arch/arm/mach-imx/mach-imx6sl.c |    3 +--
 arch/arm/mach-imx/system.c      |   33 +++++++++++++++++++++++++++++++++
 4 files changed, 41 insertions(+), 38 deletions(-)

-- 
1.7.9.5





More information about the linux-arm-kernel mailing list