linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] i.MX L2-cache code cleanups and performance tweaks
@ 2016-06-19  0:31 Andrey Smirnov
  2016-06-19  0:31 ` [PATCH 1/2] ARM: cache-l2x0.c: Replace magic numbers Andrey Smirnov
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Andrey Smirnov @ 2016-06-19  0:31 UTC (permalink / raw)
  To: linux-arm-kernel

Hi everyone,

Here's the second version of i.MX L2-cache related patches. Here's
what's new from v2:

       - Generic ARM patches were split inot a separte series

       - Typo and whitespace fixes (as per Uwe's suggestions)

       - Re-ordered l2c_aux_val, and l2c_aux_mask are initializers are placed
         in the order of their declaration

Let me know if any more changes to the series are needed.

Andrey Smirnov

Andrey Smirnov (5):
  i.MX: system.c: Convert goto to if statement
  i.MX: system.c: Remove redundant errata 752271 code
  i.MX: system.c: Replace magic numbers
  i.MX: system.c: Tweak prefetch settings for performance
  i.MX: Do not explicitly call l2x0_of_init()

 arch/arm/mach-imx/imx35-dt.c    | 10 +++-------
 arch/arm/mach-imx/mach-imx6q.c  |  2 ++
 arch/arm/mach-imx/mach-imx6sl.c |  2 ++
 arch/arm/mach-imx/mach-imx6sx.c |  2 ++
 arch/arm/mach-imx/system.c      | 42 ++++++++++++++++-------------------------
 5 files changed, 25 insertions(+), 33 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-06-20 23:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-19  0:31 [PATCH v3 0/5] i.MX L2-cache code cleanups and performance tweaks Andrey Smirnov
2016-06-19  0:31 ` [PATCH 1/2] ARM: cache-l2x0.c: Replace magic numbers Andrey Smirnov
2016-06-19  0:31 ` [PATCH v3 1/5] i.MX: system.c: Convert goto to if statement Andrey Smirnov
2016-06-19  0:31 ` [PATCH 2/2] ARM: cache-l2x0.c: Do not clear bit 23 in prefetch control register Andrey Smirnov
2016-06-19  0:31 ` [PATCH v3 2/5] i.MX: system.c: Remove redundant errata 752271 code Andrey Smirnov
2016-06-19  0:31 ` [PATCH v3 3/5] i.MX: system.c: Replace magic numbers Andrey Smirnov
2016-06-19  2:12   ` kbuild test robot
2016-06-19  0:31 ` [PATCH v3 4/5] i.MX: system.c: Tweak prefetch settings for performance Andrey Smirnov
2016-06-19  0:31 ` [PATCH v3 5/5] i.MX: Do not explicitly call l2x0_of_init() Andrey Smirnov
2016-06-19  1:01 ` [PATCH v3 0/5] i.MX L2-cache code cleanups and performance tweaks Andrey Smirnov
2016-06-19 14:50 ` Arnd Bergmann
2016-06-19 17:53   ` Andrey Smirnov
2016-06-20 23:07     ` Arnd Bergmann

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).