aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03tile: mark pcibios_init() as __initChris Metcalf1-1/+1
2013-08-05tile PCI RC: support pci=off boot arg for tileproChris Metcalf1-0/+17
2013-08-05tile PCI RC: cleanups for tilepro PCI RCChris Metcalf1-13/+3
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-15/+8
2012-12-12tile/PCI: use for_each_pci_dev to simplify the codeWei Yongjun1-2/+2
2012-09-19Merge branch 'pci/thierry-fixup-irqs' into nextBjorn Helgaas1-8/+0
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding1-8/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding1-1/+1
2012-08-23tile: PCI: Use PCI Express Capability accessorsJiang Liu1-20/+6
2012-07-25tilepro pci: fix pci_bus.subordinate bad bombing from b918c62eChris Metcalf1-1/+1
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas1-10/+0
2012-07-05tile/PCI: factor out pcibios_setup()Myron Stowe1-10/+0
2012-06-13tile/PCI: use pci_scan_root_bus instead pci_scan_busYinghai Lu1-1/+4
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-2/+2
2012-04-25arch/tile: fix a couple of functions that should be __initChris Metcalf1-2/+2
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-0/+5
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-21/+0
2012-01-06PCI: TILE: convert pcibios_set_master() to a non-inlined functionMyron Stowe1-0/+5
2011-12-04tile: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin1-21/+0
2011-12-03arch/tile: add a few #includes and an EXPORT to catch up with kernel changes.Chris Metcalf1-0/+1
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle1-1/+1
2011-05-19arch/tile: allocate PCI IRQs later in bootChris Metcalf1-6/+5
2011-05-04arch/tile: improve support for PCI hotplugChris Metcalf1-90/+117
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-11-24pci root complex: support for tile architectureChris Metcalf1-0/+621