Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1425890

[PATCH v4 0/5] i.MX L2-cache code cleanups and performance tweaks

From Andrey Smirnov <andrew.smirnov@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v4 0/5] i.MX L2-cache code cleanups and performance tweaks
Date 2016-06-19 03:10 +0200
Message-ID <rLzpn-3nt-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi everyone,

Here's the fourth (aka v3 with patch 3/5 not broken) version of i.MX
L2-cache related patches. Here's what's new from v2:

       - Generic ARM patches were split into a separte series

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

       - Re-ordered l2c_aux_val, and l2c_aux_mask such that
         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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/5] i.MX L2-cache code cleanups and performance tweaks Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-06-19 03:10 +0200
  [PATCH v4 2/5] i.MX: system.c: Remove redundant errata 752271 code Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-06-19 03:20 +0200
  [PATCH v4 4/5] i.MX: system.c: Tweak prefetch settings for performance Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-06-19 03:20 +0200
  [PATCH v4 1/5] i.MX: system.c: Convert goto to if statement Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-06-19 03:20 +0200
  [PATCH v4 3/5] i.MX: system.c: Replace magic numbers Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-06-19 03:20 +0200
  [PATCH v4 5/5] i.MX: Do not explicitly call l2x0_of_init() Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-06-19 03:20 +0200
  Re: [PATCH v4 0/5] i.MX L2-cache code cleanups and performance tweaks Shawn Guo <shawnguo@kernel.org> - 2016-06-21 15:50 +0200

csiph-web