
12 Oct
2020
12 Oct
'20
5:34 a.m.
On Sun, 4 Oct 2020 at 14:29, Sean Anderson seanga2@gmail.com wrote:
This is a regular timer driver, and should live with the other timer drivers.
Signed-off-by: Sean Anderson seanga2@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 sjg@chromium.org