Message ID | 20200803170124.231110-14-paul@crapouillou.net (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | MIPS: Convert Ingenic to a generic board | expand |
Hi Paul, 在 2020/8/4 上午1:01, Paul Cercueil 写道: > Support for Ingenic chips has been moved to the generic MIPS platform. > Update the paths accordingly. The modification to "cu1830-neo_defconfig" seems to be missed here. Thanks and best regards! > > Signed-off-by: Paul Cercueil <paul@crapouillou.net> > --- > MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index bddc79ae76e6..1d89029cb89a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8508,8 +8508,8 @@ INGENIC JZ47xx SoCs > M: Paul Cercueil <paul@crapouillou.net> > S: Maintained > F: arch/mips/boot/dts/ingenic/ > -F: arch/mips/include/asm/mach-jz4740/ > -F: arch/mips/jz4740/ > +F: arch/mips/generic/board-ingenic.c > +F: arch/mips/ingenic/Kconfig > F: drivers/clk/ingenic/ > F: drivers/dma/dma-jz4780.c > F: drivers/gpu/drm/ingenic/
在 2020/8/8 上午1:22, Zhou Yanjie 写道: > Hi Paul, > > 在 2020/8/4 上午1:01, Paul Cercueil 写道: >> Support for Ingenic chips has been moved to the generic MIPS platform. >> Update the paths accordingly. > > The modification to "cu1830-neo_defconfig" seems to be missed here. > Sorry, this should be a reply to [12/13] :( > Thanks and best regards! > >> >> Signed-off-by: Paul Cercueil <paul@crapouillou.net> >> --- >> MAINTAINERS | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index bddc79ae76e6..1d89029cb89a 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -8508,8 +8508,8 @@ INGENIC JZ47xx SoCs >> M: Paul Cercueil <paul@crapouillou.net> >> S: Maintained >> F: arch/mips/boot/dts/ingenic/ >> -F: arch/mips/include/asm/mach-jz4740/ >> -F: arch/mips/jz4740/ >> +F: arch/mips/generic/board-ingenic.c >> +F: arch/mips/ingenic/Kconfig >> F: drivers/clk/ingenic/ >> F: drivers/dma/dma-jz4780.c >> F: drivers/gpu/drm/ingenic/
diff --git a/MAINTAINERS b/MAINTAINERS index bddc79ae76e6..1d89029cb89a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8508,8 +8508,8 @@ INGENIC JZ47xx SoCs M: Paul Cercueil <paul@crapouillou.net> S: Maintained F: arch/mips/boot/dts/ingenic/ -F: arch/mips/include/asm/mach-jz4740/ -F: arch/mips/jz4740/ +F: arch/mips/generic/board-ingenic.c +F: arch/mips/ingenic/Kconfig F: drivers/clk/ingenic/ F: drivers/dma/dma-jz4780.c F: drivers/gpu/drm/ingenic/
Support for Ingenic chips has been moved to the generic MIPS platform. Update the paths accordingly. Signed-off-by: Paul Cercueil <paul@crapouillou.net> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)