Re: [U-Boot] [PATCH v2 2/5] arm: at91/spl: matrix: remove matrix write protection code

2015-11-23 Thread Andreas Bießmann
On 05.11.15 09:37, Wenyou Yang wrote: > On processor reset, the matrix write protection is disabled, > so no need to disable/enable write protection when writing > the matrix registers. > > Signed-off-by: Wenyou Yang Reviewed-by: Andreas Bießmann

[U-Boot] [PATCH v2 2/5] arm: at91/spl: matrix: remove matrix write protection code

2015-11-05 Thread Wenyou Yang
On processor reset, the matrix write protection is disabled, so no need to disable/enable write protection when writing the matrix registers. Signed-off-by: Wenyou Yang --- Changes in v2: None arch/arm/mach-at91/matrix.c |8 1 file changed, 8 deletions(-)