summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci_mvebu.c
Commit message (Expand)AuthorAgeFilesLines
* pci: pci_mvebu: set local dev to number 1Marek Behún2021-02-261-1/+1
* pci: pci_mvebu: refactor validation of addresses for config accessMarek Behún2021-02-261-28/+31
* pci: pci_mvebu: debug rd/wr config as other drivers doMarek Behún2021-02-261-2/+2
* pci: pci_mvebu: cosmetic fixMarek Behún2021-02-261-3/+6
* pci: pci_mvebu: use dev_seq instead of static variableMarek Behún2021-02-261-3/+1
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-151-0/+1
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* | pci: pci_mvebu: Disable config access to PCI host bridge portsStefan Roese2021-02-081-39/+27
|/
* pci: pci_mvebu: Define an IO region as wellPhil Sutter2021-01-271-1/+27
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-4/+4
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-2/+2
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.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
* pci: pci_mvebu: set BAR0 after memory space is setMarek Behún2019-08-121-4/+4
* pci: pci_mvebu: Add comment about missing of_n_addr_cells() callStefan Roese2019-03-191-0/+6
* pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfigStefan Roese2019-02-051-197/+273
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* pci: mvebu: Increase size of PCIe default mappingVlaoMao2017-11-161-2/+2
* pci: mvebu: Fix Armada 38x supportDirk Eibach2017-02-011-12/+13
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* drivers/pci/pci_mvebu: Fix for boards with X4 lanesPhil Sutter2016-01-141-0/+14
* pci: mvebu: Add PCIe driverAnton Schubert2015-08-171-0/+423