[PATCH v4 4/8] PCI: Replace dev_node parameter of of_pci_get_host_bridge_resources with device
From: Vladimir Zapolskiy <hidden>
Date: 2018-05-15 10:05:20
Also in:
linux-pci, lkml
From: Vladimir Zapolskiy <hidden>
Date: 2018-05-15 10:05:20
Also in:
linux-pci, lkml
On 05/15/2018 12:07 PM, Jan Kiszka wrote:
From: Jan Kiszka <jan.kiszka@siemens.com> 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 <jingoohan1@gmail.com> CC: Joao Pinto <redacted> CC: Lorenzo Pieralisi <redacted> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Tested-by: Vladimir Zapolskiy <redacted> Reviewed-by: Vladimir Zapolskiy <redacted> -- With best wishes, Vladimir