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 25FA2C433F5 for ; Mon, 11 Apr 2022 15:29:23 +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=qXsuEt23KAVZKLFBAP4xg+LYYo2RYg1vWY3AkQfugHw=; b=cv45ZoTOfnjlA5 hD2p2LMXBEzZFIt9HXEigSbeNDbijGQ5n7M4a16O+ynUcqZq12I1h9HC5nAE8eTDdEn6l7LTz9ZAI J70GriYGn24ak+9crmIMf78i9jfOvUI8ugvYtcGIaFsQ9u41UIkhsjAPxPJ4f6Ws/jPLMlHq5QrHj N6Tn2/315pLcImYDN6yLDRB8O8j/juk4K+984m1lkX+k92FE3LgJxN+iFmfS9qTof1KwecmWKgozT h6/4Be/eyI/cPq/EjuLJOO6IpHwi4gNHDLDnIG91roskCvRLdjEVOlSAJhs+zlh0+BNt9JbW50WxM hEpJljyfQTJPTnN9X9Hg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndvxd-009YjP-6Q; Mon, 11 Apr 2022 15:28:13 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ndvua-009XCJ-5l for linux-arm-kernel@lists.infradead.org; Mon, 11 Apr 2022 15:25:05 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 613B01570; Mon, 11 Apr 2022 08:25:00 -0700 (PDT) Received: from lpieralisi (unknown [10.57.6.174]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 46CAE3F73B; Mon, 11 Apr 2022 08:24:57 -0700 (PDT) Date: Mon, 11 Apr 2022 16:25:01 +0100 From: Lorenzo Pieralisi To: =?iso-8859-1?Q?Ma=EDra?= Canal Cc: l.stach@pengutronix.de, hongxing.zhu@nxp.com, robh@kernel.org, bhelgaas@google.com, helgaas@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, linux-imx@nxp.com, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linus.walleij@linaro.org Subject: Re: [PATCH v3] PCI: imx6: Replace legacy gpio interface for gpiod interface Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220411_082504_310025_8575039E X-CRM114-Status: GOOD ( 17.47 ) 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org [+Linus] On Fri, Apr 08, 2022 at 11:46:32AM -0300, Ma=EDra Canal wrote: > On Fri, Apr 08, 2022 at 03:23:39PM +0100, Lorenzo Pieralisi wrote: > > On Mon, Nov 01, 2021 at 10:03:11PM -0300, Ma=EDra Canal wrote: > > > Considering the current transition of the GPIO subsystem, remove all > > > dependencies of the legacy GPIO interface (linux/gpio.h and linux > > > /of_gpio.h) and replace it with the descriptor-based GPIO approach. > > > = > > > Signed-off-by: Ma=EDra Canal > > > --- > > > V1 -> V2: Rewrite commit log and subject line to match PCI subsystem = standard > > > V2 -> v3: Change gpiod_set_value_cansleep for gpiod_set_raw_value_can= sleep > > > --- > > > drivers/pci/controller/dwc/pci-imx6.c | 30 +++++++++----------------= -- > > > 1 file changed, 10 insertions(+), 20 deletions(-) > > = > > Maira, Lucas, > > = > > what's this patch status ? Please let me know. > = > = > Lorenzo, > = > Thank you for the feedback. Since I sent v3, I didn't get any feedback fr= om the community. > = > If you have any feedback, I would gladly work on it. I would ask Linus to have a look please given that it is GPIO code. Original thread: https://lore.kernel.org/linux-pci/YYCOTx68LXu1Tn1i@fedora Thanks, Lorenzo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel