aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-7/+20
2017-09-04alpha: squash lines for immediate returnMasahiro Yamada1-5/+1
2017-08-03alpha/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi1-7/+20
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas1-1/+6
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi1-6/+1
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang1-0/+7
2015-01-16alpha/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu1-2/+6
2014-03-19alpha/PCI: Use default pcibios_enable_device()Bjorn Helgaas1-6/+0
2013-01-03ALPHA: drivers: remove __dev* attributes.Greg Kroah-Hartman1-7/+5
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding1-6/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding1-1/+1
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas1-6/+0
2012-06-26alpha/PCI: factor out pcibios_setup()Myron Stowe1-6/+0
2012-06-18Merge branch 'topic/sebastian-devinit-fixups' into nextBjorn Helgaas1-6/+3
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-1/+1
2012-06-12alpha/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior1-6/+3
2012-02-23alpha/PCI: get rid of device resource fixupsBjorn Helgaas1-67/+4
2012-02-23alpha/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas1-8/+7
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-20/+20
2012-01-06alpha/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-20/+20
2011-11-28alpha: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin1-25/+1
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/+2
2009-04-01alpha: convert u64 to unsigned long longRandy Dunlap1-1/+1
2009-01-07PCI: alpha: use generic INTx swizzle from PCI coreBjorn Helgaas1-18/+0
2009-01-07PCI: alpha: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas1-1/+1
2008-11-30alpha: pcibios_resource_to_bus() is callable from normal codeAl Viro1-1/+1
2008-06-20alpha: resurrect Cypress IDE quirkIvan Kokshaysky1-0/+17
2008-04-29iomap: fix 64 bits resources on 32 bitsBenjamin Herrenschmidt1-2/+2
2008-04-28alpha: remove remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-04-24alpha: fix legacy mode PCI IDE controllersIvan Kokshaysky1-17/+5
2008-04-20PCI: alpha: use generic pci_enable_resources()Bjorn Helgaas1-22/+1
2007-07-26deal with alpha section warningsAl Viro1-5/+5
2007-02-07PCI: make isa_bridge Alpha-onlyAdrian Bunk1-0/+4
2006-12-07[PATCH] alpha: switch to pci_get APIAlan Cox1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-2/+2
2005-08-04[PATCH] pci and yenta: pcibios_bus_to_resourceDominik Brodowski1-0/+16
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+561