aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pcie_imx.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-24pcie_imx: Update header to describe it as a legacy driverSumit Garg1-0/+8
2023-05-06drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker1-2/+2
2022-12-23global: Migrate CONFIG_PCIE_IMX_POWER_GPIO to CFGTom Rini1-5/+5
2022-12-23global: Migrate CONFIG_PCIE_IMX_PERST_GPIO to CFGTom Rini1-6/+6
2022-04-21pci: imx: remove weak overrides no longer usedTim Harvey1-8/+2
2022-04-21pci: imx: use vpcie-supply if defined by device-treeTim Harvey1-2/+17
2022-03-25pci: Add defines for normal and subtractive PCI bridgesPali Rohár1-2/+2
2021-08-05pci: imx: Drop use of DM_PCISimon Glass1-81/+0
2021-07-10pci: imx: use reset-gpios if defined by device-treeTim Harvey1-5/+24
2021-05-02pci: imx: disable imx6sdl LTSSM upon driver removeTim Harvey1-1/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: pci: Update the PCI read_config() method to const dev *Simon Glass1-1/+1
2020-01-07pci: imx: Add iMX6SX compatibleMarek Vasut1-0/+1
2019-12-02common: Move pci_init_board() out of common.hSimon Glass1-0/+1
2019-06-11pci: imx: Add DM and DT supportMarek Vasut1-6/+105
2019-06-11pci: imx: Pass driver private data aroundMarek Vasut1-19/+25
2019-06-11pci: imx: Fix potential 64bit memory access clampingMarek Vasut1-9/+11
2019-06-11pci: imx: Factor out hard-coded register base addressesMarek Vasut1-31/+44
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-12drivers: pci: imx: fix enumeration logic errorKoen Vandeputte1-0/+11
2018-01-12pci: imx: request gpio before usePeng Fan1-0/+4
2017-10-12drivers: pci: imx: fix imx_pcie_remove functionSven-Ola Tuecke1-4/+4
2017-05-31drivers: pci: imx: add imx_pcie_remove functionTim Harvey1-0/+38
2016-07-12pcie_imx: increment timeout for link upStefano Babic1-1/+1
2016-01-08pci: imx: Adjust the return value when imx_pcie_addr_valid() failsBin Meng1-1/+1
2015-10-15pci: pcie_imx: Fix hang on mx6qpFabio Estevam1-0/+8
2015-09-13pcie_imx: Use 'ms' for millisecondsFabio Estevam1-3/+3
2015-05-28pci: imx: display message if no pcie linkTim Harvey1-1/+3
2014-09-09pcie_imx: Add mx6solox supportFabio Estevam1-4/+36
2014-08-20pci: mx6: fix occasional link failuresTim Harvey1-4/+4
2014-04-04Merge branch 'master' of git://git.denx.de/u-boot-arm into masterStefano Babic1-1/+1
2014-03-31pci: mx6: Implement power callbackMarek Vasut1-1/+12
2014-03-04sizes.h - consolidate for all architecturesAlexey Brodkin1-1/+1
2014-02-11pci: mx6: Implement reset callbackMarek Vasut1-3/+44
2014-01-26ARM: mx6: Add PCI express driverMarek Vasut1-0/+565