Re: [U-Boot] [PATCH v3 07/11] timer: Add MPC83xx timer driver

2018-06-25 Thread Mario Six
Hi Simon, On Fri, May 25, 2018 at 4:42 AM, Simon Glass wrote: > Hi Mario, > > On 24 May 2018 at 02:42, Mario Six wrote: >> Add a timer driver for the MPC83xx architecture. >> >> Signed-off-by: Mario Six >> >> --- >> >> v2 -> v3: >> * Got rid of the static variables >> * Added driver files to MA

Re: [U-Boot] [PATCH v3 07/11] timer: Add MPC83xx timer driver

2018-05-24 Thread Simon Glass
Hi Mario, On 24 May 2018 at 02:42, Mario Six wrote: > Add a timer driver for the MPC83xx architecture. > > Signed-off-by: Mario Six > > --- > > v2 -> v3: > * Got rid of the static variables > * Added driver files to MAINTAINERS > > v1 -> v2: > * Removed now-superfluous comments > * Removed usage

[U-Boot] [PATCH v3 07/11] timer: Add MPC83xx timer driver

2018-05-24 Thread Mario Six
Add a timer driver for the MPC83xx architecture. Signed-off-by: Mario Six --- v2 -> v3: * Got rid of the static variables * Added driver files to MAINTAINERS v1 -> v2: * Removed now-superfluous comments * Removed usage of uclass_{first,next}_device_compat * Switched to usage of new board uclas