summaryrefslogtreecommitdiff
path: root/drivers/pci
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-11-12-6/+77
|\
| * pci: tegra: add/enable support for Tegra210Stephen Warren2015-11-12-0/+22
| * pci: tegra: call tegra_pcie_board_init() earlierStephen Warren2015-11-12-2/+2
| * pci: tegra: implement PCA enable workaroundStephen Warren2015-11-12-0/+14
| * pci: tegra: use #address-/size-cells from DTStephen Warren2015-11-12-3/+30
| * pci: tegra: clip RAM size to 32-bitsStephen Warren2015-11-12-1/+9
* | pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus()Cheng Gu2015-11-12-2/+2
|/
* armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu2015-10-29-1/+3
* dm: pci: Enable VGA address forwarding on bridgesBin Meng2015-10-21-0/+18
* dm: pci: Fix pci_last_busno() to return the real last bus noBin Meng2015-10-21-24/+1
* pci: Set PCI_COMMAND_IO bit for VGA deviceBin Meng2015-10-21-0/+6
* dm: pci: Adjust pci_find_and_bind_driver() to return -EPERMSimon Glass2015-10-21-12/+19
* dm: pci: Correct a few debug() statementsSimon Glass2015-10-21-2/+2
* dm: pci: Tidy up auto-config error handlingSimon Glass2015-10-21-3/+12
* pci: pcie_imx: Fix hang on mx6qpFabio Estevam2015-10-15-0/+8
* pci: Fix expansion ROM programming for multi-function devicesBin Meng2015-10-08-0/+1
* dm: pci: Add an inline API to test if a device is on a PCI busBin Meng2015-09-16-2/+2
* pcie_imx: Use 'ms' for millisecondsFabio Estevam2015-09-13-3/+3
* dm: pci: Allow a PCI bus to be found without an aliasSimon Glass2015-09-09-4/+24
* pci/layerscape: Setup mmu-masters property for the PCIeVarun Sethi2015-09-01-0/+9
* dm: pci: Optimize pci_uclass_post_bind()Bin Meng2015-08-26-0/+7
* dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()Bin Meng2015-08-26-2/+2
* x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe()Bin Meng2015-08-26-0/+21
* dm: pci: Support selected device/driver binding before relocationBin Meng2015-08-26-11/+30
* x86: Set up video framebuffer for coreboot before loading kernelBin Meng2015-08-26-2/+0
* video: coreboot: Save VESA mode for future useBin Meng2015-08-26-1/+1
* pci: mvebu: Add PCIe driverAnton Schubert2015-08-17-0/+424
* Revert "dm: pci: Allow scan bridge child devices before relocation"Simon Glass2015-08-14-0/+4
* dm: pci: Add a way to iterate through all PCI devicesSimon Glass2015-08-14-0/+60
* dm: pci: Provide friendly config access functionsSimon Glass2015-08-14-0/+76
* lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t typeYork Sun2015-08-06-5/+5
* pci: Remove DEBUG from pci_compat.cBin Meng2015-08-05-1/+0
* pci: Indicate prefetchable memory allocate when debuggingSimon Glass2015-08-05-2/+3
* pci: Add a constant for an invalid interruptSimon Glass2015-08-05-1/+2
* pci: Fix up code for CONFIG_PCI_ENUM_ONLYSimon Glass2015-08-05-1/+3
* pci: Use debug() instead of DEBUGF() in pci_auto.cSimon Glass2015-08-05-25/+23
* x86: Sanity test on vesa parameters before setting up kernel screen_infoBin Meng2015-08-05-0/+4
* dm: pci: Allow scan bridge child devices before relocationBin Meng2015-08-05-4/+0
* drivers/pci/layerscape: Add EP mode supportMinghuan Lian2015-08-03-2/+135
* drivers/pci: Add function to find an extended capabilityMinghuan Lian2015-08-03-0/+53
* dm: pci: Support bridge device configuration correctlyBin Meng2015-07-28-18/+61
* dm: pci: Pass only device/function to pci_bus_find_devfn()Bin Meng2015-07-28-1/+1
* dm: pci: Use complete bdf in all pci config read/write routinesBin Meng2015-07-28-27/+27
* dm: pci: Correct primary/secondary/subordinate bus number assignmentBin Meng2015-07-28-0/+9
* dm: pci: Add a function to get the BDF for a deviceSimon Glass2015-07-21-12/+11
* dm: pci: Add support for PCI driver matchingSimon Glass2015-07-21-13/+116
* armv8/fsl-lsch3: device tree fixups for PCI stream IDsStuart Yoder2015-07-20-0/+62
* pci: Disable expansion ROM address decoding when signature check failsBin Meng2015-07-14-0/+4
* pci: Configure expansion ROM during auto config processBin Meng2015-07-14-31/+22
* dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass2015-07-14-2/+6