Re: [PATCH] MIPS: mips-cm: CM regions are disabled at boot

2014-11-20 Thread Ralf Baechle
On Thu, Nov 20, 2014 at 02:57:40PM +0100, Niklas Svensson wrote: > On 11/20/2014 01:34 PM, Paul Burton wrote: > > On Thu, Nov 20, 2014 at 01:29:00PM +0100, Niklas Svensson wrote: > >> Each CM_REGION_TARGET is set to disabled at boot, > > > > That part is true... > > > >> so there is no need to

Re: [PATCH] MIPS: mips-cm: CM regions are disabled at boot

2014-11-20 Thread Niklas Svensson
On 11/20/2014 01:34 PM, Paul Burton wrote: > On Thu, Nov 20, 2014 at 01:29:00PM +0100, Niklas Svensson wrote: >> Each CM_REGION_TARGET is set to disabled at boot, > > That part is true... > >> so there is no need to disable the matching >> CM_GCR_REG explicitly. > > ...however there is no

Re: [PATCH] MIPS: mips-cm: CM regions are disabled at boot

2014-11-20 Thread Paul Burton
On Thu, Nov 20, 2014 at 01:29:00PM +0100, Niklas Svensson wrote: > Each CM_REGION_TARGET is set to disabled at boot, That part is true... > so there is no need to disable the matching > CM_GCR_REG explicitly. ...however there is no guarantee that the bootloader, or another kernel, or some other

[PATCH] MIPS: mips-cm: CM regions are disabled at boot

2014-11-20 Thread Niklas Svensson
Each CM_REGION_TARGET is set to disabled at boot, so there is no need to disable the matching CM_GCR_REG explicitly. Signed-off-by: Niklas Svensson --- arch/mips/kernel/mips-cm.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/arch/mips/kernel/mips-cm.c

[PATCH] MIPS: mips-cm: CM regions are disabled at boot

2014-11-20 Thread Niklas Svensson
Each CM_REGION_TARGET is set to disabled at boot, so there is no need to disable the matching CM_GCR_REG explicitly. Signed-off-by: Niklas Svensson nikl...@axis.com --- arch/mips/kernel/mips-cm.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/arch/mips/kernel/mips-cm.c

Re: [PATCH] MIPS: mips-cm: CM regions are disabled at boot

2014-11-20 Thread Paul Burton
On Thu, Nov 20, 2014 at 01:29:00PM +0100, Niklas Svensson wrote: Each CM_REGION_TARGET is set to disabled at boot, That part is true... so there is no need to disable the matching CM_GCR_REG explicitly. ...however there is no guarantee that the bootloader, or another kernel, or some other

Re: [PATCH] MIPS: mips-cm: CM regions are disabled at boot

2014-11-20 Thread Niklas Svensson
On 11/20/2014 01:34 PM, Paul Burton wrote: On Thu, Nov 20, 2014 at 01:29:00PM +0100, Niklas Svensson wrote: Each CM_REGION_TARGET is set to disabled at boot, That part is true... so there is no need to disable the matching CM_GCR_REG explicitly. ...however there is no guarantee that

Re: [PATCH] MIPS: mips-cm: CM regions are disabled at boot

2014-11-20 Thread Ralf Baechle
On Thu, Nov 20, 2014 at 02:57:40PM +0100, Niklas Svensson wrote: On 11/20/2014 01:34 PM, Paul Burton wrote: On Thu, Nov 20, 2014 at 01:29:00PM +0100, Niklas Svensson wrote: Each CM_REGION_TARGET is set to disabled at boot, That part is true... so there is no need to disable the