summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2016-03-21pci/layerscape: set LUT and msi-map for discovered PCI devicesStuart Yoder
2016-03-21armv8: ls2080a: remove obsolete stream ID partitioning supportStuart Yoder
2016-03-17pci: Correct a few comments and nitsSimon Glass
2016-03-17pci: Add functions to update PCI configuration registersSimon Glass
2016-03-14dm: pci: Break out the common region display codeSimon Glass
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-02-26pci: Fix compiler warnings in dm_pciauto_setup_device()Bin Meng
2016-02-24pci_rom: fix may be used uninitialized warningAndreas Bießmann
2016-01-29Merge git://git.denx.de/u-boot-dmTom Rini
2016-01-28Implement "pci enum" command for CONFIG_DM_PCIStephen Warren
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2016-01-28tegra: Report errors from PCI initSimon Glass
2016-01-24dm: pci: Convert bios_emu to use the driver model PCI APISimon Glass
2016-01-24dm: pci: Avoid using pci_bus_to_hose() in the uclassSimon Glass
2016-01-24dm: pci: Add a function to write a BARSimon Glass
2016-01-24dm: pci: Move pci_bus_to_hose() to compatibilitySimon Glass
2016-01-19pci_rom.c: Fix may be used uninitialized warningTom Rini
2016-01-15dm: pci: Avoid a memory leak when allocating the ROMSimon Glass
2016-01-15dm: pci: Add a 'fall through' commentSimon Glass
2016-01-14drivers/pci/pci_mvebu: Fix for boards with X4 lanesPhil Sutter
2016-01-14drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLYPhil Sutter
2016-01-12pci: Tidy up comments in pci_bind_bus_devices()Simon Glass
2016-01-12dm: pci: Switch to DM API for PCI address mappingSimon Glass
2016-01-12dm: pci: Add driver model API functions for address mappingSimon Glass
2016-01-12dm: pci: Drop the old version of pci_find_class()Simon Glass
2016-01-12dm: pci: Drop the old version of pci_find_device/s()Simon Glass
2016-01-12dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass
2016-01-12dm: pci: Add a function to read a PCI BARSimon Glass
2016-01-12dm: pci: Add a driver-model version of pci_find_class()Simon Glass
2016-01-12dm: pci: Add a driver-model version of pci_find_device()Simon Glass
2016-01-12dm: pci: Use driver model PCI API in auto-configSimon Glass
2016-01-12dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass
2016-01-12dm: pci: Mark legacy files as suchSimon Glass
2016-01-08pci: layerscape: Adjust the return value when ls_pcie_addr_valid() failsBin Meng
2016-01-08pci: imx: Adjust the return value when imx_pcie_addr_valid() failsBin Meng
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