summaryrefslogtreecommitdiff
path: root/drivers/pci/pci_mvebu.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-05pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfigStefan Roese1-197/+273
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-16pci: mvebu: Increase size of PCIe default mappingVlaoMao1-2/+2
2017-02-01pci: mvebu: Fix Armada 38x supportDirk Eibach1-12/+13
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-01-14drivers/pci/pci_mvebu: Fix for boards with X4 lanesPhil Sutter1-0/+14
2015-08-17pci: mvebu: Add PCIe driverAnton Schubert1-0/+423