aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2017-06-01dm: pci: Update uclass to support livetreeSimon Glass1-14/+12
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-2/+2
2017-05-26Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini3-4/+13
2017-05-23armv8: fsl-layerscape: Add NXP LS2081A, LS2041A SoC supportPriyanka Jain3-4/+13
2017-05-17x86: pci: Allow conditionally run VGA rom in S3Bin Meng1-0/+14
2017-05-12pci: avoid memory leakxypron.glpk@gmx.de1-0/+1
2017-05-09fix: mvebu: pcie_dw: Allow probing empty PCIe slotsKonstantin Porotchkin1-5/+5
2017-04-04Merge git://git.denx.de/u-boot-dmTom Rini1-2/+3
2017-03-28pcie-layerscape: Fixup iommu-map property of pci nodeBharat Bhushan1-0/+55
2017-03-28pcie-layerscape: Initialize pci-lut for NXP chasis-2 socsBharat Bhushan1-2/+2
2017-03-28pci: layerscape: Fixup device tree node for ls2088aHou Zhiqiang1-11/+24
2017-03-28pci: layerscape: add LS2088A series SoC pcie supportHou Zhiqiang2-0/+43
2017-03-28pci: layerscape: enable PCIe config readyHou Zhiqiang2-0/+9
2017-03-26pci: correct a function descriptionHou Zhiqiang1-2/+3
2017-03-23mvebu: pcie: Add support for GPIO reset for PCIe deviceKonstantin Porotchkin1-0/+20
2017-02-08dm: core: Replace of_offset with accessorSimon Glass4-7/+8
2017-02-06x86: Don't try to run the VGA BIOS in 64-bit modeSimon Glass1-1/+1
2017-02-01pci: mvebu: Fix Armada 38x supportDirk Eibach1-12/+13
2017-01-25Merge git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+7
2017-01-25Drop CONFIG_WINBOND_83C553Simon Glass2-207/+0
2017-01-24mpc85xx: pcie: Implement workaround for Erratum A007815Tony O'Brien1-0/+7
2017-01-18kconfig: move FSL_PCIE_COMPAT to platform KconfigHou Zhiqiang1-4/+4
2017-01-18pci: layerscape: remove unnecessary legacy codeMinghuan Lian3-716/+1
2017-01-18pci: layerscape: add pci driver based on DMMinghuan Lian4-0/+754
2017-01-18pci: layerscape: move kernel DT fixup to a separate fileHou Zhiqiang4-311/+343
2017-01-18dm: pci: remove pci_bus_to_hose(0) callingMinghuan Lian1-10/+7
2017-01-18dm: pci: return the real controller in pci_bus_to_hose()Minghuan Lian1-1/+1
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