From: nm@ti•com (Nishanth Menon)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH 00/44] outer cache changes
Date: Fri, 28 Mar 2014 13:50:00 -0500 [thread overview]
Message-ID: <5335C458.8070202@ti.com> (raw)
In-Reply-To: <20140317001302.GY21483@n2100.arm.linux.org.uk>
On 03/16/2014 07:13 PM, Russell King - ARM Linux wrote:
> This patch series is where I'm currently at with the total mess which
> is L2 cache support. That's putting it mildly. This isn't intended
> for anyone to pick up - this is still mostly in development.
Quick boot test against v3.14-rc8 showed no regressions for the
platforms I ran through - ofcourse, the tests are basic boot, and
unfortunately not any comprehensive cache performance tests.
russell-l2c-fc0adeb-v3.14-rc8-test-omap2plus_defconfig
1: am335x-evm: Boot PASS: http://slexy.org/raw/s20BepYQRE
2: am335x-sk: Boot PASS: http://slexy.org/raw/s2UN5rONP3
3: am3517-evm: Boot PASS: http://slexy.org/raw/s24AcPGSZL
4: am37x-evm: Boot PASS: http://slexy.org/raw/s2IArYgC7S
5: am43xx-epos: Boot PASS: http://slexy.org/raw/s20JBi80c7
6: BeagleBoard-XM: Boot PASS: http://slexy.org/raw/s21KDOKenY
7: beaglebone-black: Boot PASS: http://slexy.org/raw/s2lXBwgynB
8: beaglebone: Boot PASS: http://slexy.org/raw/s2KzNGNIBt
9: OMAP3430-Labrador(LDP): Boot FAIL: http://slexy.org/raw/s21ekHLEY5
(legacy problem - fix in linux-next)
10: pandaboard-es: Boot PASS: http://slexy.org/raw/s20dKIf8sa
11: sdp2430: Boot PASS: http://slexy.org/raw/s20jxn1zA5
12: sdp3430: Boot PASS: http://slexy.org/raw/s21m0nx262
13: sdp4430: Boot PASS: http://slexy.org/raw/s21IxkfYTm
14: OMAP5432uEVM: Boot PASS: http://slexy.org/raw/s20AKR1hRy
TOTAL = 14 boards, Booted Boards = 13, No Boot boards = 1
Vs:
v3.14-rc8-omap2plus_defconfig
1: am335x-evm: Boot PASS: http://slexy.org/raw/s21CKn6A7h
2: am335x-sk: Boot PASS: http://slexy.org/raw/s20eC7gQ9T
3: am3517-evm: Boot PASS: http://slexy.org/raw/s20amKvVx5
4: am37x-evm: Boot PASS: http://slexy.org/raw/s2yVk3doef
5: am43xx-epos: Boot PASS: http://slexy.org/raw/s22SsOWHaY
6: BeagleBoard-XM: Boot PASS: http://slexy.org/raw/s21TDD4jhW
7: beaglebone-black: Boot PASS: http://slexy.org/raw/s20ltoXaiZ
8: beaglebone: Boot PASS: http://slexy.org/raw/s2DkrTbwG3
9: OMAP3430-Labrador(LDP): Boot FAIL: http://slexy.org/raw/s2JDOKtx9U
(legacy problem - fix in linux-next)
10: pandaboard-es: Boot PASS: http://slexy.org/raw/s21WGaaGut
11: sdp2430: Boot PASS: http://slexy.org/raw/s2Nr9p1Zyf
12: sdp3430: Boot PASS: http://slexy.org/raw/s2kh0cfpGC
13: sdp4430: Boot PASS: http://slexy.org/raw/s2Q6VyjmyW
14: OMAP5432uEVM: Boot PASS: http://slexy.org/raw/s216EEpDwU
TOTAL = 14 boards, Booted Boards = 13, No Boot boards = 1
Please feel to add:
Tested-by: Nishanth Menon <nm@ti•com>
--
Regards,
Nishanth Menon
prev parent reply other threads:[~2014-03-28 18:50 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-17 0:13 [PATCH 00/44] outer cache changes Russell King - ARM Linux
2014-03-17 0:13 ` [PATCH 01/44] ARM: l2c: remove outer_inv_all() method Russell King
2014-03-17 0:13 ` [PATCH 02/44] ARM: l2c: remove unnecessary call to outer_flush_all() Russell King
2014-03-17 0:13 ` [PATCH 03/44] ARM: l2c: avoid calling outer_flush_all() unnecessarily (Spear) Russell King
2014-03-17 0:13 ` [PATCH 04/44] ARM: l2c: add helper for L2 cache controller DT IDs Russell King
2014-03-26 20:30 ` Rob Herring
2014-03-17 0:13 ` [PATCH 05/44] ARM: l2c: tidy up l2x0_of_data declarations Russell King
2014-03-17 0:14 ` [PATCH 06/44] ARM: l2c: rename OF specific things, making l2x0_of_data available to all Russell King
2014-03-17 0:14 ` [PATCH 07/44] ARM: l2c: provide generic function for calling set_debug method Russell King
2014-03-17 0:14 ` [PATCH 08/44] ARM: l2c: split out cache unlock code Russell King
2014-03-17 0:14 ` [PATCH 09/44] ARM: l2c: provide generic helper for way-based operations Russell King
2014-03-17 0:14 ` [PATCH 10/44] ARM: l2c: rename cache_wait_way() Russell King
2014-03-17 0:14 ` [PATCH 11/44] ARM: l2c: use add L2C revision constants Russell King
2014-03-17 0:14 ` [PATCH 12/44] ARM: l2c: clean up OF initialisation a bit Russell King
2014-03-17 0:14 ` [PATCH 13/44] ARM: l2c: pass iomem address into data->save function Russell King
2014-03-17 0:14 ` [PATCH 14/44] ARM: l2c: move l2c save function to __l2c_init() Russell King
2014-03-17 0:14 ` [PATCH 15/44] ARM: l2c: provide enable method Russell King
2014-03-17 0:14 ` [PATCH 16/44] ARM: l2c: move aurora broadcast setup to enable function Russell King
2014-03-17 0:14 ` [PATCH 17/44] ARM: l2c: group implementation specific code together Russell King
2014-03-17 0:15 ` [PATCH 18/44] ARM: l2c: implement fixups for L2 cache controller quirks/errata Russell King
2014-03-17 0:15 ` [PATCH 19/44] ARM: l2c: clean up L2 cache initialisation messages Russell King
2014-03-17 0:15 ` [PATCH 20/44] ARM: l2c: split L2C-310 enable function from l2x0 code Russell King
2014-03-17 0:15 ` [PATCH 21/44] ARM: l2c: move and add ARM L2C-2x0/L2C-310 save/resume code to non-OF Russell King
2014-03-17 0:15 ` [PATCH 22/44] ARM: l2c: clean up save/resume functions Russell King
2014-03-17 0:15 ` [PATCH 23/44] ARM: l2c: simplify l2x0 unlocking code Russell King
2014-03-17 0:15 ` [PATCH 24/44] ARM: l2c: move pl310_set_debug() into l2c-310 code Russell King
2014-03-17 0:15 ` [PATCH 25/44] ARM: l2c: add L2C-210 specific handlers Russell King
2014-03-17 0:15 ` [PATCH 26/44] ARM: l2c: implement L2C-310 erratum 727915 as a method override Russell King
2014-03-17 0:15 ` [PATCH 27/44] ARM: l2c: Implement L2C-310 erratum 588369 " Russell King
2014-03-17 0:15 ` [PATCH 28/44] ARM: l2c: use L2C-210 handlers for L2C-310 errata-less implementations Russell King
2014-03-17 0:15 ` [PATCH 29/44] ARM: l2c: add L2C-220 specific handlers Russell King
2014-03-17 0:16 ` [PATCH 30/44] ARM: l2c: remove obsolete l2x0 ops for non-OF init Russell King
2014-03-17 0:16 ` [PATCH 31/44] ARM: l2c: move type string into l2c_init_data structure Russell King
2014-03-17 0:16 ` [PATCH 32/44] ARM: l2c: add decode for L2C-220 cache ways Russell King
2014-03-17 0:16 ` [PATCH 33/44] ARM: l2c: move way size calculation data into l2c_init_data Russell King
2014-03-17 0:16 ` [PATCH 34/44] ARM: outer cache: add documentation of outer cache functions Russell King
2014-03-17 0:16 ` [PATCH 35/44] ARM: outer cache: add WARN_ON() to outer_disable() Russell King
2014-03-17 0:16 ` [PATCH 36/44] ARM: l2c: move errata configuration options to arch/arm/mm/Kconfig Russell King
2014-03-17 0:16 ` [PATCH 37/44] ARM: l2c: provide generic hook to intercept writes to secure registers Russell King
2014-03-17 0:16 ` [PATCH 38/44] ARM: l2c: OMAP: implement new write_sec method Russell King
2014-03-17 0:16 ` [PATCH 39/44] ARM: l2c: highbank: " Russell King
2014-03-26 20:35 ` Rob Herring
2014-03-17 0:16 ` [PATCH 40/44] ARM: l2c: ux500: implement dummy " Russell King
2014-03-17 0:17 ` [PATCH 41/44] ARM: l2c: remove old .set_debug method Russell King
2014-03-17 0:17 ` [PATCH 42/44] ARM: l2c: implement L2C-310 erratum 752271 in core L2C code Russell King
2014-03-17 0:17 ` [PATCH 43/44] ARM: l2c: rename all L2C-310 constants with an L310_ prefix Russell King
2014-03-17 0:17 ` [PATCH 44/44] ARM: l2c: add L2C-310 power control DT properties Russell King
2014-03-26 21:08 ` Rob Herring
2014-03-28 13:29 ` Russell King - ARM Linux
2014-03-26 20:05 ` [PATCH 00/44] outer cache changes Gregory CLEMENT
2014-03-28 18:50 ` Nishanth Menon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5335C458.8070202@ti.com \
--to=nm@ti$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox