https://github.com/torvalds/linux
Revision 7c7a0e945349a3d0d497d7f32db6ed33d4031110 authored by Gabriele Paoloni on 11 November 2015, 01:12:25 UTC, committed by Bjorn Helgaas on 25 November 2015, 19:23:38 UTC
Commit b3a72384fe29 ("ARM/PCI: Replace pci_sys_data->align_resource with
global function pointer") introduced an ARM-specific align_resource()
function pointer.  This is not portable to other arches and doesn't work
for platforms with two different PCIe host bridge controllers.

Move the function pointer to the pci_host_bridge structure so each host
bridge driver can specify its own align_resource() function.

Signed-off-by: Gabriele Paoloni <gabriele.paoloni@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
1 parent 9f55cf5
History
Tip revision: 7c7a0e945349a3d0d497d7f32db6ed33d4031110 authored by Gabriele Paoloni on 11 November 2015, 01:12:25 UTC
ARM/PCI: Move align_resource function pointer to pci_host_bridge structure
Tip revision: 7c7a0e9

back to top