aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/pci.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-12x86: pci: Use PCI_CONF1_ADDRESS() macroPali Rohár1-2/+2
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-10-08x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass1-12/+8
2019-10-08x86: pci: Add a function to clear and set PCI config regsSimon Glass1-0/+19
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
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