Re: [PATCH v2 03/10] PCI: Factor out __of_pci_get_host_bridge_resources()

2018-05-03 Thread Vladimir Zapolskiy
On 04/30/2018 08:48 AM, Jan Kiszka wrote: > From: Jan Kiszka > > This will be needed for sharing the core logic between current > of_pci_get_host_bridge_resources() and upcoming > devm_of_pci_get_host_bridge_resources(). > > Already rename the dev parameter to dev_node

Re: [PATCH v2 03/10] PCI: Factor out __of_pci_get_host_bridge_resources()

2018-05-03 Thread Vladimir Zapolskiy
On 04/30/2018 08:48 AM, Jan Kiszka wrote: > From: Jan Kiszka > > This will be needed for sharing the core logic between current > of_pci_get_host_bridge_resources() and upcoming > devm_of_pci_get_host_bridge_resources(). > > Already rename the dev parameter to dev_node in order to free the >

[PATCH v2 03/10] PCI: Factor out __of_pci_get_host_bridge_resources()

2018-04-29 Thread Jan Kiszka
From: Jan Kiszka This will be needed for sharing the core logic between current of_pci_get_host_bridge_resources() and upcoming devm_of_pci_get_host_bridge_resources(). Already rename the dev parameter to dev_node in order to free the namespace for a real device

[PATCH v2 03/10] PCI: Factor out __of_pci_get_host_bridge_resources()

2018-04-29 Thread Jan Kiszka
From: Jan Kiszka This will be needed for sharing the core logic between current of_pci_get_host_bridge_resources() and upcoming devm_of_pci_get_host_bridge_resources(). Already rename the dev parameter to dev_node in order to free the namespace for a real device parameter. No functional