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

Simon Glass sjg at chromium.org
Mon Oct 12 05:34:18 CEST 2020


On Sun, 4 Oct 2020 at 14:29, Sean Anderson <seanga2 at gmail.com> wrote:
>
> 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: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list