summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/pci'Sascha Hauer2024-01-241-4/+2
|\
| * pci: implement function level resetSascha Hauer2024-01-021-0/+2
| * pci: remove duplicate definition of pci_resource_startSascha Hauer2024-01-021-4/+0
* | treewide: mark linker list elements with __ll_elemAhmad Fatoum2024-01-111-2/+2
|/
* pci: add pci_select_bars() helperSascha Hauer2023-05-031-0/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
* include: add SPDX-License-IdentifierAhmad Fatoum2022-01-051-0/+2
* PCI: support PCI BIOS preassigned busesAhmad Fatoum2021-05-031-0/+3
* PCI: port Linux pci_find_capabilityAhmad Fatoum2021-03-041-0/+5
* PCI: copy over some Linux PCI helpersAhmad Fatoum2019-12-091-0/+34
* PCI: Introduce device_pci_driver()Andrey Smirnov2019-02-181-0/+5
* PCI: Fix to_pci_dev() macroAndrey Smirnov2019-02-181-1/+1
* PCI: Consify pci_ops in struct pci_controllerAndrey Smirnov2019-01-161-1/+1
* PCI: Convert ->res_start() to return resource_size_tAndrey Smirnov2019-01-161-1/+1
* PCI: Drop "rom_address" from struct pci_devAndrey Smirnov2019-01-161-1/+0
* PCI: Drop "ops" from struct pci_busAndrey Smirnov2019-01-161-2/+0
* PCI: Drop "name" from struct pci_busAndrey Smirnov2019-01-161-2/+0
* PCI: Drop "resources" from struct pci_busAndrey Smirnov2019-01-161-1/+0
* PCI: Drop "slots" from struct pci_busAndrey Smirnov2019-01-161-1/+0
* PCI: Make pci_scan_bus staticAndrey Smirnov2019-01-161-1/+0
* pci: add quirk infrastructureLucas Stach2018-08-081-0/+54
* pci: Do not abuse dev->priv for storing dataSascha Hauer2015-04-171-0/+1
* pci: make sure to activate devices on the root busLucas Stach2015-04-131-0/+1
* pci: track parent<->child relationshipLucas Stach2014-10-081-0/+2
* pci: properly populate prefetchable BARsLucas Stach2014-10-081-0/+1
* pci: add resource enumLucas Stach2014-10-081-0/+6
* pci: set auto-incremented bus numberSebastian Hesselbarth2014-07-311-9/+3
* PCI: initial commitAntony Pavlov2014-07-041-0/+297