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 X-Spam-Level: X-Spam-Status: No, score=-11.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, NICE_REPLY_A,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 22A8AC56201 for ; Tue, 10 Nov 2020 19:29:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A327020656 for ; Tue, 10 Nov 2020 19:29:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="jz3UjH9C" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731297AbgKJT3E (ORCPT ); Tue, 10 Nov 2020 14:29:04 -0500 Received: from m42-4.mailgun.net ([69.72.42.4]:62920 "EHLO m42-4.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726307AbgKJT3D (ORCPT ); Tue, 10 Nov 2020 14:29:03 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1605036542; h=Content-Transfer-Encoding: Content-Type: In-Reply-To: MIME-Version: Date: Message-ID: From: References: Cc: To: Subject: Sender; bh=0VxEoZEjoD8/bkzrSGDJ5C9RtI1ekM+Z0OiDWMyF/eE=; b=jz3UjH9CsyDVMDMM63qygAX0mMZI3NWB9AeoD/OZ6LIrdtOISQY1ZqoP3FU8JCDIgICV8w6b TYGaOyhJZjMJBAb8vRwI0aBmnW8mX0rBTNnkwey+N2YttuZt3xF7y6dNxnRo4pG0MIld29Kh fRSzwfhj9UwqQRKqX2dhJBsJN78= X-Mailgun-Sending-Ip: 69.72.42.4 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n01.prod.us-east-1.postgun.com with SMTP id 5faae9fececc309dcb51edea (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Tue, 10 Nov 2020 19:29:02 GMT Sender: jhugo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id B2C1AC433C9; Tue, 10 Nov 2020 19:29:01 +0000 (UTC) Received: from [10.226.59.216] (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: jhugo) by smtp.codeaurora.org (Postfix) with ESMTPSA id 1D8D5C433C6; Tue, 10 Nov 2020 19:28:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 1D8D5C433C6 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=jhugo@codeaurora.org Subject: Re: [PATCH] pinctrl: qcom: Fix msm9853 Kconfig entry to depend on, not select PINCTRL_MSM To: John Stultz , lkml Cc: Andy Gross , Prasad Sodagudi , Vladimir Lypak , Bjorn Andersson , Linus Walleij , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org References: <20201110190054.20517-1-john.stultz@linaro.org> From: Jeffrey Hugo Message-ID: <19b7b301-3460-7ece-21d3-59cd7490c8ed@codeaurora.org> Date: Tue, 10 Nov 2020 12:28:59 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.3.3 MIME-Version: 1.0 In-Reply-To: <20201110190054.20517-1-john.stultz@linaro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/10/2020 12:00 PM, John Stultz wrote: > One fixup following my patch commit be117ca32261 ("pinctrl: > qcom: Kconfig: Rework PINCTRL_MSM to be a depenency rather then > a selected config") being queued in LinusW's tree, as a new > config entry was added for the msm9853 that also needs the > change. > > Applies to LinusW's pinctrl devel tree. > > Cc: Andy Gross > Cc: Prasad Sodagudi > Cc: Vladimir Lypak > Cc: Bjorn Andersson > Cc: Linus Walleij > Cc: linux-arm-msm@vger.kernel.org > Cc: linux-gpio@vger.kernel.org > Signed-off-by: John Stultz > --- > drivers/pinctrl/qcom/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig > index 8bdf878fe970c..cf56e029cd9c7 100644 > --- a/drivers/pinctrl/qcom/Kconfig > +++ b/drivers/pinctrl/qcom/Kconfig > @@ -115,7 +115,7 @@ config PINCTRL_MSM8916 > config PINCTRL_MSM8953 > tristate "Qualcomm 8953 pin controller driver" > depends on GPIOLIB && OF > - select PINCTRL_MSM > + depends on PINCTRL_MSM > help > This is the pinctrl, pinmux, pinconf and gpiolib driver for the > Qualcomm TLMM block found on the Qualcomm MSM8953 platform. > Subject should indicate msm8953, no? -- Jeffrey Hugo Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.