summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* pci: avoid memory leakxypron.glpk@gmx.de2017-05-121-0/+1
* fix: mvebu: pcie_dw: Allow probing empty PCIe slotsKonstantin Porotchkin2017-05-091-5/+5
* Merge git://git.denx.de/u-boot-dmTom Rini2017-04-041-2/+3
|\
| * pci: correct a function descriptionHou Zhiqiang2017-03-261-2/+3
* | pcie-layerscape: Fixup iommu-map property of pci nodeBharat Bhushan2017-03-281-0/+55
* | pcie-layerscape: Initialize pci-lut for NXP chasis-2 socsBharat Bhushan2017-03-281-2/+2
* | pci: layerscape: Fixup device tree node for ls2088aHou Zhiqiang2017-03-281-11/+24
* | pci: layerscape: add LS2088A series SoC pcie supportHou Zhiqiang2017-03-282-0/+43
* | pci: layerscape: enable PCIe config readyHou Zhiqiang2017-03-282-0/+9
|/
* mvebu: pcie: Add support for GPIO reset for PCIe deviceKonstantin Porotchkin2017-03-231-0/+20
* dm: core: Replace of_offset with accessorSimon Glass2017-02-084-7/+8
* x86: Don't try to run the VGA BIOS in 64-bit modeSimon Glass2017-02-061-1/+1
* pci: mvebu: Fix Armada 38x supportDirk Eibach2017-02-011-12/+13
* Merge git://git.denx.de/u-boot-mpc85xxTom Rini2017-01-251-0/+7
|\
| * mpc85xx: pcie: Implement workaround for Erratum A007815Tony O'Brien2017-01-241-0/+7
* | Drop CONFIG_WINBOND_83C553Simon Glass2017-01-252-207/+0
|/
* kconfig: move FSL_PCIE_COMPAT to platform KconfigHou Zhiqiang2017-01-181-4/+4
* pci: layerscape: remove unnecessary legacy codeMinghuan Lian2017-01-183-716/+1
* pci: layerscape: add pci driver based on DMMinghuan Lian2017-01-184-0/+754
* pci: layerscape: move kernel DT fixup to a separate fileHou Zhiqiang2017-01-184-311/+343
* dm: pci: remove pci_bus_to_hose(0) callingMinghuan Lian2017-01-181-10/+7
* dm: pci: return the real controller in pci_bus_to_hose()Minghuan Lian2017-01-181-1/+1
* pci: kconfig: fix spelling in descriptionMarcel Ziswiler2017-01-031-1/+1
* pci: mvebu: Add PCIe driver for Armada-8KShadi Ammouri2016-12-053-0/+546
* pci: sh7751: map PCI memory space into SDRAMVladimir Zapolskiy2016-12-021-6/+4
* pci: sh7751: fix up PCI I/O space addressVladimir Zapolskiy2016-12-021-1/+1
* pci: Move CONFIG_PCI_PNP to KconfigBin Meng2016-10-281-0/+7
* drivers/pci/Kconfig: Add PCITom Rini2016-10-271-2/+10
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-131-1/+1
* vbe: Make vbe_setup_video_priv() publicBin Meng2016-10-121-3/+3
* dm: video: Output verbose information in vbe_setup_video()Bin Meng2016-10-121-1/+8
* dm: video: Add driver-model support to vesa graphicsSimon Glass2016-10-111-0/+55
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* pci: Flip condition for detecting non-PCI parent devicesPaul Burton2016-09-211-1/+1
* pci: xilinx: Add a driver for Xilinx AXI to PCIe bridgePaul Burton2016-09-213-0/+228
* pci: tegra: port to standard clock/reset/pwr domain APIsStephen Warren2016-08-152-5/+159
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-07-282-1/+5
|\
| * pci: allow disabling of pci init/enum via envTim Harvey2016-07-281-0/+4
| * pcie_imx: increment timeout for link upStefano Babic2016-07-121-1/+1
* | dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2016-07-272-21/+4
* | dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-272-12/+2
* | pci: Add board_ prefix to should_load_oprom() and make it weakBin Meng2016-07-121-2/+2
* | pci: Make load_oprom and run_oprom independentBin Meng2016-07-121-4/+1
* | pci: Remove CONFIG_ALWAYS_LOAD_OPROMBin Meng2016-07-121-2/+0
|/
* pci: tegra: actually program REFCLK_CFG* on recent SoCsStephen Warren2016-07-051-9/+10
* pci: tegra: correctly program PADS_REFCLK registersStephen Warren2016-07-051-13/+9
* pcie/layerscape: fix bug in bus number computation when setting msi-mapBogdan Purcareata2016-06-031-3/+6
* pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSESimon Glass2016-05-171-4/+0
* pci: tegra: fix DM conversion issues on Tegra20Stephen Warren2016-05-041-11/+10
* pci: Device scanning range fixYoshinori Sato2016-04-251-1/+1