summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie_xilinx.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-3/+3
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* dm: pci: Update the PCI read_config() method to const dev *Simon Glass2020-02-051-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* pci: xilinx: Use pci_generic_mmap_{read, write}_config()Tuomas Tynkkynen2017-10-061-46/+7
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-1/+1
* pci: xilinx: Remove unused field 'hose' from struct xilinx_pcieTuomas Tynkkynen2017-09-221-2/+0
* pci: xilinx: Fix doc comments on config space accessorsTuomas Tynkkynen2017-09-221-2/+2
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* pci: xilinx: Add a driver for Xilinx AXI to PCIe bridgePaul Burton2016-09-211-0/+220