aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pcie_imx.c
AgeCommit message (Expand)AuthorFilesLines
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