summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* pci: imx: Add DM and DT supportMarek Vasut2019-06-111-6/+105
* pci: imx: Pass driver private data aroundMarek Vasut2019-06-111-19/+25
* pci: imx: Fix potential 64bit memory access clampingMarek Vasut2019-06-111-9/+11
* pci: imx: Factor out hard-coded register base addressesMarek Vasut2019-06-111-31/+44
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-05-263-0/+420
|\
| * pci: renesas: Add RCar Gen3 PCIe controller driverMarek Vasut2019-05-213-0/+420
* | pci: ls_pcie_g4: add device tree fixups for PCI Stream IDsHou Zhiqiang2019-05-223-6/+251
* | pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCsHou Zhiqiang2019-05-224-0/+850
|/
* mpc83xx: Make distinct caddy2 configMario Six2019-05-202-2/+4
* vme8349: Migrate to CONFIG_TARGET_VME8349Mario Six2019-05-202-2/+2
* mpc83xx: Introduce ARCH_MPC834*Mario Six2019-05-202-2/+2
* x86: Support PCI VGA ROM when TPL is usedSimon Glass2019-05-081-1/+1
* pci: Add boundary check for hose->regionsThierry Reding2019-04-231-0/+5
* pci: pci_mvebu: Add comment about missing of_n_addr_cells() callStefan Roese2019-03-191-0/+6
* pci: Don't export pci_hose_config_device()Simon Glass2019-02-201-5/+2
* pcie: designware: mvebu: fix reset release polarityBaruch Siach2019-02-111-1/+3
* Merge git://git.denx.de/u-boot-marvellTom Rini2019-02-053-207/+299
|\
| * pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfigStefan Roese2019-02-052-197/+282
| * pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addrStefan Roese2019-02-051-9/+19
|/
* pci: layerscape: Add the dts fixup for EP and RCXiaowei Bao2019-01-171-2/+23
* pci: layerscape: Do not scan when PEX work in EP modeXiaowei Bao2019-01-171-0/+3
* pci: layerscape: Modify the EP and RC mode judge methodXiaowei Bao2019-01-172-10/+9
* video: Allow driver to specify the line lengthSimon Glass2018-12-031-0/+1
* dm/pci: Change the first CFG read to Vendor ID in enumerationHou Zhiqiang2018-11-201-4/+7
* dm: pci: Add APIs to find next capability and extended capabilityBin Meng2018-11-141-15/+36
* pci: Support parsing PCI controller DT subnodesMarek Vasut2018-10-201-3/+29
* pci: Add a little more debugging to pci_romSimon Glass2018-10-091-2/+2
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-102-5/+2
* pci: rmobile: Filter out device 1 and 2Marek Vasut2018-08-281-1/+1
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-08-131-0/+6
|\
| * FSL PCI: Configure PCIe reference ratioJoakim Tjernlund2018-08-081-0/+6
* | dm: pci: Add APIs to find capability and extended capabilityBin Meng2018-08-081-0/+68
* | pci: sandbox: emul: Rename priv structureBin Meng2018-08-081-4/+4
* | pci: sandbox: Support dynamically binding device driverBin Meng2018-08-082-10/+82
* | dm: pci: Assign correct driver data when binding a driverBin Meng2018-08-081-1/+1
* | pci: sandbox: emul: Fix the call to pci_bus_find_devfn()Bin Meng2018-08-081-1/+1
* | dm: pci: Fix scanning multi-function deviceBin Meng2018-08-081-0/+2
* | dm: pci: Extract vendor/device id in child_post_bind()Bin Meng2018-08-081-6/+5
|/
* dm: pci: Use a 1:1 mapping for bus <-> phy addressesChristian Gmeiner2018-06-131-0/+10
* dm: pci: Make ranges dt property optionalChristian Gmeiner2018-06-131-13/+10
* PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resourcesTuomas Tynkkynen2018-05-263-5/+13
* PCI: Add newlines to debug prints in pci_auto_common.cTuomas Tynkkynen2018-05-261-2/+2
* PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not setTuomas Tynkkynen2018-05-261-0/+7
* pci: tegra: introduce weak tegra_pcie_board_port_reset() functionMarcel Ziswiler2018-05-101-3/+14
* pci: Don't use pci_indirect when DM is activeMario Six2018-05-081-1/+1
* pci: intel: Add Intel FPGA PCIe controller driverLey Foon Tan2018-05-083-0/+438
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0731-63/+31
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-274-8/+0
* pci: video: Only print out when everything is OKBin Meng2018-04-161-3/+1
* Merge git://git.denx.de/u-boot-marvellTom Rini2018-03-304-33/+759
|\