aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2015-09-01pci/layerscape: Setup mmu-masters property for the PCIeVarun Sethi1-0/+9
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-26x86: Set up video framebuffer for coreboot before loading kernelBin Meng1-2/+0
2015-08-26video: coreboot: Save VESA mode for future useBin Meng1-1/+1
2015-08-17pci: mvebu: Add PCIe driverAnton Schubert2-0/+424
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-06lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t typeYork Sun1-5/+5
2015-08-05pci: Remove DEBUG from pci_compat.cBin Meng1-1/+0
2015-08-05pci: Indicate prefetchable memory allocate when debuggingSimon Glass1-2/+3
2015-08-05pci: Add a constant for an invalid interruptSimon Glass1-1/+2
2015-08-05pci: Fix up code for CONFIG_PCI_ENUM_ONLYSimon Glass1-1/+3
2015-08-05pci: Use debug() instead of DEBUGF() in pci_auto.cSimon Glass1-25/+23
2015-08-05x86: Sanity test on vesa parameters before setting up kernel screen_infoBin Meng1-0/+4
2015-08-05dm: pci: Allow scan bridge child devices before relocationBin Meng1-4/+0
2015-08-03drivers/pci/layerscape: Add EP mode supportMinghuan Lian1-2/+135
2015-08-03drivers/pci: Add function to find an extended capabilityMinghuan Lian1-0/+53
2015-07-28dm: pci: Support bridge device configuration correctlyBin Meng3-18/+61
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-28dm: pci: Correct primary/secondary/subordinate bus number assignmentBin Meng1-0/+9
2015-07-21dm: pci: Add a function to get the BDF for a deviceSimon Glass2-12/+11
2015-07-21dm: pci: Add support for PCI driver matchingSimon Glass1-13/+116
2015-07-20armv8/fsl-lsch3: device tree fixups for PCI stream IDsStuart Yoder1-0/+62
2015-07-14pci: Disable expansion ROM address decoding when signature check failsBin Meng1-0/+4
2015-07-14pci: Configure expansion ROM during auto config processBin Meng2-31/+22
2015-07-14dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass1-2/+6
2015-07-14x86: pci: Tidy up the generic x86 PCI driverSimon Glass1-5/+8
2015-07-14x86: Configure VESA parameters before loading Linux kernelBin Meng1-0/+28
2015-07-14x86: Move VGA option rom macros to KconfigBin Meng1-2/+2
2015-07-14video: Add 32-bit color depth support for VBEJian Luo1-0/+1
2015-07-14dm: pci: Correct bus number when scanning sub-busesSimon Glass1-1/+1
2015-07-14dm: pci: Use the correct hose when configuring devicesSimon Glass2-1/+11
2015-06-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+3
2015-06-05Merge git://git.denx.de/u-boot-dmTom Rini1-0/+1
2015-06-04dm: pci: Allow PCI bus numbering aliasesSimon Glass1-0/+1
2015-06-04pci: Do not skip legacy IDE device configurationBin Meng1-14/+0
2015-06-04pci: Allow debug message output in pci_auto.cBin Meng1-1/+0
2015-06-04pci: Move pci_hose_phys_to_bus() to pci_common.cBin Meng2-70/+66
2015-05-28pci: imx: display message if no pcie linkTim Harvey1-1/+3
2015-05-27pci: display header for bus scanTim Harvey1-0/+4
2015-05-05Merge git://git.denx.de/u-boot-mpc85xxTom Rini1-1/+22
2015-05-04fsl/pci: Set CFG_READY for PCIe v3.0 and laterMinghuan Lian1-1/+7
2015-05-04T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issueZhao Qiang1-0/+15
2015-04-29pci: Remove parameter 'class' of pci_rom_load()Bin Meng1-2/+2
2015-04-29pci: Option rom class is a 24-bit numberBin Meng1-9/+11