]> git.baikalelectronics.ru Git - uboot.git/commit
riscv: Move Andes PLMT driver to drivers/timer
authorSean Anderson <seanga2@gmail.com>
Mon, 26 Oct 2020 01:46:56 +0000 (21:46 -0400)
committerAndes <uboot@andestech.com>
Mon, 26 Oct 2020 02:01:28 +0000 (10:01 +0800)
commitb1ef248b2f59e689fde5ce59e076356f667d3736
treeb196ad1c9d28d1b4528752e10d1c7960436734bd
parentd0713837b7e34c6a422ba22fd2fc85b82dd8475c
riscv: Move Andes PLMT driver to drivers/timer

This is a regular timer driver, and should live with the other timer
drivers.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Rick Chen <rick@andestech.com>
MAINTAINERS
arch/riscv/Kconfig
arch/riscv/lib/Makefile
arch/riscv/lib/andes_plmt.c [deleted file]
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/andes_plmt_timer.c [new file with mode: 0644]