commit | 950334bcf17a6ab55ce13d3bdf050f7b429320d5 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Sat May 28 18:09:16 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Jun 06 15:25:51 2016 -0500 |
tree | 2c218cbf95f3ef9c6b4015cd8bea17fb02491b15 | |
parent | 1a695a905c18548062509178b98bc91e67510864 [diff] |
PCI: Add devm_request_pci_bus_resources() Several host bridge drivers iterate through the list of bridge windows to request resources. Several others don't request the window resources at all. Add a devm_request_pci_bus_resources() interface to make it easier for drivers to request all the window resources. Export to GPL modules (from Arnd Bergmann <arnd@arndb.de>). Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>