Re: [PATCH 2/3] timer: Add _TIMER suffix to Andes PLMT Kconfig

2020-10-13 Thread Rick Chen
> This matches the naming scheme of other timer drivers. > > Signed-off-by: Sean Anderson > --- > > arch/riscv/cpu/ax25/Kconfig | 2 +- > drivers/timer/Kconfig | 2 +- > drivers/timer/Makefile | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Rick Chen

Re: [PATCH 2/3] timer: Add _TIMER suffix to Andes PLMT Kconfig

2020-10-11 Thread Simon Glass
On Sun, 4 Oct 2020 at 14:30, Sean Anderson wrote: > > This matches the naming scheme of other timer drivers. > > Signed-off-by: Sean Anderson > --- > > arch/riscv/cpu/ax25/Kconfig | 2 +- > drivers/timer/Kconfig | 2 +- > drivers/timer/Makefile | 2 +- > 3 files changed, 3 insertions(

[PATCH 2/3] timer: Add _TIMER suffix to Andes PLMT Kconfig

2020-10-04 Thread Sean Anderson
This matches the naming scheme of other timer drivers. Signed-off-by: Sean Anderson --- arch/riscv/cpu/ax25/Kconfig | 2 +- drivers/timer/Kconfig | 2 +- drivers/timer/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/riscv/cpu/ax25/Kconfig b/arch/r