Re: [PATCH v3 11/15] MIPS: generic: Add support for Ingenic SoCs

2020-10-12 Thread Guenter Roeck
On Mon, Oct 12, 2020 at 04:59:01PM +0200, Paul Cercueil wrote: > Hi Guenter, > > Le lun. 12 oct. 2020 à 7:33, Guenter Roeck a écrit : > > On Sun, Sep 06, 2020 at 09:29:31PM +0200, Paul Cercueil wrote: > > > Add support for Ingenic SoCs in arch/mips/generic/. > > > > > > The Kconfig changes

Re: [PATCH v3 11/15] MIPS: generic: Add support for Ingenic SoCs

2020-10-12 Thread Paul Cercueil
Hi Guenter, Le lun. 12 oct. 2020 à 7:33, Guenter Roeck a écrit : On Sun, Sep 06, 2020 at 09:29:31PM +0200, Paul Cercueil wrote: Add support for Ingenic SoCs in arch/mips/generic/. The Kconfig changes are here to ensure that it is possible to compile either a generic kernel that supports

Re: [PATCH v3 11/15] MIPS: generic: Add support for Ingenic SoCs

2020-10-12 Thread Guenter Roeck
On Sun, Sep 06, 2020 at 09:29:31PM +0200, Paul Cercueil wrote: > Add support for Ingenic SoCs in arch/mips/generic/. > > The Kconfig changes are here to ensure that it is possible to compile > either a generic kernel that supports Ingenic SoCs, or a Ingenic-only > kernel, both using the same code

[PATCH v3 11/15] MIPS: generic: Add support for Ingenic SoCs

2020-09-06 Thread Paul Cercueil
Add support for Ingenic SoCs in arch/mips/generic/. The Kconfig changes are here to ensure that it is possible to compile either a generic kernel that supports Ingenic SoCs, or a Ingenic-only kernel, both using the same code base, to avoid duplicated code. Signed-off-by: Paul Cercueil ---