summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2019-06-21pci: Avoid assigning PCI resources that are below 0x1000Bin Meng
2019-06-20dm: pci: add Freescale PowerPC PCIe driverHou Zhiqiang
2019-06-11pci: imx: Add DM and DT supportMarek Vasut
2019-06-11pci: imx: Pass driver private data aroundMarek Vasut
2019-06-11pci: imx: Fix potential 64bit memory access clampingMarek Vasut
2019-06-11pci: imx: Factor out hard-coded register base addressesMarek Vasut
2019-05-26Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini
2019-05-22pci: ls_pcie_g4: add device tree fixups for PCI Stream IDsHou Zhiqiang
2019-05-22pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCsHou Zhiqiang
2019-05-21pci: renesas: Add RCar Gen3 PCIe controller driverMarek Vasut
2019-05-20mpc83xx: Make distinct caddy2 configMario Six
2019-05-20vme8349: Migrate to CONFIG_TARGET_VME8349Mario Six
2019-05-20mpc83xx: Introduce ARCH_MPC834*Mario Six
2019-05-08x86: Support PCI VGA ROM when TPL is usedSimon Glass
2019-04-23pci: Add boundary check for hose->regionsThierry Reding
2019-03-19pci: pci_mvebu: Add comment about missing of_n_addr_cells() callStefan Roese
2019-02-20pci: Don't export pci_hose_config_device()Simon Glass
2019-02-11pcie: designware: mvebu: fix reset release polarityBaruch Siach
2019-02-05Merge git://git.denx.de/u-boot-marvellTom Rini
2019-02-05pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfigStefan Roese
2019-02-05pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addrStefan Roese
2019-01-17pci: layerscape: Add the dts fixup for EP and RCXiaowei Bao
2019-01-17pci: layerscape: Do not scan when PEX work in EP modeXiaowei Bao
2019-01-17pci: layerscape: Modify the EP and RC mode judge methodXiaowei Bao
2018-12-03video: Allow driver to specify the line lengthSimon Glass
2018-11-20dm/pci: Change the first CFG read to Vendor ID in enumerationHou Zhiqiang
2018-11-14dm: pci: Add APIs to find next capability and extended capabilityBin Meng
2018-10-20pci: Support parsing PCI controller DT subnodesMarek Vasut
2018-10-09pci: Add a little more debugging to pci_romSimon Glass
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-08-28pci: rmobile: Filter out device 1 and 2Marek Vasut
2018-08-13Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2018-08-08FSL PCI: Configure PCIe reference ratioJoakim Tjernlund
2018-08-08dm: pci: Add APIs to find capability and extended capabilityBin Meng
2018-08-08pci: sandbox: emul: Rename priv structureBin Meng
2018-08-08pci: sandbox: Support dynamically binding device driverBin Meng
2018-08-08dm: pci: Assign correct driver data when binding a driverBin Meng
2018-08-08pci: sandbox: emul: Fix the call to pci_bus_find_devfn()Bin Meng
2018-08-08dm: pci: Fix scanning multi-function deviceBin Meng
2018-08-08dm: pci: Extract vendor/device id in child_post_bind()Bin Meng
2018-06-13dm: pci: Use a 1:1 mapping for bus <-> phy addressesChristian Gmeiner
2018-06-13dm: pci: Make ranges dt property optionalChristian Gmeiner
2018-05-26PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resourcesTuomas Tynkkynen
2018-05-26PCI: Add newlines to debug prints in pci_auto_common.cTuomas Tynkkynen
2018-05-26PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not setTuomas Tynkkynen
2018-05-10pci: tegra: introduce weak tegra_pcie_board_port_reset() functionMarcel Ziswiler
2018-05-08pci: Don't use pci_indirect when DM is activeMario Six
2018-05-08pci: intel: Add Intel FPGA PCIe controller driverLey Foon Tan
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini