[PATCH 1/3] riscv: Move Andes PLMT driver to drivers/timer

Rick Chen rickchen36 at gmail.com
Wed Oct 14 02:36:51 CEST 2020


> This is a regular timer driver, and should live with the other timer
> drivers.
>
> Signed-off-by: Sean Anderson <seanga2 at 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: Rick Chen <rick at andestech.com>


More information about the U-Boot mailing list