Re: [U-Boot] [PATCH v2] timer: Add Cadence TTC timer counter support

2018-05-13 Thread Simon Glass
On 10 May 2018 at 18:24, Michal Simek wrote: > This driver was tested on Xilinx ZynqMP SoC. > > Signed-off-by: Michal Simek > --- > > Changes in v2: > - Remove tabs from U_BOOT_DRIVER > > MAINTAINERS | 1 + > drivers/timer/Kconfig | 7 +++ > drivers/timer/Makefile |

[U-Boot] [PATCH v2] timer: Add Cadence TTC timer counter support

2018-05-10 Thread Michal Simek
This driver was tested on Xilinx ZynqMP SoC. Signed-off-by: Michal Simek --- Changes in v2: - Remove tabs from U_BOOT_DRIVER MAINTAINERS | 1 + drivers/timer/Kconfig | 7 +++ drivers/timer/Makefile | 1 + drivers/timer/cadence-ttc.c | 91 ++