aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2016-01-12pci: Tidy up comments in pci_bind_bus_devices()Simon Glass1-3/+1
2016-01-12dm: pci: Switch to DM API for PCI address mappingSimon Glass1-1/+1
2016-01-12dm: pci: Add driver model API functions for address mappingSimon Glass1-0/+136
2016-01-12dm: pci: Drop the old version of pci_find_class()Simon Glass1-42/+42
2016-01-12dm: pci: Drop the old version of pci_find_device/s()Simon Glass1-0/+2
2016-01-12dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass1-2/+2
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass2-28/+26
2016-01-12dm: pci: Add a function to read a PCI BARSimon Glass1-0/+13
2016-01-12dm: pci: Add a driver-model version of pci_find_class()Simon Glass1-0/+20
2016-01-12dm: pci: Add a driver-model version of pci_find_device()Simon Glass1-0/+39
2016-01-12dm: pci: Use driver model PCI API in auto-configSimon Glass5-62/+444
2016-01-12dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass1-1/+1
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass2-5/+6
2016-01-12dm: pci: Mark legacy files as suchSimon Glass2-4/+10
2016-01-08pci: layerscape: Adjust the return value when ls_pcie_addr_valid() failsBin Meng1-1/+1
2016-01-08pci: imx: Adjust the return value when imx_pcie_addr_valid() failsBin Meng1-1/+1
2015-12-09x86: Remove HAVE_ACPI_RESUMEBin Meng1-8/+0
2015-12-01dm: pci: Disable PCI compatibility functions by defaultSimon Glass2-1/+11
2015-12-01dm: pci: Move common auto-config functions to a common fileSimon Glass3-117/+129
2015-12-01dm: pci: Rename pci_auto.c to pci_auto_old.cSimon Glass2-1/+1
2015-12-01dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass1-322/+155
2015-12-01dm: pci: Add a function to find the regions for a PCI busSimon Glass1-0/+30
2015-12-01dm: pci: Add a function to get the controller for a busSimon Glass1-0/+8
2015-12-01dm: pci: Add functions to emulate 8- and 16-bit accessSimon Glass1-0/+39
2015-12-01dm: pci: Support decoding ranges with duplicate entriesSimon Glass1-3/+10
2015-12-01dm: pci: Set up the SDRAM mapping correctlySimon Glass1-6/+9
2015-12-01dm: tegra: pci: Move CONFIG_PCI_TEGRA to KconfigSimon Glass1-0/+10
2015-11-30pci/layerscape: add support for LS1043A PCIe LUT register accessMingkai Hu1-7/+7
2015-11-30armv8: ls2085a: Add support of LS2085A SoCPrabhakar Kushwaha1-1/+1
2015-11-30armv8: LS2080A: Rename LS2085A to reflect LS2080APrabhakar Kushwaha1-1/+1
2015-11-23pci: fix address range check in __pci_hose_phys_to_bus()Marcel Ziswiler1-1/+1
2015-11-12Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-6/+77
2015-11-12pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus()Cheng Gu1-2/+2
2015-11-12pci: tegra: add/enable support for Tegra210Stephen Warren1-0/+22
2015-11-12pci: tegra: call tegra_pcie_board_init() earlierStephen Warren1-2/+2
2015-11-12pci: tegra: implement PCA enable workaroundStephen Warren1-0/+14
2015-11-12pci: tegra: use #address-/size-cells from DTStephen Warren1-3/+30
2015-11-12pci: tegra: clip RAM size to 32-bitsStephen Warren1-1/+9
2015-10-29armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu1-1/+3
2015-10-21dm: pci: Enable VGA address forwarding on bridgesBin Meng1-0/+18
2015-10-21dm: pci: Fix pci_last_busno() to return the real last bus noBin Meng1-24/+1
2015-10-21pci: Set PCI_COMMAND_IO bit for VGA deviceBin Meng1-0/+6
2015-10-21dm: pci: Adjust pci_find_and_bind_driver() to return -EPERMSimon Glass1-12/+19
2015-10-21dm: pci: Correct a few debug() statementsSimon Glass1-2/+2
2015-10-21dm: pci: Tidy up auto-config error handlingSimon Glass1-3/+12
2015-10-15pci: pcie_imx: Fix hang on mx6qpFabio Estevam1-0/+8
2015-10-08pci: Fix expansion ROM programming for multi-function devicesBin Meng1-0/+1
2015-09-16dm: pci: Add an inline API to test if a device is on a PCI busBin Meng1-2/+2
2015-09-13pcie_imx: Use 'ms' for millisecondsFabio Estevam1-3/+3
2015-09-09dm: pci: Allow a PCI bus to be found without an aliasSimon Glass1-4/+24