linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: SoC fixes
@ 2023-01-09 16:16 Arnd Bergmann
  2023-01-09 16:16 ` [PATCH 1/3] ARM: pxa: enable PXA310/PXA320 for DT-only build Arnd Bergmann
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Arnd Bergmann @ 2023-01-09 16:16 UTC (permalink / raw)
  To: Aaro Koskinen, Janusz Krzysztofik, Tony Lindgren, linux-omap,
	Robert Jarzmik
  Cc: linux-arm-kernel, linux-kernel, Daniel Mack, Haojian Zhuang,
	Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-01-23 15:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-09 16:16 [PATCH 0/3] ARM: SoC fixes Arnd Bergmann
2023-01-09 16:16 ` [PATCH 1/3] ARM: pxa: enable PXA310/PXA320 for DT-only build Arnd Bergmann
2023-01-23 15:30   ` Robert Jarzmik
2023-01-09 16:16 ` [PATCH 2/3] ARM: omap1: fix !ARCH_OMAP1_ANY link failures Arnd Bergmann
2023-01-10 21:14   ` Aaro Koskinen
2023-01-09 16:16 ` [PATCH 3/3] ARM: omap1: fix building gpio15xx Arnd Bergmann
2023-01-10 21:15   ` Aaro Koskinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).