[U-Boot] [PATCH v2 1/2] driver: timer: Add the Atmel PIT timer driver

Simon Glass sjg at chromium.org
Sat Aug 26 13:38:23 UTC 2017


On 15 August 2017 at 03:40, Wenyou Yang <wenyou.yang at microchip.com> wrote:
> Add the new Atmel PIT timer driver, which supports the driver model
> and device tree.
>
> Signed-off-by: Wenyou Yang <wenyou.yang at microchip.com>
> ---
>
> Changes in v2: None
>
>  arch/arm/mach-at91/arm926ejs/Makefile |  2 +
>  arch/arm/mach-at91/armv7/Makefile     |  2 +
>  drivers/timer/Kconfig                 |  8 ++++
>  drivers/timer/Makefile                |  1 +
>  drivers/timer/atmel_pit_timer.c       | 90 +++++++++++++++++++++++++++++++++++
>  5 files changed, 103 insertions(+)
>  create mode 100644 drivers/timer/atmel_pit_timer.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list