aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/pci.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-05x86: pci: Drop legacy PCI APIsBin Meng1-53/+0
2016-02-05x86: pci: Use DM PCI APIs in pci_assign_irqs()Bin Meng1-3/+3
2015-11-13x86: Remove legacy pci codesBin Meng1-45/+0
2015-08-14x86: Return -1 when reading a PCI config register failsSimon Glass1-3/+6
2015-07-28x86: pci: Do not assign irq 0 to pci deviceBin Meng1-0/+2
2015-07-28x86: pci: Assign pci irqs to all functionsBin Meng1-10/+17
2015-04-29x86: Add a function to assign IRQ numbers to PCI deviceBin Meng1-0/+21
2015-04-18dm: x86: pci: Add a PCI driver for driver modelSimon Glass1-0/+40
2015-04-16x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass1-6/+6
2015-01-12pci: Make pci apis usable before relocationBin Meng1-4/+4
2015-01-12x86: Support pci bus scan in the early phaseBin Meng1-0/+1
2015-01-12x86: Add missing DECLARE_GLOBAL_DATA_PTR for pci.cBin Meng1-0/+2
2014-11-25x86: pci: Add handlers before and after a PCI hose scanSimon Glass1-0/+12
2014-11-21x86: pci: Allow configuration before relocationSimon Glass1-0/+50
2014-11-21x86: Support use of PCI before relocationSimon Glass1-0/+21
2014-11-21x86: Refactor PCI to permit alternate initSimon Glass1-0/+27