Re: [U-Boot] [PATCH 2/7] powerpc, 8xx: Implement GLL2 ERRATA

2017-07-04 Thread Wolfgang Denk
Dear Christophe, In message <556dc687-0331-40a6-4260-9f78f6131...@c-s.fr> you wrote: > > > The code you are adding here violates basic (modern) programming > > standards. To access device registers, proper I/O accessors must be > > used. In this case the code should use the clrsetbits_be32() ma

Re: [U-Boot] [PATCH 2/7] powerpc, 8xx: Implement GLL2 ERRATA

2017-07-04 Thread Christophe LEROY
Le 30/06/2017 à 15:11, Wolfgang Denk a écrit : Dear Christophe Leroy, In message <8947f895b86efe0396b1825998a64a3340fff597.1498751837.git.christophe.le...@c-s.fr> you wrote: Signed-off-by: Christophe Leroy --- arch/powerpc/cpu/mpc8xx/cpu_init.c | 10 ++ 1 file changed, 10 insert

Re: [U-Boot] [PATCH 2/7] powerpc, 8xx: Implement GLL2 ERRATA

2017-06-30 Thread Wolfgang Denk
Dear Christophe Leroy, In message <8947f895b86efe0396b1825998a64a3340fff597.1498751837.git.christophe.le...@c-s.fr> you wrote: > Signed-off-by: Christophe Leroy > --- > arch/powerpc/cpu/mpc8xx/cpu_init.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/powerpc/cpu/mpc