summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2015-12-09x86: Remove HAVE_ACPI_RESUMEBin Meng
2015-12-01dm: pci: Disable PCI compatibility functions by defaultSimon Glass
2015-12-01dm: pci: Move common auto-config functions to a common fileSimon Glass
2015-12-01dm: pci: Rename pci_auto.c to pci_auto_old.cSimon Glass
2015-12-01dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass
2015-12-01dm: pci: Add a function to find the regions for a PCI busSimon Glass
2015-12-01dm: pci: Add a function to get the controller for a busSimon Glass
2015-12-01dm: pci: Add functions to emulate 8- and 16-bit accessSimon Glass
2015-12-01dm: pci: Support decoding ranges with duplicate entriesSimon Glass
2015-12-01dm: pci: Set up the SDRAM mapping correctlySimon Glass
2015-12-01dm: tegra: pci: Move CONFIG_PCI_TEGRA to KconfigSimon Glass
2015-11-30pci/layerscape: add support for LS1043A PCIe LUT register accessMingkai Hu
2015-11-30armv8: ls2085a: Add support of LS2085A SoCPrabhakar Kushwaha
2015-11-30armv8: LS2080A: Rename LS2085A to reflect LS2080APrabhakar Kushwaha
2015-11-23pci: fix address range check in __pci_hose_phys_to_bus()Marcel Ziswiler
2015-11-12Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini
2015-11-12pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus()Cheng Gu
2015-11-12pci: tegra: add/enable support for Tegra210Stephen Warren
2015-11-12pci: tegra: call tegra_pcie_board_init() earlierStephen Warren
2015-11-12pci: tegra: implement PCA enable workaroundStephen Warren
2015-11-12pci: tegra: use #address-/size-cells from DTStephen Warren
2015-11-12pci: tegra: clip RAM size to 32-bitsStephen Warren
2015-10-29armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu
2015-10-21dm: pci: Enable VGA address forwarding on bridgesBin Meng
2015-10-21dm: pci: Fix pci_last_busno() to return the real last bus noBin Meng
2015-10-21pci: Set PCI_COMMAND_IO bit for VGA deviceBin Meng
2015-10-21dm: pci: Adjust pci_find_and_bind_driver() to return -EPERMSimon Glass
2015-10-21dm: pci: Correct a few debug() statementsSimon Glass
2015-10-21dm: pci: Tidy up auto-config error handlingSimon Glass
2015-10-15pci: pcie_imx: Fix hang on mx6qpFabio Estevam
2015-10-08pci: Fix expansion ROM programming for multi-function devicesBin Meng
2015-09-16dm: pci: Add an inline API to test if a device is on a PCI busBin Meng
2015-09-13pcie_imx: Use 'ms' for millisecondsFabio Estevam
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