summaryrefslogtreecommitdiff
path: root/drivers/pci
Commit message (Expand)AuthorAgeLines
* dm: pci: Convert bios_emu to use the driver model PCI APISimon Glass2016-01-24-3/+3
* dm: pci: Avoid using pci_bus_to_hose() in the uclassSimon Glass2016-01-24-7/+7
* dm: pci: Add a function to write a BARSimon Glass2016-01-24-0/+8
* dm: pci: Move pci_bus_to_hose() to compatibilitySimon Glass2016-01-24-15/+28
* pci_rom.c: Fix may be used uninitialized warningTom Rini2016-01-19-1/+1
* dm: pci: Avoid a memory leak when allocating the ROMSimon Glass2016-01-15-12/+33
* dm: pci: Add a 'fall through' commentSimon Glass2016-01-15-0/+1
* drivers/pci/pci_mvebu: Fix for boards with X4 lanesPhil Sutter2016-01-14-0/+14
* drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLYPhil Sutter2016-01-14-1/+1
* pci: Tidy up comments in pci_bind_bus_devices()Simon Glass2016-01-12-3/+1
* dm: pci: Switch to DM API for PCI address mappingSimon Glass2016-01-12-1/+1
* dm: pci: Add driver model API functions for address mappingSimon Glass2016-01-12-0/+136
* dm: pci: Drop the old version of pci_find_class()Simon Glass2016-01-12-42/+42
* dm: pci: Drop the old version of pci_find_device/s()Simon Glass2016-01-12-0/+2
* dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass2016-01-12-2/+2
* dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass2016-01-12-28/+26
* dm: pci: Add a function to read a PCI BARSimon Glass2016-01-12-0/+13
* dm: pci: Add a driver-model version of pci_find_class()Simon Glass2016-01-12-0/+20
* dm: pci: Add a driver-model version of pci_find_device()Simon Glass2016-01-12-0/+39
* dm: pci: Use driver model PCI API in auto-configSimon Glass2016-01-12-62/+444
* dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass2016-01-12-1/+1
* dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass2016-01-12-5/+6
* dm: pci: Mark legacy files as suchSimon Glass2016-01-12-4/+10
* pci: layerscape: Adjust the return value when ls_pcie_addr_valid() failsBin Meng2016-01-08-1/+1
* pci: imx: Adjust the return value when imx_pcie_addr_valid() failsBin Meng2016-01-08-1/+1
* x86: Remove HAVE_ACPI_RESUMEBin Meng2015-12-09-8/+0
* dm: pci: Disable PCI compatibility functions by defaultSimon Glass2015-12-01-1/+11
* dm: pci: Move common auto-config functions to a common fileSimon Glass2015-12-01-117/+129
* dm: pci: Rename pci_auto.c to pci_auto_old.cSimon Glass2015-12-01-1/+1
* dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass2015-12-01-322/+155
* dm: pci: Add a function to find the regions for a PCI busSimon Glass2015-12-01-0/+30
* dm: pci: Add a function to get the controller for a busSimon Glass2015-12-01-0/+8
* dm: pci: Add functions to emulate 8- and 16-bit accessSimon Glass2015-12-01-0/+39
* dm: pci: Support decoding ranges with duplicate entriesSimon Glass2015-12-01-3/+10
* dm: pci: Set up the SDRAM mapping correctlySimon Glass2015-12-01-6/+9
* dm: tegra: pci: Move CONFIG_PCI_TEGRA to KconfigSimon Glass2015-12-01-0/+10
* pci/layerscape: add support for LS1043A PCIe LUT register accessMingkai Hu2015-11-30-7/+7
* armv8: ls2085a: Add support of LS2085A SoCPrabhakar Kushwaha2015-11-30-1/+1
* armv8: LS2080A: Rename LS2085A to reflect LS2080APrabhakar Kushwaha2015-11-30-1/+1
* pci: fix address range check in __pci_hose_phys_to_bus()Marcel Ziswiler2015-11-23-1/+1
* 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