Re: [U-Boot] [PATCH v2 06/10] timer: Add MPC83xx timer driver

2018-05-03 Thread Mario Six
Hi Simon, On Tue, May 1, 2018 at 1:13 AM, Simon Glass wrote: > Hi Mario, > > On 27 April 2018 at 06:52, Mario Six wrote: >> Add a timer driver for the MPC83xx architecture. >> >> Signed-off-by: Mario Six >> >> --- >> >> v1 -> v2: >> * Removed now-superfluous comments >> * Removed usage of uclas

Re: [U-Boot] [PATCH v2 06/10] timer: Add MPC83xx timer driver

2018-04-30 Thread Simon Glass
Hi Mario, On 27 April 2018 at 06:52, Mario Six wrote: > Add a timer driver for the MPC83xx architecture. > > Signed-off-by: Mario Six > > --- > > v1 -> v2: > * Removed now-superfluous comments > * Removed usage of uclass_{first,next}_device_compat > * Switched to usage of new board uclass (inste