Re: [PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device

2018-05-29 Thread Bjorn Helgaas
On Mon, May 28, 2018 at 12:46:35PM +0200, Jan Kiszka wrote: > On 2018-05-28 12:00, Vladimir Zapolskiy wrote: > > Hi Jan, Bjorn, > > > > On 05/15/2018 12:07 PM, Jan Kiszka wrote: > >> From: Jan Kiszka > >> > >> Another step towards a managed version of > >> of_pci_get_host_bridge_resources():

Re: [PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device

2018-05-29 Thread Bjorn Helgaas
On Mon, May 28, 2018 at 12:46:35PM +0200, Jan Kiszka wrote: > On 2018-05-28 12:00, Vladimir Zapolskiy wrote: > > Hi Jan, Bjorn, > > > > On 05/15/2018 12:07 PM, Jan Kiszka wrote: > >> From: Jan Kiszka > >> > >> Another step towards a managed version of > >> of_pci_get_host_bridge_resources():

Re: [PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device

2018-05-28 Thread Jan Kiszka
On 2018-05-28 12:00, Vladimir Zapolskiy wrote: > Hi Jan, Bjorn, > > On 05/15/2018 12:07 PM, Jan Kiszka wrote: >> From: Jan Kiszka >> >> Another step towards a managed version of >> of_pci_get_host_bridge_resources(): Feed in the underlying device, >> rather than just the

Re: [PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device

2018-05-28 Thread Jan Kiszka
On 2018-05-28 12:00, Vladimir Zapolskiy wrote: > Hi Jan, Bjorn, > > On 05/15/2018 12:07 PM, Jan Kiszka wrote: >> From: Jan Kiszka >> >> Another step towards a managed version of >> of_pci_get_host_bridge_resources(): Feed in the underlying device, >> rather than just the OF node. This will allow

Re: [PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device

2018-05-28 Thread Vladimir Zapolskiy
Hi Jan, Bjorn, On 05/15/2018 12:07 PM, Jan Kiszka wrote: > From: Jan Kiszka > > Another step towards a managed version of > of_pci_get_host_bridge_resources(): Feed in the underlying device, > rather than just the OF node. This will allow to use managed resource >

Re: [PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device

2018-05-28 Thread Vladimir Zapolskiy
Hi Jan, Bjorn, On 05/15/2018 12:07 PM, Jan Kiszka wrote: > From: Jan Kiszka > > Another step towards a managed version of > of_pci_get_host_bridge_resources(): Feed in the underlying device, > rather than just the OF node. This will allow to use managed resource > allocation internally later

Re: [PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device

2018-05-15 Thread Jingoo Han
On Tuesday, May 15, 2018 5:07 AM, Jan Kiszka wrote: > > From: Jan Kiszka > > Another step towards a managed version of > of_pci_get_host_bridge_resources(): Feed in the underlying device, > rather than just the OF node. This will allow to use managed resource >

Re: [PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device

2018-05-15 Thread Jingoo Han
On Tuesday, May 15, 2018 5:07 AM, Jan Kiszka wrote: > > From: Jan Kiszka > > Another step towards a managed version of > of_pci_get_host_bridge_resources(): Feed in the underlying device, > rather than just the OF node. This will allow to use managed resource > allocation internally later on. >

Re: [PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device

2018-05-15 Thread Vladimir Zapolskiy
On 05/15/2018 12:07 PM, Jan Kiszka wrote: > From: Jan Kiszka > > Another step towards a managed version of > of_pci_get_host_bridge_resources(): Feed in the underlying device, > rather than just the OF node. This will allow to use managed resource > allocation internally

Re: [PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device

2018-05-15 Thread Vladimir Zapolskiy
On 05/15/2018 12:07 PM, Jan Kiszka wrote: > From: Jan Kiszka > > Another step towards a managed version of > of_pci_get_host_bridge_resources(): Feed in the underlying device, > rather than just the OF node. This will allow to use managed resource > allocation internally later on. > > CC:

[PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device

2018-05-15 Thread Jan Kiszka
From: Jan Kiszka Another step towards a managed version of of_pci_get_host_bridge_resources(): Feed in the underlying device, rather than just the OF node. This will allow to use managed resource allocation internally later on. CC: Jingoo Han CC:

[PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device

2018-05-15 Thread Jan Kiszka
From: Jan Kiszka Another step towards a managed version of of_pci_get_host_bridge_resources(): Feed in the underlying device, rather than just the OF node. This will allow to use managed resource allocation internally later on. CC: Jingoo Han CC: Joao Pinto CC: Lorenzo Pieralisi