summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/pci.c
Commit message (Expand)AuthorAgeFilesLines
* sparc64: refactor the ali DMA quirkChristoph Hellwig2019-02-201-31/+15
* sparc: Use device_type helpers to access the node typeRob Herring2018-11-181-7/+2
* sparc: Use of_node_name_eq for node name comparisonsRob Herring2018-11-181-2/+2
* sparc: Convert to using %pOF instead of full_nameRob Herring2018-11-181-16/+15
* sparc/PCI: Use dev_printk() when possibleBjorn Helgaas2018-05-221-50/+44
* sparc/PCI: Request legacy VGA framebuffer only for VGA devicesBjorn Helgaas2018-04-161-0/+42
* sparc/PCI: Support arbitrary host bridge address offsetYinghai Lu2018-02-151-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt2017-08-021-6/+0
* PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt2017-08-021-4/+0
* PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-3/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* sparc/PCI: Implement pci_resource_to_user() with pcibios_resource_to_bus()Bjorn Helgaas2016-06-171-9/+11
* sparc/pci: Refactor dev_archdata initialization into pci_init_dev_archdataSowmini Varadhan2016-04-211-8/+21
* sparc/PCI: Fix for panic while enabling SR-IOVBabu Moger2016-03-291-0/+17
* sparc/PCI: Add mem64 resource parsing for root busYinghai Lu2015-10-291-1/+6
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-2/+1
|\
| * cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams2015-08-101-2/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-1/+1
|\ \
| * | sparc/PCI: Use helper functions to access fields in struct msi_descJiang Liu2015-07-221-1/+1
| |/
* / PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang2015-07-301-5/+1
|/
* sparc64: pci slots information is not populated in sysfsEric Snowberg2015-05-311-8/+51
* Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-131-2/+1
|\
| * sparc/PCI: Claim bus resources before pci_bus_add_devices()Yijing Wang2015-03-191-2/+1
* | Revert "sparc/PCI: Clip bridge windows to fit in upstream windows"Bjorn Helgaas2015-04-081-4/+1
|/
* sparc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-1/+4
* sparc64: Properly claim resources as each PCI bus is probed.David S. Miller2014-08-131-0/+32
* sparc64: Skip bogus PCI bridge ranges.David S. Miller2014-08-131-0/+11
* sparc64: Expand PCI bridge probing debug logging.David S. Miller2014-08-131-1/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2014-06-191-0/+1
|\
| * sparc64: fix sparse warning in pci.cSam Ravnborg2014-05-181-0/+1
* | sparc/PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
|/
* sparc: don't use module_init in non-modular pci.c codePaul Gortmaker2014-01-281-2/+1
* PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu2013-12-211-3/+3
* sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-...oftedal2013-11-141-2/+2
* Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-031-3/+2
|\
| * Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas2013-06-141-2/+1
| |\
| | * PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng2013-06-051-2/+1
| * | sparc/PCI: Use PCI_UNKNOWN for unknown power stateBjorn Helgaas2013-05-201-1/+1
| |/
* / sparc: __pci_mmap_set_flags() is uselessAl Viro2013-06-291-10/+0
|/
* sparc: remove __devinit, __devexit annotationsSam Ravnborg2013-01-121-19/+18
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-181-4/+0
* Merge branch 'pci/bjorn-p2p-bridge-windows' into nextBjorn Helgaas2012-07-101-88/+1
|\
| * sparc/PCI: replace pci_cfg_fake_ranges() with pci_read_bridge_bases()Bjorn Helgaas2012-07-101-88/+1
* | Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-5/+0
|\ \
| * | sparc/PCI: factor out pcibios_setup()Myron Stowe2012-07-051-5/+0
| |/
* | sparc/PCI: register busn_res for root busesYinghai Lu2012-06-131-3/+5
* | PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-3/+3
|/
* sparc/PCI: convert devtree and arch-probed bus addresses to resourceBjorn Helgaas2012-03-201-35/+25