Re: [U-Boot] [PATCH v3 07/15] cpu: add CPU driver for Broadcom MIPS SoCs

2017-04-18 Thread Simon Glass
On 18 April 2017 at 14:38, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > v3: Several improvements: > - Probe driver correctly. > - Allocate size for priv struct. > - Cosmetic fixes. > v2: Introduce changes suggested by Daniel Schwierzeck: > - Split BMIPS

[U-Boot] [PATCH v3 07/15] cpu: add CPU driver for Broadcom MIPS SoCs

2017-04-18 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v3: Several improvements: - Probe driver correctly. - Allocate size for priv struct. - Cosmetic fixes. v2: Introduce changes suggested by Daniel Schwierzeck: - Split BMIPS support patches. - Get register base from DT. drivers/cpu/Makefile