summaryrefslogtreecommitdiffstats
path: root/drivers/pci/bus.c
Commit message (Expand)AuthorAgeFilesLines
* pci: support non 1:1 mappingsSascha Hauer2024-04-021-0/+23
* pci: Do not register device tree disabled devicesSascha Hauer2024-01-021-0/+3
* Rename struct driver_d to driverSascha Hauer2023-01-101-2/+2
* Rename struct device_d to deviceSascha Hauer2023-01-101-4/+4
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-0/+1
* PCI: copy over some Linux PCI helpersAhmad Fatoum2019-12-091-0/+26
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-2/+1
* pci: Do not abuse dev->priv for storing dataSascha Hauer2015-04-171-4/+4
* driver: Call remove function only when availableSascha Hauer2015-03-171-1/+2
* pci: prettyprint device namesLucas Stach2014-10-081-1/+2
* PCI: initial commitAntony Pavlov2014-07-041-0/+110