aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas1-5/+0
2012-07-05sparc/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-06-13sparc/PCI: register busn_res for root busesYinghai Lu1-3/+5
2012-06-13PCI: 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-23sparc/PCI: get rid of device resource fixupsBjorn Helgaas1-42/+4
2012-01-06sparc/PCI: convert to pci_create_root_bus()Bjorn Helgaas1-11/+6
2012-01-06PCI: SPARC: convert pcibios_set_master() to a non-inlined functionMyron Stowe1-0/+5
2011-10-31sparc: move symbol exporters to use export.h not module.hPaul Gortmaker1-1/+1
2011-10-19sparc: Add alignment flag to PCI expansion resourcesKjetil Oftedal1-1/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus 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-16sparc64: Fix build errors with gcc-4.6.0David S. Miller1-0/+1
2011-03-16sparc64: 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-18of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely1-2/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-7/+5
2010-04-28driver-core: Add device node pointer to struct deviceGrant Likely1-0/+1
2010-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds1-0/+75
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski1-2/+3
2010-02-20sparc64: If 'slot-names' property exist, create sysfs PCI slot information.David S. Miller1-0/+75
2010-02-17sparc64: Sync of_create_pci_dev() with drivers/pci/probe.c changes.David S. Miller1-0/+7
2009-12-15sparc64: don't export static inline pci_ functionsStephen Rothwell1-1/+0
2009-11-04sparc64/PCI: drop PCI_CACHE_LINE_BYTESTejun Heo1-0/+7
2009-08-10sparc: Use asm-generic/pci-dma-compatFUJITA Tomonori1-1/+1