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)
commit79b135f1f937296fbe40ffa8500b531a7e1a0e9d
treeb196ad1c9d28d1b4528752e10d1c7960436734bd
parent963911e9e1c17b2f973ff49ddd51060d6c340c5f
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
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/andes_plmt_timer.c [moved from arch/riscv/lib/andes_plmt.c with 100% similarity]