summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* pci: layerscape: Adjust the return value when ls_pcie_addr_valid() failsBin Meng2016-01-081-1/+1
* pci: imx: Adjust the return value when imx_pcie_addr_valid() failsBin Meng2016-01-081-1/+1
* x86: Remove HAVE_ACPI_RESUMEBin Meng2015-12-091-8/+0
* dm: pci: Disable PCI compatibility functions by defaultSimon Glass2015-12-012-1/+11
* dm: pci: Move common auto-config functions to a common fileSimon Glass2015-12-013-117/+129
* dm: pci: Rename pci_auto.c to pci_auto_old.cSimon Glass2015-12-012-1/+1
* dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass2015-12-011-322/+155
* dm: pci: Add a function to find the regions for a PCI busSimon Glass2015-12-011-0/+30
* dm: pci: Add a function to get the controller for a busSimon Glass2015-12-011-0/+8
* dm: pci: Add functions to emulate 8- and 16-bit accessSimon Glass2015-12-011-0/+39
* dm: pci: Support decoding ranges with duplicate entriesSimon Glass2015-12-011-3/+10
* dm: pci: Set up the SDRAM mapping correctlySimon Glass2015-12-011-6/+9
* dm: tegra: pci: Move CONFIG_PCI_TEGRA to KconfigSimon Glass2015-12-011-0/+10
* pci/layerscape: add support for LS1043A PCIe LUT register accessMingkai Hu2015-11-301-7/+7
* armv8: ls2085a: Add support of LS2085A SoCPrabhakar Kushwaha2015-11-301-1/+1
* armv8: LS2080A: Rename LS2085A to reflect LS2080APrabhakar Kushwaha2015-11-301-1/+1
* pci: fix address range check in __pci_hose_phys_to_bus()Marcel Ziswiler2015-11-231-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-11-121-6/+77
|\
| * pci: tegra: add/enable support for Tegra210Stephen Warren2015-11-121-0/+22
| * pci: tegra: call tegra_pcie_board_init() earlierStephen Warren2015-11-121-2/+2
| * pci: tegra: implement PCA enable workaroundStephen Warren2015-11-121-0/+14
| * pci: tegra: use #address-/size-cells from DTStephen Warren2015-11-121-3/+30
| * pci: tegra: clip RAM size to 32-bitsStephen Warren2015-11-121-1/+9
* | pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus()Cheng Gu2015-11-121-2/+2
|/
* armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu2015-10-291-1/+3
* dm: pci: Enable VGA address forwarding on bridgesBin Meng2015-10-211-0/+18
* dm: pci: Fix pci_last_busno() to return the real last bus noBin Meng2015-10-211-24/+1
* pci: Set PCI_COMMAND_IO bit for VGA deviceBin Meng2015-10-211-0/+6
* dm: pci: Adjust pci_find_and_bind_driver() to return -EPERMSimon Glass2015-10-211-12/+19
* dm: pci: Correct a few debug() statementsSimon Glass2015-10-211-2/+2
* dm: pci: Tidy up auto-config error handlingSimon Glass2015-10-211-3/+12
* pci: pcie_imx: Fix hang on mx6qpFabio Estevam2015-10-151-0/+8
* pci: Fix expansion ROM programming for multi-function devicesBin Meng2015-10-081-0/+1
* dm: pci: Add an inline API to test if a device is on a PCI busBin Meng2015-09-161-2/+2
* pcie_imx: Use 'ms' for millisecondsFabio Estevam2015-09-131-3/+3
* dm: pci: Allow a PCI bus to be found without an aliasSimon Glass2015-09-091-4/+24
* pci/layerscape: Setup mmu-masters property for the PCIeVarun Sethi2015-09-011-0/+9
* dm: pci: Optimize pci_uclass_post_bind()Bin Meng2015-08-261-0/+7
* dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()Bin Meng2015-08-261-2/+2
* x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe()Bin Meng2015-08-261-0/+21
* dm: pci: Support selected device/driver binding before relocationBin Meng2015-08-261-11/+30
* x86: Set up video framebuffer for coreboot before loading kernelBin Meng2015-08-261-2/+0
* video: coreboot: Save VESA mode for future useBin Meng2015-08-261-1/+1
* pci: mvebu: Add PCIe driverAnton Schubert2015-08-172-0/+424
* Revert "dm: pci: Allow scan bridge child devices before relocation"Simon Glass2015-08-141-0/+4
* dm: pci: Add a way to iterate through all PCI devicesSimon Glass2015-08-141-0/+60
* dm: pci: Provide friendly config access functionsSimon Glass2015-08-141-0/+76
* lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t typeYork Sun2015-08-061-5/+5
* pci: Remove DEBUG from pci_compat.cBin Meng2015-08-051-1/+0
* pci: Indicate prefetchable memory allocate when debuggingSimon Glass2015-08-051-2/+3
OpenPOWER on IntegriCloud