summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2019-01-18pci: layerscape: Add the dts fixup for EP and RCXiaowei Bao1-2/+23
2019-01-18pci: layerscape: Do not scan when PEX work in EP modeXiaowei Bao1-0/+3
2019-01-18pci: layerscape: Modify the EP and RC mode judge methodXiaowei Bao2-10/+9
2018-12-03video: Allow driver to specify the line lengthSimon Glass1-0/+1
2018-11-21dm/pci: Change the first CFG read to Vendor ID in enumerationHou Zhiqiang1-4/+7
2018-11-14dm: pci: Add APIs to find next capability and extended capabilityBin Meng1-15/+36
2018-10-20pci: Support parsing PCI controller DT subnodesMarek Vasut1-3/+29
2018-10-09pci: Add a little more debugging to pci_romSimon Glass1-2/+2
2018-09-11Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2-5/+2
2018-08-28pci: rmobile: Filter out device 1 and 2Marek Vasut1-1/+1
2018-08-13Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-0/+6
2018-08-08FSL PCI: Configure PCIe reference ratioJoakim Tjernlund1-0/+6
2018-08-08dm: pci: Add APIs to find capability and extended capabilityBin Meng1-0/+68
2018-08-08pci: sandbox: emul: Rename priv structureBin Meng1-4/+4
2018-08-08pci: sandbox: Support dynamically binding device driverBin Meng2-10/+82
2018-08-08dm: pci: Assign correct driver data when binding a driverBin Meng1-1/+1
2018-08-08pci: sandbox: emul: Fix the call to pci_bus_find_devfn()Bin Meng1-1/+1
2018-08-08dm: pci: Fix scanning multi-function deviceBin Meng1-0/+2
2018-08-08dm: pci: Extract vendor/device id in child_post_bind()Bin Meng1-6/+5
2018-06-13dm: pci: Use a 1:1 mapping for bus <-> phy addressesChristian Gmeiner1-0/+10
2018-06-13dm: pci: Make ranges dt property optionalChristian Gmeiner1-13/+10
2018-05-26PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resourcesTuomas Tynkkynen3-5/+13
2018-05-26PCI: Add newlines to debug prints in pci_auto_common.cTuomas Tynkkynen1-2/+2
2018-05-26PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not setTuomas Tynkkynen1-0/+7
2018-05-11pci: tegra: introduce weak tegra_pcie_board_port_reset() functionMarcel Ziswiler1-3/+14
2018-05-09pci: Don't use pci_indirect when DM is activeMario Six1-1/+1
2018-05-08pci: intel: Add Intel FPGA PCIe controller driverLey Foon Tan3-0/+438
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini31-63/+31
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini4-8/+0
2018-04-16pci: video: Only print out when everything is OKBin Meng1-3/+1
2018-03-31Merge git://git.denx.de/u-boot-marvellTom Rini4-33/+759
2018-03-30arm64: a37xx: pci: add support for aardvark pcie driverWilson Ding3-0/+701
2018-03-30dm: pcie: designware: add correct ATU handlingIgal Liberman1-33/+58
2018-03-30dm: pci: Avoid setting a PCI region that has 0 sizeBin Meng1-2/+3
2018-03-30dm: pci: Check board information pointer in decode_regions()Bin Meng1-0/+3
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada3-3/+3
2018-02-23pci: Fix decode regions for memory banksBernhard Messerklinger1-1/+16
2018-01-27pci: rmobile: Add RCar Gen2 PCIe controller driverMarek Vasut3-0/+274
2018-01-12drivers: pci: imx: fix enumeration logic errorKoen Vandeputte1-0/+11
2018-01-12pci: imx: request gpio before usePeng Fan1-0/+4
2018-01-10PCI: Drop CONFIG_TSI108_PCITuomas Tynkkynen2-168/+0
2017-11-28Update Paul Burton's email addressPaul Burton1-1/+1
2017-11-17dm: pci: change bus number register setting compliant with LinuxMinghuan Lian3-4/+5
2017-11-16pci: mvebu: Increase size of PCIe default mappingVlaoMao1-2/+2
2017-10-12drivers: pci: imx: fix imx_pcie_remove functionSven-Ola Tuecke1-4/+4
2017-10-06PCI: Add driver for a 'pci-host-ecam-generic' host controllerTuomas Tynkkynen3-0/+152
2017-10-06pci: layerscape: Use pci_generic_mmap_{read, write}_configTuomas Tynkkynen1-51/+17
2017-10-06pci: xilinx: Use pci_generic_mmap_{read, write}_config()Tuomas Tynkkynen1-46/+7
2017-10-06pci: Add helper for implementing memory-mapped config space accessesTuomas Tynkkynen1-0/+58
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada2-26/+26