On Sun, 4 Oct 2020 at 14:29, Sean Anderson <sean...@gmail.com> wrote: > > This is a regular timer driver, and should live with the other timer > drivers. > > Signed-off-by: Sean Anderson <sean...@gmail.com> > --- > > MAINTAINERS | 1 + > arch/riscv/Kconfig | 7 ------- > arch/riscv/lib/Makefile | 1 - > drivers/timer/Kconfig | 7 +++++++ > drivers/timer/Makefile | 1 + > .../lib/andes_plmt.c => drivers/timer/andes_plmt_timer.c | 0 > 6 files changed, 9 insertions(+), 8 deletions(-) > rename arch/riscv/lib/andes_plmt.c => drivers/timer/andes_plmt_timer.c (100%)
Reviewed-by: Simon Glass <s...@chromium.org>