summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-21dm: pci: Adjust pci_find_and_bind_driver() to return -EPERMSimon Glass1-12/+19
2015-10-21dm: pci: Correct a few debug() statementsSimon Glass1-2/+2
2015-10-21dm: pci: Tidy up auto-config error handlingSimon Glass1-3/+12
2015-09-17dm: pci: Add an inline API to test if a device is on a PCI busBin Meng1-2/+2
2015-09-09dm: pci: Allow a PCI bus to be found without an aliasSimon Glass1-4/+24
2015-08-26dm: pci: Optimize pci_uclass_post_bind()Bin Meng1-0/+7
2015-08-26dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()Bin Meng1-2/+2
2015-08-26x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe()Bin Meng1-0/+21
2015-08-26dm: pci: Support selected device/driver binding before relocationBin Meng1-11/+30
2015-08-14Revert "dm: pci: Allow scan bridge child devices before relocation"Simon Glass1-0/+4
2015-08-14dm: pci: Add a way to iterate through all PCI devicesSimon Glass1-0/+60
2015-08-14dm: pci: Provide friendly config access functionsSimon Glass1-0/+76
2015-08-05dm: pci: Allow scan bridge child devices before relocationBin Meng1-4/+0
2015-07-28dm: pci: Support bridge device configuration correctlyBin Meng1-5/+1
2015-07-28dm: pci: Pass only device/function to pci_bus_find_devfn()Bin Meng1-1/+1
2015-07-28dm: pci: Use complete bdf in all pci config read/write routinesBin Meng1-27/+27
2015-07-22dm: pci: Add a function to get the BDF for a deviceSimon Glass1-6/+9
2015-07-22dm: pci: Add support for PCI driver matchingSimon Glass1-13/+116
2015-07-15dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass1-2/+6
2015-07-15dm: pci: Correct bus number when scanning sub-busesSimon Glass1-1/+1
2015-07-15dm: pci: Use the correct hose when configuring devicesSimon Glass1-1/+5
2015-06-04dm: pci: Allow PCI bus numbering aliasesSimon Glass1-0/+1
2015-04-17dm: pci: Add a uclass for PCISimon Glass1-0/+639