From: Arnd Bergmann <arnd@xxxxxxxx> These are three fixes for mistakes I discovered during the preparation of the boardfile removal. Robert noticed the accidental removal of PXA310 and PXA320 support because of a misplaced Kconfig statement, and the two OMAP patches were build failures that got introduced earlier but that I found while testing the removal. If these look fine, I'll queue them for 6.2 and for stable backports, basing the boardfile removal patches on top. Arnd Bergmann (3): ARM: pxa: enable PXA310/PXA320 for DT-only build ARM: omap1: fix !ARCH_OMAP1_ANY link failures ARM: omap1: fix building gpio15xx arch/arm/mach-omap1/Kconfig | 5 +---- arch/arm/mach-omap1/Makefile | 4 ---- arch/arm/mach-omap1/gpio15xx.c | 1 + arch/arm/mach-omap1/io.c | 32 +++++++++++++++----------------- arch/arm/mach-omap1/mcbsp.c | 21 --------------------- arch/arm/mach-omap1/pm.h | 7 ------- arch/arm/mach-pxa/Kconfig | 2 ++ include/linux/soc/ti/omap1-io.h | 4 ++-- 8 files changed, 21 insertions(+), 55 deletions(-) -- 2.39.0