> On 05.02.25 21:58, Tom Rini wrote: > On Wed, Feb 05, 2025 at 10:56:52AM +0800, Hal Feng wrote: > > > Update the maintainer file and mark jh7110 related files with N: pattern. > > > > Signed-off-by: Hal Feng <hal.f...@starfivetech.com> > > --- > > > > Changes since v1: > > - Mark jh7110 related files with N: pattern. > > > > History: > > v1: > > https://lore.kernel.org/all/20250127083814.67839-1-hal.feng@starfivete > > ch.com/ > > > > --- > > board/starfive/visionfive2/MAINTAINERS | 6 ++++-- > > 1 file changed, 4 insertions(+), 2 deletions(-) > > > > diff --git a/board/starfive/visionfive2/MAINTAINERS > > b/board/starfive/visionfive2/MAINTAINERS > > index d7f638f9b41..87589553150 100644 > > --- a/board/starfive/visionfive2/MAINTAINERS > > +++ b/board/starfive/visionfive2/MAINTAINERS > > @@ -1,8 +1,10 @@ > > STARFIVE JH7110 VISIONFIVE2 BOARD > > M: Minda Chen <minda.c...@starfivetech.com> > > +M: Hal Feng <hal.f...@starfivetech.com> > > S: Maintained > > -F: arch/riscv/include/asm/arch-jh7110/ > > F: board/starfive/visionfive2/ > > +F: doc/board/starfive/visionfive2.rst > > F: include/configs/starfive-visionfive2.h > > F: configs/starfive_visionfive2_defconfig > > -F: drivers/pci/pcie_starfive_jh7110.c > > +F: drivers/ram/starfive/ > > +N: jh7110 > > Might as well use N for visionfive2 as well (and maybe add an entry for > general starfive files and N that too). Thanks!
OK, will use N: for visionfive2. But I think it's not appropriate to use N: for starfive, because the other SOCs or boards of StarFive will be maintained by other appointed people. Best regards, Hal