From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fgw23-7.mail.saunalahti.fi (fgw23-7.mail.saunalahti.fi [62.142.5.84]) (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 5D33F130A64 for ; Thu, 9 May 2024 04:16:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.142.5.84 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715228202; cv=none; b=HRtIUuhQFqcXXtgLxK2KUpC7e7uvAfFqWS9FinUhOSOmX4HNsK2srI55sqIIgNNOQP3UTpwiHAAvh+DeHteDxvMsK7E+mybFazLCJkpxXKmZVtm6lRhvvS0geS4QnboO0BZp7Rls34RkyUUzQr+HK76CMeutvYddhVodmPhUP8w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715228202; c=relaxed/simple; bh=M8OzvcYBmKGDKjXGMF5Iys8win0xxLaBpfz7DSCaZzA=; h=From:Date:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=m7KfV9kLHXrAPPfG2uy84SYV+89WpGS9nYHhFOjSIZ7agxmrzSFDlQSruCLQ2iah1PwgTM3r1i2YrTr5wKozqaLh8cF6O03LYf4FATlaRIL7lhsCSKKQbNcVK4bitEYa+/6KpIV6DrTzn8BB0W3gl6BKsLNTI9PtY5Ca0EoICZ4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com; spf=fail smtp.mailfrom=gmail.com; arc=none smtp.client-ip=62.142.5.84 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=gmail.com Received: from localhost (88-113-25-208.elisa-laajakaista.fi [88.113.25.208]) by fgw20.mail.saunalahti.fi (Halon) with ESMTP id e98909e1-0dba-11ef-b3cf-005056bd6ce9; Thu, 09 May 2024 07:16:31 +0300 (EEST) From: Andy Shevchenko Date: Thu, 9 May 2024 07:16:30 +0300 To: Frank Li Cc: Andy Shevchenko , Manivannan Sadhasivam , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , linux-omap@vger.kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-amlogic@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-tegra@vger.kernel.org, Vignesh Raghavendra , Siddharth Vadapalli , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Rob Herring , Bjorn Helgaas , Richard Zhu , Lucas Stach , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Yue Wang , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Xiaowei Song , Binghui Wang , Thierry Reding , Jonathan Hunter , Thomas Petazzoni , Pali =?iso-8859-1?Q?Roh=E1r?= , Linus Walleij Subject: Re: [PATCH v4 4/5] PCI: imx6: Convert to agnostic GPIO API Message-ID: References: <20240506142142.4042810-1-andriy.shevchenko@linux.intel.com> <20240506142142.4042810-5-andriy.shevchenko@linux.intel.com> Precedence: bulk X-Mailing-List: linux-omap@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Tue, May 07, 2024 at 03:22:33PM -0400, Frank Li kirjoitti: > On Mon, May 06, 2024 at 05:20:40PM +0300, Andy Shevchenko wrote: > > The of_gpio.h is going to be removed. In preparation of that convert > > the driver to the agnostic API. ... > Can I include your patch in my imx6 pci improvement patches > https://lore.kernel.org/linux-pci/20240507-pci2_upstream-v4-0-e8c80d874057@nxp.com/T/#t > > There is patch, which rename function from imx6 -> imx. That will avoid > conflict. You can, of course, but it will be not my decision to make. Ask PCI maintainers who is supposed to take this series. -- With Best Regards, Andy Shevchenko