diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-11-25 13:57:12 +0300 |
---|---|---|
committer | Bjorn Helgaas <helgaas@kernel.org> | 2016-12-07 21:06:17 +0300 |
commit | 76f254149171a93e676139b53fcc83043d55a047 (patch) | |
tree | 97e93fc19498fd4e5751308569ba68cebc163723 /tools/perf/scripts/python | |
parent | a52d1443bba1db98907521414727eee22ae8c380 (diff) | |
download | linux-76f254149171a93e676139b53fcc83043d55a047.tar.xz |
PCI: tegra: Use new pci_register_host_bridge() interface
Tegra is one of the remaining platforms that still use the traditional
pci_common_init_dev() interface for probing PCI host bridges.
This demonstrates how to convert it to the pci_register_host interface I
just added in a previous patch. This leads to a more linear probe sequence
that can handle errors better because we avoid callbacks into the driver,
and it makes the driver architecture independent.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Bjorn Helgaas <helgaas@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions