Patch ARM: tegra: only run PL310 init on systems with one has been added to the 3.10-stable tree

2014-03-04 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: tegra: only run PL310 init on systems with one to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Re: [PATCH] ARM: tegra: only run PL310 init on systems with one

2014-02-27 Thread Luís Henriques
On Wed, Feb 26, 2014 at 11:02:26AM -0700, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com (This is commit 8859685785bfafadf9bc922dd3a2278e59886947 upstream) Fix tegra_init_cache() to check whether the system has a PL310 cache before touching the PL310 registers. This prevents

[PATCH] ARM: tegra: only run PL310 init on systems with one

2014-02-26 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com (This is commit 8859685785bfafadf9bc922dd3a2278e59886947 upstream) Fix tegra_init_cache() to check whether the system has a PL310 cache before touching the PL310 registers. This prevents access to non-existent registers on Tegra114 and later. (When

Patch ARM: tegra: only run PL310 init on systems with one has been added to the 3.13-stable tree

2014-02-25 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: tegra: only run PL310 init on systems with one to the 3.13-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

[PATCH] ARM: tegra: only run PL310 init on systems with one

2014-02-18 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Fix tegra_init_cache() to check whether the system has a PL310 cache before touching the PL310 registers. This prevents access to non-existent registers on Tegra114 and later. Note for stable kernels: In = v3.12, the file to patch is

Re: [PATCH] ARM: tegra: only run PL310 init on systems with one

2014-02-18 Thread Olof Johansson
On Tue, Feb 18, 2014 at 04:51:58PM -0700, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Fix tegra_init_cache() to check whether the system has a PL310 cache before touching the PL310 registers. This prevents access to non-existent registers on Tegra114 and later. Note for