aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2017-01-03pci: kconfig: fix spelling in descriptionMarcel Ziswiler1-1/+1
2016-12-05pci: mvebu: Add PCIe driver for Armada-8KShadi Ammouri3-0/+546
2016-12-02pci: sh7751: map PCI memory space into SDRAMVladimir Zapolskiy1-6/+4
2016-12-02pci: sh7751: fix up PCI I/O space addressVladimir Zapolskiy1-1/+1
2016-10-28pci: Move CONFIG_PCI_PNP to KconfigBin Meng1-0/+7
2016-10-27drivers/pci/Kconfig: Add PCITom Rini1-2/+10
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass1-1/+1
2016-10-12vbe: Make vbe_setup_video_priv() publicBin Meng1-3/+3
2016-10-12dm: video: Output verbose information in vbe_setup_video()Bin Meng1-1/+8
2016-10-11dm: video: Add driver-model support to vesa graphicsSimon Glass1-0/+55
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-21pci: Flip condition for detecting non-PCI parent devicesPaul Burton1-1/+1
2016-09-21pci: xilinx: Add a driver for Xilinx AXI to PCIe bridgePaul Burton3-0/+228
2016-08-15pci: tegra: port to standard clock/reset/pwr domain APIsStephen Warren2-5/+159
2016-07-28Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-1/+5
2016-07-28pci: allow disabling of pci init/enum via envTim Harvey1-0/+4
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2-21/+4
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2-12/+2
2016-07-12pcie_imx: increment timeout for link upStefano Babic1-1/+1
2016-07-12pci: Add board_ prefix to should_load_oprom() and make it weakBin Meng1-2/+2
2016-07-12pci: Make load_oprom and run_oprom independentBin Meng1-4/+1
2016-07-12pci: Remove CONFIG_ALWAYS_LOAD_OPROMBin Meng1-2/+0
2016-07-05pci: tegra: actually program REFCLK_CFG* on recent SoCsStephen Warren1-9/+10
2016-07-05pci: tegra: correctly program PADS_REFCLK registersStephen Warren1-13/+9
2016-06-03pcie/layerscape: fix bug in bus number computation when setting msi-mapBogdan Purcareata1-3/+6
2016-05-17pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSESimon Glass1-4/+0
2016-05-04pci: tegra: fix DM conversion issues on Tegra20Stephen Warren1-11/+10
2016-04-25pci: Device scanning range fixYoshinori Sato1-1/+1
2016-03-21pci/layerscape: set LUT and msi-map for discovered PCI devicesStuart Yoder1-0/+147
2016-03-21armv8: ls2080a: remove obsolete stream ID partitioning supportStuart Yoder1-70/+0
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