summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2015-09-09dm: pci: Allow a PCI bus to be found without an aliasSimon Glass
2015-09-01pci/layerscape: Setup mmu-masters property for the PCIeVarun Sethi
2015-08-26dm: pci: Optimize pci_uclass_post_bind()Bin Meng
2015-08-26dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()Bin Meng
2015-08-26x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe()Bin Meng
2015-08-26dm: pci: Support selected device/driver binding before relocationBin Meng
2015-08-26x86: Set up video framebuffer for coreboot before loading kernelBin Meng
2015-08-26video: coreboot: Save VESA mode for future useBin Meng
2015-08-17pci: mvebu: Add PCIe driverAnton Schubert
2015-08-14Revert "dm: pci: Allow scan bridge child devices before relocation"Simon Glass
2015-08-14dm: pci: Add a way to iterate through all PCI devicesSimon Glass
2015-08-14dm: pci: Provide friendly config access functionsSimon Glass
2015-08-06lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t typeYork Sun
2015-08-05pci: Remove DEBUG from pci_compat.cBin Meng
2015-08-05pci: Indicate prefetchable memory allocate when debuggingSimon Glass
2015-08-05pci: Add a constant for an invalid interruptSimon Glass
2015-08-05pci: Fix up code for CONFIG_PCI_ENUM_ONLYSimon Glass
2015-08-05pci: Use debug() instead of DEBUGF() in pci_auto.cSimon Glass
2015-08-05x86: Sanity test on vesa parameters before setting up kernel screen_infoBin Meng
2015-08-05dm: pci: Allow scan bridge child devices before relocationBin Meng
2015-08-03drivers/pci/layerscape: Add EP mode supportMinghuan Lian
2015-08-03drivers/pci: Add function to find an extended capabilityMinghuan Lian
2015-07-28dm: pci: Support bridge device configuration correctlyBin Meng
2015-07-28dm: pci: Pass only device/function to pci_bus_find_devfn()Bin Meng
2015-07-28dm: pci: Use complete bdf in all pci config read/write routinesBin Meng
2015-07-28dm: pci: Correct primary/secondary/subordinate bus number assignmentBin Meng
2015-07-21dm: pci: Add a function to get the BDF for a deviceSimon Glass
2015-07-21dm: pci: Add support for PCI driver matchingSimon Glass
2015-07-20armv8/fsl-lsch3: device tree fixups for PCI stream IDsStuart Yoder
2015-07-14pci: Disable expansion ROM address decoding when signature check failsBin Meng
2015-07-14pci: Configure expansion ROM during auto config processBin Meng
2015-07-14dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass
2015-07-14x86: pci: Tidy up the generic x86 PCI driverSimon Glass
2015-07-14x86: Configure VESA parameters before loading Linux kernelBin Meng
2015-07-14x86: Move VGA option rom macros to KconfigBin Meng
2015-07-14video: Add 32-bit color depth support for VBEJian Luo
2015-07-14dm: pci: Correct bus number when scanning sub-busesSimon Glass
2015-07-14dm: pci: Use the correct hose when configuring devicesSimon Glass
2015-06-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2015-06-05Merge git://git.denx.de/u-boot-dmTom Rini
2015-06-04dm: pci: Allow PCI bus numbering aliasesSimon Glass
2015-06-04pci: Do not skip legacy IDE device configurationBin Meng
2015-06-04pci: Allow debug message output in pci_auto.cBin Meng
2015-06-04pci: Move pci_hose_phys_to_bus() to pci_common.cBin Meng
2015-05-28pci: imx: display message if no pcie linkTim Harvey
2015-05-27pci: display header for bus scanTim Harvey
2015-05-05Merge git://git.denx.de/u-boot-mpc85xxTom Rini
2015-05-04fsl/pci: Set CFG_READY for PCIe v3.0 and laterMinghuan Lian
2015-05-04T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issueZhao Qiang
2015-04-29pci: Remove parameter 'class' of pci_rom_load()Bin Meng