On Fri, Sep 04, 2026 at 02:02:47PM -0600, Tom Rini wrote: > On Fri, Sep 04, 2026 at 07:35:18PM +0000, Yao Zi wrote: > > > Maybe because it was added after introduction of RISC-V architecture, > > the generic RISC-V S-Mode timer driver, riscv_timer.c, isn't included > > in the RISC-V MAINTAINERS entry. Cover it with the RISC-V entry. > > > > Signed-off-by: Yao Zi <[email protected]> > > --- > > MAINTAINERS | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 2b3a9ac1f2ae..ab8e611e4eb8 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -1518,6 +1518,7 @@ F: doc/arch/riscv.rst > > F: drivers/sysreset/sysreset_sbi.c > > F: drivers/timer/andes_plmt_timer.c > > F: drivers/timer/riscv_aclint_timer.c > > +F: drivers/timer/riscv_timer.c > > F: tools/prelink-riscv.c > > I think adding "N: riscv" would be a better idea, it will capture > other missing files too like ./drivers/cpu/riscv_cpu.c
Sounds reasonable to me. > -- > Tom Best regards, Yao Zi
