summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie_fsl.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: Avoid accessing seq directlySimon Glass2020-12-181-8/+8
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* dm: pci: fsl: Correct the workaround of erratum A-007815Hou Zhiqiang2020-10-231-4/+16
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: pci: Update the PCI read_config() method to const dev *Simon Glass2020-02-051-1/+1
* 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-281-2/+12
* dm: pcie_fsl: Fix the Class Code fixup functionHou Zhiqiang2019-08-281-4/+13
* dm: pcie_fsl: Convert IS_ENABLED() run-time checking to #ifdefHou Zhiqiang2019-08-281-33/+36
* dm: pci: add Freescale PowerPC PCIe driverHou Zhiqiang2019-06-201-0/+610