From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D0BCE768F6; Tue, 23 Jan 2024 02:05:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705975520; cv=none; b=sad1hGZcfqrosGmnzrUBMhjJkQ7pffZj2X+r2FqfG3xeMpYqkrLevYio0qr3ymcneMsxGRi1RkPCf/lqSdeZsUcsEA+MySx08VAYwkhB8GJju2mh9iB3TcN/Xtw6eW4zggATAQ21Bsj7NbOS3uTNemRojFwKS8wAEkYAEZNyXOc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705975520; c=relaxed/simple; bh=xX/3b4lWu1XIKVmIVSY0uMBSXU7x1PLXM1lYl+KQ9x0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=hFup1N5y7kxONnzu9E8ffYfQiSLdW0/unA0yLcTzG+DafbWO9+vW0G6pB2F2jw8gKn0t4qQTdt8FosFxFpChuCKYLOiQyNXUE5hFbDbnD7Z5fwMuYHNe7wfhmvijynsPhDUGNhEzgfvL3BA3P80FIp3LFPr3BA/fPKfKGO9wcwY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=g5jFdYln; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="g5jFdYln" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9363DC43399; Tue, 23 Jan 2024 02:05:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1705975520; bh=xX/3b4lWu1XIKVmIVSY0uMBSXU7x1PLXM1lYl+KQ9x0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=g5jFdYlnjTdTbYJsPAVF9Z1bHHt7Vnym8/p8baDK1BRnnsSbcD4HslsA/MjkcXIj9 ii4kE3FN2L2mQrk1103gF/dDVh2MzT7DXh6iayf3GYfySTRESdZY+smynn/rdZmlp6 /5PXHYUMglw2vkotQx8y18N/i1WJ/IwyEF8S7RIY= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Randy Dunlap , kernel test robot , Bartosz Golaszewski , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, patches@armlinux.org.uk, "Russell King (Oracle)" , Sasha Levin Subject: [PATCH 6.6 437/583] ARM: 9330/1: davinci: also select PINCTRL Date: Mon, 22 Jan 2024 15:58:08 -0800 Message-ID: <20240122235825.350820535@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240122235812.238724226@linuxfoundation.org> References: <20240122235812.238724226@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Randy Dunlap [ Upstream commit f54e8634d1366926c807e2af6125b33cff555fa7 ] kconfig warns when PINCTRL_SINGLE is selected but PINCTRL is not set, so also set PINCTRL for ARCH_DAVINCI. This prevents a kconfig/build warning: WARNING: unmet direct dependencies detected for PINCTRL_SINGLE Depends on [n]: PINCTRL [=n] && OF [=y] && HAS_IOMEM [=y] Selected by [y]: - ARCH_DAVINCI [=y] && ARCH_MULTI_V5 [=y] Closes: lore.kernel.org/r/202311070548.0f6XfBrh-lkp@intel.com Fixes: f962396ce292 ("ARM: davinci: support multiplatform build for ARM v5") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Bartosz Golaszewski Cc: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org Cc: patches@armlinux.org.uk Signed-off-by: Russell King (Oracle) Signed-off-by: Sasha Levin --- arch/arm/mach-davinci/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 59de137c6f53..2a8a9fe46586 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -11,6 +11,7 @@ menuconfig ARCH_DAVINCI select PM_GENERIC_DOMAINS_OF if PM && OF select REGMAP_MMIO select RESET_CONTROLLER + select PINCTRL select PINCTRL_SINGLE if ARCH_DAVINCI -- 2.43.0 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D6BACC46CD2 for ; Tue, 23 Jan 2024 02:05:58 +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:References:In-Reply-To: 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: List-Owner; bh=yKscsvaCCmERMPkMauCdwuwd18WyDQg85PmwEGzpGE8=; b=QLh0lZ6Wjz6gDk 3qWSiofy21R+t9N30RY4T7QK+x13d7B/OWbB8le62eJ4p1vm2XKR084C5x9hq00Vc9tuuIBSjwUAd /i1h2FOhTOywJLB6WnZECLoGt/V8C6/biE10lbx41u2BtyNxp7iwINc03hYgHAqJdTusUxRZ2soWI gxorRgP62LO+EvAhtXw4LmCMX6oMXztElcKK8pj14yBPT9iKGJD4gaOgIHziQV8DqQBMF9CMwYDHF TOvL638a+L0JVPuJWxT1LnzXciKCzuUjaHMATzTmqMigDezALJgWSvhjrkNuahrbuN1z7iiCaV28l J3n5iE7y3QyMWGx/xvGw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rS6AH-00EqDN-1D; Tue, 23 Jan 2024 02:05:25 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rS6AD-00EqCa-27 for linux-arm-kernel@lists.infradead.org; Tue, 23 Jan 2024 02:05:23 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 068206164B; Tue, 23 Jan 2024 02:05:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9363DC43399; Tue, 23 Jan 2024 02:05:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1705975520; bh=xX/3b4lWu1XIKVmIVSY0uMBSXU7x1PLXM1lYl+KQ9x0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=g5jFdYlnjTdTbYJsPAVF9Z1bHHt7Vnym8/p8baDK1BRnnsSbcD4HslsA/MjkcXIj9 ii4kE3FN2L2mQrk1103gF/dDVh2MzT7DXh6iayf3GYfySTRESdZY+smynn/rdZmlp6 /5PXHYUMglw2vkotQx8y18N/i1WJ/IwyEF8S7RIY= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Randy Dunlap , kernel test robot , Bartosz Golaszewski , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, patches@armlinux.org.uk, "Russell King (Oracle)" , Sasha Levin Subject: [PATCH 6.6 437/583] ARM: 9330/1: davinci: also select PINCTRL Date: Mon, 22 Jan 2024 15:58:08 -0800 Message-ID: <20240122235825.350820535@linuxfoundation.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240122235812.238724226@linuxfoundation.org> References: <20240122235812.238724226@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240122_180521_738489_FD2A4AD5 X-CRM114-Status: GOOD ( 10.89 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Randy Dunlap [ Upstream commit f54e8634d1366926c807e2af6125b33cff555fa7 ] kconfig warns when PINCTRL_SINGLE is selected but PINCTRL is not set, so also set PINCTRL for ARCH_DAVINCI. This prevents a kconfig/build warning: WARNING: unmet direct dependencies detected for PINCTRL_SINGLE Depends on [n]: PINCTRL [=n] && OF [=y] && HAS_IOMEM [=y] Selected by [y]: - ARCH_DAVINCI [=y] && ARCH_MULTI_V5 [=y] Closes: lore.kernel.org/r/202311070548.0f6XfBrh-lkp@intel.com Fixes: f962396ce292 ("ARM: davinci: support multiplatform build for ARM v5") Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Bartosz Golaszewski Cc: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org Cc: patches@armlinux.org.uk Signed-off-by: Russell King (Oracle) Signed-off-by: Sasha Levin --- arch/arm/mach-davinci/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig index 59de137c6f53..2a8a9fe46586 100644 --- a/arch/arm/mach-davinci/Kconfig +++ b/arch/arm/mach-davinci/Kconfig @@ -11,6 +11,7 @@ menuconfig ARCH_DAVINCI select PM_GENERIC_DOMAINS_OF if PM && OF select REGMAP_MMIO select RESET_CONTROLLER + select PINCTRL select PINCTRL_SINGLE if ARCH_DAVINCI -- 2.43.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel