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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5BE10C433F5 for ; Fri, 25 Mar 2022 10:48:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346370AbiCYKuO (ORCPT ); Fri, 25 Mar 2022 06:50:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346407AbiCYKuM (ORCPT ); Fri, 25 Mar 2022 06:50:12 -0400 Received: from alexa-out-sd-02.qualcomm.com (alexa-out-sd-02.qualcomm.com [199.106.114.39]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 473B860E5; Fri, 25 Mar 2022 03:48:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1648205315; x=1679741315; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=6SYE30WL/ZVQGNoFhLYXCXzeHh3vABfM/UDz9rezytY=; b=BLVEMKyp1xiZHoFVxZL835rWC+2M+bbaWa6nIdnoHLS37lAFCH1XDwo5 UleUaKz6mbbX3jgWJFAvYvLL2vC1+hD+aCE26rDk56c5sEsQ5UHPRfFDC j9sBofiDPQacnPw48jW1M2Ds6YvYZObf34THBFhURxgfXyMr8niXDZfib s=; Received: from unknown (HELO ironmsg04-sd.qualcomm.com) ([10.53.140.144]) by alexa-out-sd-02.qualcomm.com with ESMTP; 25 Mar 2022 03:48:34 -0700 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg04-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2022 03:48:33 -0700 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Fri, 25 Mar 2022 03:48:33 -0700 Received: from [10.216.19.119] (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Fri, 25 Mar 2022 03:48:28 -0700 Message-ID: <1e3d636a-f349-00d1-f9c5-0cdd19d42fbd@quicinc.com> Date: Fri, 25 Mar 2022 16:18:25 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 Subject: Re: [PATCH 5/6] dt-bindings: pinctrl: qcom-pmic-gpio: Add pmx65 support Content-Language: en-US To: Linus Walleij CC: , , , , , , , , , , References: <1647410837-22537-1-git-send-email-quic_rohiagar@quicinc.com> <1647410837-22537-6-git-send-email-quic_rohiagar@quicinc.com> From: Rohit Agarwal In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On 3/25/2022 4:10 AM, Linus Walleij wrote: > On Wed, Mar 16, 2022 at 7:07 AM Rohit Agarwal wrote: > >> Add support for the PMX65 GPIO support to the Qualcomm PMIC GPIO >> binding. >> >> Signed-off-by: Rohit Agarwal > After the merge window can you resend this binding and the pinctrl > patch separately so I can merge them to the pinctrl tree? Sure, Will do. Thanks. > > Yours, > Linus Walleij