]> git.baikalelectronics.ru Git - uboot.git/commit
timer: MediaTek: add timer driver for MediaTek SoCs
authorRyder Lee <ryder.lee@mediatek.com>
Thu, 15 Nov 2018 02:07:56 +0000 (10:07 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 29 Nov 2018 04:04:51 +0000 (23:04 -0500)
commit8506b6188c6cd9cd7413a84ff486a89fecb71cd0
tree25f87ab35a8acd1aa2c3cdcf0d818867cc604ee5
parentb26628e03f6ce3aae6c474e39cc86a443f0f18bd
timer: MediaTek: add timer driver for MediaTek SoCs

This patch adds clock source and clock event for the timer found
on the Mediatek SoCs.

Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Tested-by: Matthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/mtk_timer.c [new file with mode: 0644]