summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
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-22dm: pci: Add a function to get the BDF for a deviceSimon Glass2-12/+11
2015-07-22dm: 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-15pci: Disable expansion ROM address decoding when signature check failsBin Meng1-0/+4
2015-07-15pci: Configure expansion ROM during auto config processBin Meng2-31/+22
2015-07-15dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass1-2/+6
2015-07-15x86: pci: Tidy up the generic x86 PCI driverSimon Glass1-5/+8
2015-07-15x86: Configure VESA parameters before loading Linux kernelBin Meng1-0/+28
2015-07-15x86: Move VGA option rom macros to KconfigBin Meng1-2/+2
2015-07-15video: Add 32-bit color depth support for VBEJian Luo1-0/+1
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 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-30pci: Remove parameter 'class' of pci_rom_load()Bin Meng1-2/+2
2015-04-30pci: Option rom class is a 24-bit numberBin Meng1-9/+11
2015-04-21pci/layerscape: fix link and class issues to support ls2085aMinghuan Lian1-14/+33
2015-04-21pci/layerscape: remove unnecessary pcie_layerscape.hMinghuan Lian1-3/+2
2015-04-18dm: x86: pci: Add a PCI driver for driver modelSimon Glass2-0/+25
2015-04-17dm: sandbox: pci: Add a PCI emulation uclassSimon Glass2-0/+68
2015-04-17dm: sandbox: Add a simple PCI driverSimon Glass3-0/+90
2015-04-17dm: pci: Add a uclass for PCISimon Glass5-4/+714
2015-04-17dm: pci: Move common PCI functions into their own fileSimon Glass3-276/+299
2015-02-25driver/pci: add Layerscape PCIe driverMinghuan Lian1-5/+466
2015-02-16PCI: add 64-bit prefetchable memory supportDavid Feng1-1/+35
2015-02-06x86: video: Allow video ROM execution to fall back to the other methodSimon Glass1-7/+25
2015-02-06pci: Add a function to find a device by classSimon Glass1-0/+43