summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/pci.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-09Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2015-09-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-08-11cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams1-2/+1
2015-07-31PCI: 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-06-01sparc64: pci slots information is not populated in sysfsEric Snowberg1-8/+51
2015-04-14Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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-14sparc64: Properly claim resources as each PCI bus is probed.David S. Miller1-0/+32
2014-08-14sparc64: Skip bogus PCI bridge ranges.David S. Miller1-0/+11
2014-08-14sparc64: 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-28sparc/PCI: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-19sparc64: fix sparse warning in pci.cSam Ravnborg1-0/+1
2014-01-29sparc: 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-15sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-...oftedal1-2/+2
2013-07-04Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+2
2013-06-29sparc: __pci_mmap_set_flags() is uselessAl Viro1-10/+0
2013-06-15Merge 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-21sparc/PCI: Use PCI_UNKNOWN for unknown power stateBjorn Helgaas1-1/+1
2013-01-13sparc: 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-19PCI: Provide a default pcibios_update_irq()Thierry Reding1-4/+0
2012-07-10Merge branch 'pci/bjorn-p2p-bridge-windows' into nextBjorn Helgaas1-88/+1
2012-07-10sparc/PCI: replace pci_cfg_fake_ranges() with pci_read_bridge_bases()Bjorn Helgaas1-88/+1
2012-07-06Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas1-5/+0
2012-07-06sparc/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-06-14sparc/PCI: register busn_res for root busesYinghai Lu1-3/+5
2012-06-14PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-3/+3
2012-03-20sparc/PCI: convert devtree and arch-probed bus addresses to resourceBjorn Helgaas1-35/+25
2012-02-24sparc/PCI: get rid of device resource fixupsBjorn Helgaas1-42/+4
2012-01-07sparc/PCI: convert to pci_create_root_bus()Bjorn Helgaas1-11/+6
2012-01-07PCI: SPARC: convert pcibios_set_master() to a non-inlined functionMyron Stowe1-0/+5
2011-11-01sparc: move symbol exporters to use export.h not module.hPaul Gortmaker1-1/+1
2011-10-20sparc: Add alignment flag to PCI expansion resourcesKjetil Oftedal1-1/+2
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+2
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-4/+2
2011-06-08pci/of: Consolidate pci_device_to_OF_node()Benjamin Herrenschmidt1-6/+0
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt1-1/+1
2011-03-29sparc: Convert to new irq function namesThomas Gleixner1-1/+1
2011-03-17sparc64: Fix build errors with gcc-4.6.0David S. Miller1-0/+1
2011-03-17sparc64: rename virt_irq => irq - IISam Ravnborg1-5/+5
2010-07-24sparc: remove references to of_device and to_of_deviceGrant Likely1-2/+2
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely1-1/+1
2010-05-19of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely1-2/+1
2010-05-19of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-7/+5