aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2016-03-17pci: Correct a few comments and nitsSimon Glass1-1/+0
2016-03-17pci: Add functions to update PCI configuration registersSimon Glass1-0/+57
2016-03-14dm: pci: Break out the common region display codeSimon Glass1-34/+17
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+1
2016-02-26pci: Fix compiler warnings in dm_pciauto_setup_device()Bin Meng1-1/+1
2016-02-24pci_rom: fix may be used uninitialized warningAndreas Bießmann1-1/+1
2016-01-29Merge git://git.denx.de/u-boot-dmTom Rini1-0/+15
2016-01-28Implement "pci enum" command for CONFIG_DM_PCIStephen Warren1-0/+15
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-1/+5
2016-01-28tegra: Report errors from PCI initSimon Glass1-1/+5
2016-01-24dm: pci: Convert bios_emu to use the driver model PCI APISimon Glass1-3/+3
2016-01-24dm: pci: Avoid using pci_bus_to_hose() in the uclassSimon Glass1-7/+7
2016-01-24dm: pci: Add a function to write a BARSimon Glass1-0/+8
2016-01-24dm: pci: Move pci_bus_to_hose() to compatibilitySimon Glass3-15/+28
2016-01-19pci_rom.c: Fix may be used uninitialized warningTom Rini1-1/+1
2016-01-15dm: pci: Avoid a memory leak when allocating the ROMSimon Glass1-12/+33
2016-01-15dm: pci: Add a 'fall through' commentSimon Glass1-0/+1
2016-01-14drivers/pci/pci_mvebu: Fix for boards with X4 lanesPhil Sutter1-0/+14
2016-01-14drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLYPhil Sutter1-1/+1
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