[U-Boot] [PATCH v2 08/18] timer: MediaTek: add timer driver for MediaTek SoCs

Simon Glass sjg at chromium.org
Thu Oct 25 03:29:35 UTC 2018


On 12 October 2018 at 01:00, Ryder Lee <ryder.lee at mediatek.com> wrote:
> This patch adds clock source and clock event for the timer found
> on the Mediatek SoCs.
>
> Signed-off-by: Ryder Lee <ryder.lee at mediatek.com>
> Tested-by: Matthias Brugger <matthias.bgg at gmail.com>
> ---
>  drivers/timer/Kconfig     |  7 ++++
>  drivers/timer/Makefile    |  1 +
>  drivers/timer/mtk_timer.c | 85 +++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 93 insertions(+)
>  create mode 100644 drivers/timer/mtk_timer.c

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

Consider supporting the early timer too so you can use bootstage.


More information about the U-Boot mailing list