Re: [PATCH v2 2/3] arm/mach-meson: move smc commands in cmd/meson

2022-12-14 Thread Neil Armstrong
On 14/12/2022 11:33, Mattijs Korpershoek wrote: On Tue, Dec 13, 2022 at 21:31, Alexey Romanov wrote: It is incorrect to keep commands in the arch/ folder. Signed-off-by: Alexey Romanov --- MAINTAINERS | 1 + arch/arm/mach-meson/sm.c | 144 ---

Re: [PATCH v2 2/3] arm/mach-meson: move smc commands in cmd/meson

2022-12-14 Thread Alexey Romanov
On Wed, Dec 14, 2022 at 11:33:35AM +0100, Mattijs Korpershoek wrote: > On Tue, Dec 13, 2022 at 21:31, Alexey Romanov > wrote: > > > It is incorrect to keep commands in the arch/ folder. > > > > Signed-off-by: Alexey Romanov > > --- > > MAINTAINERS | 1 + > > arch/arm/mach-meson/

Re: [PATCH v2 2/3] arm/mach-meson: move smc commands in cmd/meson

2022-12-14 Thread Mattijs Korpershoek
On Tue, Dec 13, 2022 at 21:31, Alexey Romanov wrote: > It is incorrect to keep commands in the arch/ folder. > > Signed-off-by: Alexey Romanov > --- > MAINTAINERS | 1 + > arch/arm/mach-meson/sm.c | 144 > cmd/Kconfig | 7 ++ >

[PATCH v2 2/3] arm/mach-meson: move smc commands in cmd/meson

2022-12-13 Thread Alexey Romanov
It is incorrect to keep commands in the arch/ folder. Signed-off-by: Alexey Romanov --- MAINTAINERS | 1 + arch/arm/mach-meson/sm.c | 144 cmd/Kconfig | 7 ++ cmd/Makefile | 3 + cmd/meson/Makefile | 5 ++ c