]> Git Repo - linux.git/commit
PCI: dwc: keystone: Convert .scan_bus() callback to use add_bus
authorRob Herring <[email protected]>
Fri, 21 Aug 2020 03:53:55 +0000 (21:53 -0600)
committerLorenzo Pieralisi <[email protected]>
Tue, 8 Sep 2020 15:37:02 +0000 (16:37 +0100)
commit6ab15b5e7057c5d0de7316f2264c92fb7a28b340
tree098339197d12ada1c8ca0e2d7e4c4cda84527f7b
parent6e8e104d21962177b26149643e66a8af0099734c
PCI: dwc: keystone: Convert .scan_bus() callback to use add_bus

TI keystone is the only Designware driver using .scan_bus(). This
function pointer is the only thing preventing the Designware driver from
using pci_host_probe(). Let's use the pci_ops.add_bus hook instead.

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Cc: Murali Karicheri <[email protected]>
Cc: Lorenzo Pieralisi <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
drivers/pci/controller/dwc/pci-keystone.c
This page took 0.053688 seconds and 4 git commands to generate.