aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-29sparc: Use generic pci_mmap_resource_range()Arnd Bergmann1-150/+4
2022-07-29PCI: Remove pci_mmap_page_range() wrapperArnd Bergmann1-4/+9
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran1-1/+1
2020-08-05sparc: use for_each_child_of_node() macroQinglang Miao1-2/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-05-13sparc: use scnprintf() in show_pciobppath_attr() in pci.cChen Zhou1-1/+1
2019-02-20sparc64: refactor the ali DMA quirkChristoph Hellwig1-31/+15
2018-11-18sparc: Use device_type helpers to access the node typeRob Herring1-7/+2
2018-11-18sparc: Use of_node_name_eq for node name comparisonsRob Herring1-2/+2
2018-11-18sparc: Convert to using %pOF instead of full_nameRob Herring1-16/+15
2018-05-22sparc/PCI: Use dev_printk() when possibleBjorn Helgaas1-50/+44
2018-04-16sparc/PCI: Request legacy VGA framebuffer only for VGA devicesBjorn Helgaas1-0/+42
2018-02-15sparc/PCI: Support arbitrary host bridge address offsetYinghai Lu1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-02PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt1-6/+0
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt1-4/+0
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse1-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-17sparc/PCI: Implement pci_resource_to_user() with pcibios_resource_to_bus()Bjorn Helgaas1-9/+11
2016-04-21sparc/pci: Refactor dev_archdata initialization into pci_init_dev_archdataSowmini Varadhan1-8/+21
2016-03-29sparc/PCI: Fix for panic while enabling SR-IOVBabu Moger1-0/+17
2015-10-29sparc/PCI: Add mem64 resource parsing for root busYinghai Lu1-1/+6
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+1
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-08-10cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams1-2/+1
2015-07-30PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang1-5/+1
2015-07-22sparc/PCI: Use helper functions to access fields in struct msi_descJiang Liu1-1/+1
2015-05-31sparc64: pci slots information is not populated in sysfsEric Snowberg1-8/+51
2015-04-13Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+1
2015-04-08Revert "sparc/PCI: Clip bridge windows to fit in upstream windows"Bjorn Helgaas1-4/+1
2015-03-19sparc/PCI: Claim bus resources before pci_bus_add_devices()Yijing Wang1-2/+1
2015-01-16sparc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu1-1/+4
2014-08-13sparc64: Properly claim resources as each PCI bus is probed.David S. Miller1-0/+32
2014-08-13sparc64: Skip bogus PCI bridge ranges.David S. Miller1-0/+11
2014-08-13sparc64: Expand PCI bridge probing debug logging.David S. Miller1-1/+23
2014-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-0/+1
2014-05-27sparc/PCI: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-18sparc64: fix sparse warning in pci.cSam Ravnborg1-0/+1
2014-01-28sparc: don't use module_init in non-modular pci.c codePaul Gortmaker1-2/+1
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu1-3/+3
2013-11-14sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-bridgesoftedal1-2/+2
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+2
2013-06-29sparc: __pci_mmap_set_flags() is uselessAl Viro1-10/+0
2013-06-14Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas1-2/+1
2013-06-05PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng1-2/+1
2013-05-20sparc/PCI: Use PCI_UNKNOWN for unknown power stateBjorn Helgaas1-1/+1
2013-01-12sparc: remove __devinit, __devexit annotationsSam Ravnborg1-19/+18
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding1-4/+0