summaryrefslogtreecommitdiff
path: root/drivers/pci/pci_mvebu.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-1/+1
2022-08-09pci: pci_mvebu: Add support for reset-gpiosPali Rohár1-0/+14
2022-03-25pci: Add defines for normal and subtractive PCI bridgesPali Rohár1-1/+1
2022-03-04pci: pci_mvebu: Cleanup macro namesPali Rohár1-70/+60
2022-03-04pci: pci_mvebu: Remove unused SELECT and lane_maskPali Rohár1-3/+0
2022-02-17pci: mvebu: Ensure that root port is always on root zero busPali Rohár1-30/+22
2022-01-20pci: pci_mvebu: Add support for Kirkwood PCIe controllersPali Rohár1-0/+16
2022-01-14arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.cPali Rohár1-1/+42
2022-01-14pci: pci_mvebu: Wait 100ms for Link Up in mvebu_pcie_probe()Pali Rohár1-0/+23
2022-01-14pci: pci_mvebu: Split initialization of PCIe ports into 3 phasesPali Rohár1-22/+84
2022-01-14pci: pci_mvebu: Remove dependency on SOC_REGS_PHY_BASE macroPali Rohár1-2/+4
2022-01-14pci: pci_mvebu: Inline mvebu_pcie_port_parse_dt() functionPali Rohár1-18/+9
2022-01-14pci: pci_mvebu: Fix PCIe MEM and IO resources assignment and mbus mappingPali Rohár1-25/+59
2022-01-12pci: mvebu: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár1-13/+4
2021-12-21pci: pci_mvebu: Remove unused DECLARE_GLOBAL_DATA_PTRPali Rohár1-3/+0
2021-12-21pci: pci_mvebu: Replace MBUS_PCI_*_SIZE by resource_size()Pali Rohár1-6/+6
2021-12-21pci: pci_mvebu: Move setup for BAR[0] where other BARs are setupPali Rohár1-5/+7
2021-12-21Merge tag 'v2022.01-rc4' into nextTom Rini1-24/+31
2021-12-19arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe driversPali Rohár1-0/+1
2021-12-15pci: pci_mvebu: Do not allow setting ROM BAR on PCI BridgePali Rohár1-24/+31
2021-12-15pci: pci_mvebu, pci_aardvark: Fix size of configuration cacheMarek Behún1-1/+1
2021-11-10pci: pci_mvebu: Use global MBUS_PCI_MEM_SIZE macroPali Rohár1-6/+5
2021-11-03pci: pci_mvebu: Fix comment about driver class namePali Rohár1-1/+1
2021-11-03pci: pci_mvebu: Setup PCI controller to Root Complex modePali Rohár1-0/+6
2021-11-03pci: pci_mvebu: Do not automatically enable bus mastering on PCI BridgePali Rohár1-8/+0
2021-11-03pci: pci_mvebu: Fix place of link up detectionPali Rohár1-10/+4
2021-11-03pci: pci_mvebu: Remove unused functionsPali Rohár1-16/+0
2021-11-03pci: pci_mvebu: Properly configure and use PCI Bridge (PCIe Root Port)Pali Rohár1-35/+164
2021-11-03pci: pci_mvebu: Fix read_config() with PCI_SIZE_8 or PCI_SIZE_16Pali Rohár1-2/+15
2021-11-03pci: pci_mvebu: Fix write_config() with PCI_SIZE_8 or PCI_SIZE_16Pali Rohár1-2/+13
2021-02-26pci: pci_mvebu: set local dev to number 1Marek Behún1-1/+1
2021-02-26pci: pci_mvebu: refactor validation of addresses for config accessMarek Behún1-28/+31
2021-02-26pci: pci_mvebu: debug rd/wr config as other drivers doMarek Behún1-2/+2
2021-02-26pci: pci_mvebu: cosmetic fixMarek Behún1-3/+6
2021-02-26pci: pci_mvebu: use dev_seq instead of static variableMarek Behún1-3/+1
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini1-0/+1
2021-02-08pci: pci_mvebu: Disable config access to PCI host bridge portsStefan Roese1-39/+27
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-27pci: pci_mvebu: Define an IO region as wellPhil Sutter1-1/+27
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-4/+4
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-2/+2
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: pci: Update the PCI read_config() method to const dev *Simon Glass1-1/+1
2019-08-12pci: pci_mvebu: set BAR0 after memory space is setMarek Behún1-4/+4
2019-03-19pci: pci_mvebu: Add comment about missing of_n_addr_cells() callStefan Roese1-0/+6