linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Optimize L2 setting on imx6sl
@ 2013-07-08 14:23 Shawn Guo
  2013-07-08 14:23 ` [PATCH 1/2] ARM: imx: let L2 initialization be a common function Shawn Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shawn Guo @ 2013-07-08 14:23 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-09  5:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-08 14:23 [PATCH 0/2] Optimize L2 setting on imx6sl Shawn Guo
2013-07-08 14:23 ` [PATCH 1/2] ARM: imx: let L2 initialization be a common function Shawn Guo
2013-07-08 14:23 ` [PATCH 2/2] ARM: imx: use imx specific L2 init function on imx6sl Shawn Guo
2013-07-09  5:24 ` [PATCH 0/2] Optimize L2 setting " Dirk Behme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).