Re: [PATCH v2 08/10] PCI: Deprecate of_pci_get_host_bridge_resources()

2018-05-08 Thread Bjorn Helgaas
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

Re: [PATCH v2 08/10] PCI: Deprecate of_pci_get_host_bridge_resources()

2018-05-08 Thread Bjorn Helgaas
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

Re: [PATCH v2 08/10] PCI: Deprecate of_pci_get_host_bridge_resources()

2018-05-03 Thread Jan Kiszka
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

Re: [PATCH v2 08/10] PCI: Deprecate of_pci_get_host_bridge_resources()

2018-05-03 Thread Jan Kiszka
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

Re: [PATCH v2 08/10] PCI: Deprecate of_pci_get_host_bridge_resources()

2018-05-02 Thread Christoph Hellwig
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

Re: [PATCH v2 08/10] PCI: Deprecate of_pci_get_host_bridge_resources()

2018-05-02 Thread Christoph Hellwig
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

[PATCH v2 08/10] PCI: Deprecate of_pci_get_host_bridge_resources()

2018-04-29 Thread Jan Kiszka
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

[PATCH v2 08/10] PCI: Deprecate of_pci_get_host_bridge_resources()

2018-04-29 Thread Jan Kiszka
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