Re: [U-Boot] [PATCH v4 09/17] timer: Add MPC83xx timer driver

2018-09-28 Thread Simon Glass
On 6 August 2018 at 01:23, Mario Six wrote: > Add a timer driver for the MPC83xx architecture. > > Signed-off-by: Mario Six > --- > > Notes: > v3 -> v4: > * Removed superfluous get_timer (switched to usage of standard function) > * Improved error handling and debug reporting > *

[U-Boot] [PATCH v4 09/17] timer: Add MPC83xx timer driver

2018-08-06 Thread Mario Six
Add a timer driver for the MPC83xx architecture. Signed-off-by: Mario Six --- Notes: v3 -> v4: * Removed superfluous get_timer (switched to usage of standard function) * Improved error handling and debug reporting * Added full documentation v2 -> v3: * Got rid of