summaryrefslogtreecommitdiff
path: root/drivers/pci/pci_common.c
Commit message (Expand)AuthorAgeFilesLines
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* dm: pci: remove pci_bus_to_hose(0) callingMinghuan Lian2017-01-181-10/+7
* dm: pci: Switch to DM API for PCI address mappingSimon Glass2016-01-121-1/+1
* dm: pci: Drop the old version of pci_find_class()Simon Glass2016-01-121-42/+42
* dm: pci: Drop the old version of pci_find_device/s()Simon Glass2016-01-121-0/+2
* pci: fix address range check in __pci_hose_phys_to_bus()Marcel Ziswiler2015-11-231-1/+1
* pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus()Cheng Gu2015-11-121-2/+2
* dm: pci: Support bridge device configuration correctlyBin Meng2015-07-281-1/+6
* dm: pci: Use the correct hose when configuring devicesSimon Glass2015-07-141-0/+6
* pci: Move pci_hose_phys_to_bus() to pci_common.cBin Meng2015-06-041-4/+66
* dm: pci: Move common PCI functions into their own fileSimon Glass2015-04-161-0/+292