summaryrefslogtreecommitdiff
path: root/arch/microblaze/pci
Commit message (Expand)AuthorAgeFilesLines
* microblaze/PCI: Moving PCI iounmap and dependent codeThippeswamy Havalige2022-11-253-73/+37
* microblaze/PCI: Remove support for Xilinx PCI host bridgeThippeswamy Havalige2022-11-252-106/+0
* microblaze/PCI: Remove unused pci_iobar_pfn() and et al declarationsThippeswamy Havalige2022-11-251-19/+0
* microblaze/PCI: Remove unused sys_pciconfig_iobase() and et al declarationThippeswamy Havalige2022-11-251-44/+0
* microblaze/PCI: Remove unused pci_address_to_pio() conversion of CPU address ...Thippeswamy Havalige2022-11-251-23/+0
* microblaze/PCI: Remove unused PCI Indirect opsThippeswamy Havalige2022-11-253-165/+1
* microblaze/PCI: Remove unused PCI BIOS resource allocationThippeswamy Havalige2022-11-251-489/+0
* microblaze/PCI: Remove unused allocation & free of PCI host bridge structureThippeswamy Havalige2022-11-252-35/+0
* microblaze/PCI: Remove unused device tree parsing for a host bridge resourcesThippeswamy Havalige2022-11-252-168/+0
* microblaze/PCI: Remove unused PCI legacy IO's access on a busThippeswamy Havalige2022-11-251-140/+0
* microblaze/PCI: Remove unused PCI bus scan if configured as a hostThippeswamy Havalige2022-11-251-19/+0
* microblaze/PCI: Remove Null PCI config access unused functionsThippeswamy Havalige2022-11-251-64/+0
* microblaze/PCI: Remove unused early_read_config_byte() et al declarationsThippeswamy Havalige2022-11-252-53/+0
* microblaze/PCI: Remove pci_phys_mem_access_prot() dead codeBjorn Helgaas2022-01-241-49/+0
* microblaze: add const to of_device_idXiang wangx2022-01-241-1/+1
* PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran2021-09-211-2/+1
* microblaze: Remove noMMU codeMichal Simek2020-11-261-2/+0
* microblaze: Drop using struct of_pci_range.pci_space fieldRob Herring2020-02-141-6/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* microblaze/PCI: Remove stale pcibios_align_resource() commentLorenzo Pieralisi2018-08-211-13/+0
* microblaze: warn if of_iomap() failedNicholas Mc Guire2018-07-111-0/+1
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-61/+0
|\
| * microblaze/PCI: Remove pcibios_claim_one_bus() dead codeBjorn Helgaas2018-05-221-37/+0
| * microblaze/PCI: Remove pcibios_finish_adding_to_bus() dead codeBjorn Helgaas2018-05-221-24/+0
* | microblaze: remove unnecessary prom.h includesRob Herring2018-04-231-1/+0
|/
* microblaze: Use generic pci_mmap_resource_range()David Woodhouse2018-03-191-90/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-081-145/+0
|\
| * microblaze/PCI: Remove pcibios_setup_bus_{self/devices} dead codeLorenzo Pieralisi2017-08-101-132/+0
| * PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt2017-08-021-7/+0
| * PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt2017-08-021-6/+0
* | microblaze: Convert to using %pOF instead of full_nameRob Herring2017-08-291-7/+7
|/
* PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-1/+1
* mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins2017-02-241-0/+1
* microblaze/PCI: Add multidomain support for procfsBharat Kumar Gogada2016-09-131-2/+2
* microblaze/PCI: Implement pci_resource_to_user() with pcibios_resource_to_bus()Bjorn Helgaas2016-06-171-28/+14
* microblaze/PCI: Remove useless __pci_mmap_set_pgprot()Bjorn Helgaas2016-06-171-30/+1
* microblaze: pci: export isa_io_base to fix link errorsFengguang Wu2016-05-161-0/+2
* microblaze/PCI: Support generic Xilinx AXI PCIe Host Bridge IP driverBharat Kumar Gogada2016-03-081-46/+10
* PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-151-1/+8
* PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2015-07-231-8/+1
* PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-191-0/+4
* microblaze/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-1/+12
* microblaze: Fix IO space breakage after of_pci_range_to_resource() changeMichal Simek2014-10-271-2/+7
* Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Linus Torvalds2014-06-051-19/+0
|\
| * microblaze: Cleanup PCI_DRAM_OFFSET handlingMichal Simek2014-06-041-3/+0
| * microblaze: Do not setup pci_dma_opsMichal Simek2014-06-041-16/+0
* | PCI: Move Open Firmware devspec attribute to PCI common codeSebastian Ott2014-04-301-20/+0
|/