Messages in this thread |  | | Subject | Re: [PATCH v2 2/5] ARM: mstar: Add machine for MStar/Sigmastar infinity/mercury family ARMv7 SoCs | From | Andreas Färber <> | Date | Thu, 11 Jun 2020 14:49:05 +0200 |
| |
Am 10.06.20 um 11:04 schrieb Daniel Palmer: > Initial support for the MStar/Sigmastar infinity/mercury series of ARMv7 > based IP camera and dashcam SoCs. > > These chips are interesting in that they contain a Cortex A7,
"Cortex-A7"
> peripherals and system memory in a single tiny QFN package that > can be hand soldered allowing almost anyone to embed Linux
"soldered, allowing"?
> in their projects. > > Signed-off-by: Daniel Palmer <daniel@0x0f.com> > --- > MAINTAINERS | 1 + > arch/arm/Kconfig | 2 + > arch/arm/Makefile | 1 + > arch/arm/mach-mstar/Kconfig | 26 +++++++++++++ > arch/arm/mach-mstar/Makefile | 1 + > arch/arm/mach-mstar/mstarv7.c | 72 +++++++++++++++++++++++++++++++++++ > 6 files changed, 103 insertions(+) > create mode 100644 arch/arm/mach-mstar/Kconfig > create mode 100644 arch/arm/mach-mstar/Makefile > create mode 100644 arch/arm/mach-mstar/mstarv7.c > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1ca77f97b8ee..754521938303 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2114,6 +2114,7 @@ ARM/MStar/Sigmastar ARMv7 SoC support > M: Daniel Palmer <daniel@thingy.jp> > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > S: Maintained > +F: arch/arm/mach-mstar/ > F: Documentation/devicetree/bindings/arm/mstar.yaml > > ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT [snip]
The sort order has recently been changed to case-sensitive, i.e., you should append arch after Documentation.
Regards, Andreas
-- SUSE Software Solutions Germany GmbH Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer HRB 36809 (AG Nürnberg)
|  |