Message ID | 20230109161636.512203-1-arnd@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2A97EC6379F for <linux-arm-kernel@archiver.kernel.org>; Mon, 9 Jan 2023 16:17:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=OBqGNECDqvXEzk940703/M++8fKbAFClEf3zGVBT+SU=; b=4Dj4SsMilc7/sM M3WDwApuKjp2Pc/CUFHCXaLRv2W7+vU4bdhP2rf15kvHln23Rk9JhIuN/tV+rM5qBAEULda/OpTFc m+NxhWSPStg39X3O6tC/ytJD9ndCfTLPMFfCk1wIIQWnBaIQravF6JFpJyP/lsjZmOsDKR1l+KRMT KHCvjDYDfOfNfLvwC/DXgt9Jotw3GCT6hkpzC9+X4tdox6Oy60gFZrnzQlEj1eXVHNAIJUTFrkxR7 Pw5tvRI//KsQH85czq0a0S9o14uKN9rbf8AO27sF2KlynIc5A0NLSBMf4OJmlmPlFBAKDk/Y5cqQX qE/D54rAidxOvD9CJXtQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pEupO-002We9-MP; Mon, 09 Jan 2023 16:16:50 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pEupM-002Wd6-CY for linux-arm-kernel@lists.infradead.org; Mon, 09 Jan 2023 16:16:49 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id CCA24B80E3E; Mon, 9 Jan 2023 16:16:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4FC16C433EF; Mon, 9 Jan 2023 16:16:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673281005; bh=GcUJoqwzBj4P+o08/WBqKW8nNGVoR4iTgJhHoDsx6mM=; h=From:To:Cc:Subject:Date:From; b=Y0DGa8M6n4er5K6xkkqr33qBXl1W7dj7zDro0802IrhNX9LiiA9CG8JQaX3XF+zfB +jXUma/b5/jOMlk0aPYvJ9FK0Ycz/xz1tN/HUXwTuYLIsums9JwiYp3njC2tQBVXfY eOVtrUvkQsOpB8N6L0NUfsGFbO7DdQjt4XOLMfjL594Fw+MypeFhPGN1phDTntEGML mMmBhjWfNAToi9/UUiE4gs7BYaiSQADWgKUCI9QGA90bntv567WyMsJcCfvaReLrF/ KDXp9SMBDSZ4QbHLXSqDJuLv2ne58eNgVcWglUP2BWUMkA1kSmqjv9RJoyX3bEihoF 9kP1IPbh2rdTw== From: Arnd Bergmann <arnd@kernel.org> To: Aaro Koskinen <aaro.koskinen@iki.fi>, Janusz Krzysztofik <jmkrzyszt@gmail.com>, Tony Lindgren <tony@atomide.com>, linux-omap@vger.kernel.org, Robert Jarzmik <robert.jarzmik@free.fr> Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Daniel Mack <daniel@zonque.org>, Haojian Zhuang <haojian.zhuang@gmail.com>, Arnd Bergmann <arnd@arndb.de> Subject: [PATCH 0/3] ARM: SoC fixes Date: Mon, 9 Jan 2023 17:16:33 +0100 Message-Id: <20230109161636.512203-1-arnd@kernel.org> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230109_081648_585996_C0BBB6C8 X-CRM114-Status: GOOD ( 12.11 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series | ARM: SoC fixes | expand |
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(-)