From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754988AbeEHN3e (ORCPT ); Tue, 8 May 2018 09:29:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:55560 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754599AbeEHN3c (ORCPT ); Tue, 8 May 2018 09:29:32 -0400 Date: Tue, 8 May 2018 08:29:30 -0500 From: Bjorn Helgaas To: Jan Kiszka Cc: Christoph Hellwig , Bjorn Helgaas , linux-pci@vger.kernel.org, Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 08/10] PCI: Deprecate of_pci_get_host_bridge_resources() Message-ID: <20180508132930.GL161390@bhelgaas-glaptop.roam.corp.google.com> References: <20180502123923.GA10783@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 03, 2018 at 09:53:58AM +0200, Jan Kiszka wrote: > On 2018-05-02 14:39, Christoph Hellwig wrote: > > On Mon, Apr 30, 2018 at 07:48:42AM +0200, Jan Kiszka wrote: > >> From: Jan Kiszka > >> > >> There are no in-tree users remaining, all are converted to the managed > >> variant. And it is unlikely that any out-of-tree user got the resource > >> management right as well. So deprecate the interface and push users to > >> the managed version instead. > >> > >> To avoid raising a warning when exporting a deprecated symbol, wrap the > >> API with an inline and export an internal name. > > > > Don't deprecated it, just remove it. > > I see a clear favorite now: consider this patch obsolete. I'll send a > separate removal patch, or a v3 of this series when otherwise needed. Can you just send an update to this patch to remove it? I've got these on a branch and will just update my branch with the removal. Then I'll coordinate with Lorenzo and make sure the dependency issue is resolved.