
Keeping the commands code in an arch/ is not correct. This patchset moves the meson smc commands from arch/arm/mach-meson to cmd/meson folder and also adds a new 'efusedump' command with which user can print efuse memory.
Alexey Romanov (3): asm/arch-meson: add missing meson_sm_write_efuse signature arm/mach-meson: move smc commands in cmd/meson cmd/arm: meson: sm: introduce efusedump command
MAINTAINERS | 1 + arch/arm/include/asm/arch-meson/sm.h | 2 + arch/arm/mach-meson/sm.c | 144 --------------------- cmd/Kconfig | 7 + cmd/Makefile | 3 + cmd/meson/Makefile | 5 + cmd/meson/sm.c | 187 +++++++++++++++++++++++++++ 7 files changed, 205 insertions(+), 144 deletions(-) create mode 100644 cmd/meson/Makefile create mode 100644 cmd/meson/sm.c