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 B47B7C04A95 for ; Sun, 25 Sep 2022 10:04:59 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=QsCEoRx/k6JixC1YvLN5QFiD7upIOMi+3eW2VkIQ1wI=; b=fXGJWPgzABZmiD hlvyvHlqu2OGRn1Qo8NoNkPAIWFP1ZZeymHt1bd1YcKaOvrspzgG19c4COmVHLIF0c2wct3Kts2uN 1WKHDNWZhSaeyvGf4aHSwWIA1dcEQ3RRP1sAKxu8uxwUirl5L2pItdDgIAZVjaxFCvD69Udy6kM4X C0yQAB+/0AqXVmhz1PDW28sMyUIUW4WGBC22HOpyjT96Oj0HtzZg03A5dOiGgcgKAzkFTtr3wmpP+ oVlg7HsGyTAmm8jS4lFSTlfnIlFPTUk8XYqNZROdjpUKYpiWKixejOryr+vJdliwxd6P48WDWzUYx fp+avQixEPqpQrwDioIg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ocOUA-00CaEA-B5; Sun, 25 Sep 2022 10:03:42 +0000 Received: from mo4-p01-ob.smtp.rzone.de ([85.215.255.50]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ocOU6-00Ca8C-6h for linux-arm-kernel@lists.infradead.org; Sun, 25 Sep 2022 10:03:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1664100208; s=strato-dkim-0002; d=gerhold.net; h=In-Reply-To:References:Message-ID:Subject:Cc:To:From:Date:Cc:Date: From:Subject:Sender; bh=cqWUJwis5pcJ2rj05sPjRGLCpe4fJlAQi3NEmXJ/nxE=; b=Dz6Pc/7weBsnjm+x3mWX3Rj8X7zmzEs/6nw7t2ZnCgs71bqj5kOP8Tnd5iz8TDTh+u 2lpjipsS86rxe+TSo0u2yheLWR5T4uvUIOc/P3ol4+U9XzzmE4GMqAF4s7HSrjnPGkD5 yKzu64i+gUNSAtimYOhX2iPChYjZ1xoLbFJc+wnTUbGawC3CQ1ylYIysjV4dmfmLDIps osHArtgnrJAx5K9zs7TChaz7HR3Pz+rK/BomizRfj8eIwhSl2hQeWRRMrfzXPmHqI4sI AbbWJHcLGA1yeOTRXaBmN2M4rapl2nvPejeMu3Qe3XQB2A5wenAZ4+W/kcLnNqAgphW7 sipA== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":P3gBZUipdd93FF5ZZvYFPugejmSTVR2nRPhVOQ/OcYgojyw4j34+u267FZF9PwpcNKLVrK85lg==" X-RZG-CLASS-ID: mo00 Received: from gerhold.net by smtp.strato.de (RZmta 48.1.1 AUTH) with ESMTPSA id dde14cy8PA3S57N (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Sun, 25 Sep 2022 12:03:28 +0200 (CEST) Date: Sun, 25 Sep 2022 12:03:21 +0200 From: Stephan Gerhold To: Krzysztof Kozlowski Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Russell King , Catalin Marinas , Will Deacon , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] ARM: qcom_defconfig: enable rest of ARMv7 SoCs pinctrl drivers Message-ID: References: <20220925091920.34891-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220925091920.34891-1-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220925_030338_607339_4D31BFC9 X-CRM114-Status: GOOD ( 14.95 ) 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 On Sun, Sep 25, 2022 at 11:19:19AM +0200, Krzysztof Kozlowski wrote: > Enable rest of ARMv7 SoCs pin controller drivers. > > Signed-off-by: Krzysztof Kozlowski > --- > arch/arm/configs/qcom_defconfig | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig > index 7d8b6884fd00..4971de49be36 100644 > --- a/arch/arm/configs/qcom_defconfig > +++ b/arch/arm/configs/qcom_defconfig > @@ -131,14 +131,20 @@ CONFIG_PINCTRL_APQ8064=y > CONFIG_PINCTRL_APQ8084=y > CONFIG_PINCTRL_IPQ4019=y > CONFIG_PINCTRL_IPQ8064=y > +CONFIG_PINCTRL_MSM8226=y > CONFIG_PINCTRL_MSM8660=y > CONFIG_PINCTRL_MSM8960=y > +CONFIG_PINCTRL_MDM9607=y > CONFIG_PINCTRL_MDM9615=y > CONFIG_PINCTRL_MSM8X74=y > +CONFIG_PINCTRL_MSM8909=y > +CONFIG_PINCTRL_MSM8916=y Thanks for adding MSM8916! (it's used on both ARM32 and ARM64) > +CONFIG_PINCTRL_MSM8976=y This one should be added to the ARM64 defconfig, I doubt anyone uses it with ARM32. :) Thanks, Stephan _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel