summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* pci: sh7751: Convert to DM and DT probingMarek Vasut2019-09-021-58/+106
* dm: pcie_fsl: Add MPC8548 PCIe supportHou Zhiqiang2019-08-281-0/+1
* dm: pcie_fsl: Add P5040 PCIe supportHou Zhiqiang2019-08-281-0/+1
* dm: pcie_fsl: Add P4080 PCIe supportHou Zhiqiang2019-08-281-0/+1
* dm: pcie_fsl: Add P3041 PCIe supportHou Zhiqiang2019-08-281-0/+1
* dm: pcie_fsl: Add P2041 PCIe supportHou Zhiqiang2019-08-281-0/+7
* dm: pcie_fsl: Add PCIe support for P1 and P2 series SoCsHou Zhiqiang2019-08-281-0/+7
* dm: pcie_fsl: Add T104x PCIe supportHou Zhiqiang2019-08-281-0/+1
* dm: pcie_fsl: Add T102x PCIe supportHou Zhiqiang2019-08-281-0/+1
* dm: pcie_fsl: Add T4240 PCIe supportHou Zhiqiang2019-08-281-0/+1
* dm: pcie_fsl: Fix the calculation of controller indexHou Zhiqiang2019-08-282-2/+19
* dm: pcie_fsl: Fix the Class Code fixup functionHou Zhiqiang2019-08-282-4/+16
* dm: pcie_fsl: Convert IS_ENABLED() run-time checking to #ifdefHou Zhiqiang2019-08-281-33/+36
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2019-08-121-4/+4
|\
| * pci: pci_mvebu: set BAR0 after memory space is setMarek BehĂșn2019-08-121-4/+4
* | Merge branch '2019-08-11-ti-imports'Tom Rini2019-08-123-0/+732
|\ \
| * | pcie: ti: add driver for AM65x PCIe RCSekhar Nori2019-08-123-0/+732
| |/
* | env: Move env_get() to env.hSimon Glass2019-08-113-0/+3
* | pci: intel: Fix configuration type based on secondary numberLey Foon Tan2019-08-111-4/+6
* | pci: intel: Fix error when enumerating multi-function PCIe deviceLey Foon Tan2019-08-111-2/+4
* | pci: intel: Increase TLP polling counterLey Foon Tan2019-08-111-1/+1
|/
* pci: ensure enumeration of all devices in pci_initMarek BehĂșn2019-07-121-2/+2
* drivers: pci: add API to issue FLR on a PCI function if supportedAlex Marginean2019-07-101-0/+24
* drivers: pci: add map_bar support for Enhanced AllocationAlex Marginean2019-07-101-0/+46
* pci: Avoid assigning PCI resources that are below 0x1000Bin Meng2019-06-211-2/+3
* dm: pci: add Freescale PowerPC PCIe driverHou Zhiqiang2019-06-205-0/+725
* 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