aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/pci
AgeCommit message (Expand)AuthorFilesLines
2012-07-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 9-16/+462
2012-07-25Merge branches 'next/generic', 'next/alchemy', 'next/bcm63xx', 'next/cavium',...Gravatar Ralf Baechle 9-16/+462
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciGravatar Linus Torvalds 1-3/+3
2012-07-24MIPS: Netlogic: Remove unused pcibios_fixupsGravatar Jayachandran C 1-4/+0
2012-07-24MIPS: Netlogic: XLP PCIe controller support.Gravatar Ganesan Ramalingam 2-0/+249
2012-07-24MIPS: BCM63XX: Add PCIe Support for BCM6328Gravatar Jonas Gorski 3-0/+178
2012-07-24MIPS: BCM63XX: Move the PCI initialization into its own functionGravatar Jonas Gorski 1-8/+17
2012-07-23MIPS: Malta: Move PIIX4 PCI fixup to where it belongs.Gravatar Ralf Baechle 1-0/+14
2012-07-23MIPS: PCI: Add missing __devinit attributions to fixup functions.Gravatar Ralf Baechle 3-6/+6
2012-07-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 8-32/+73
2012-07-19MIPS: PCI: Move fixups from __init to __devinit.Gravatar Sebastian Andrzej Siewior 6-20/+20
2012-07-19mips: mark const init data with __initconst instead of __initdataGravatar Uwe Kleine-König 1-2/+2
2012-07-09Merge branch 'pci/myron-final-fixups-v2' into nextGravatar Bjorn Helgaas 1-1/+1
2012-07-09MIPS/PCI: move final fixups from __init to __devinitGravatar Myron Stowe 1-1/+1
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextGravatar Bjorn Helgaas 1-2/+2
2012-07-05MIPS/PCI: adjust section annotations for pcibios_setup()Gravatar Myron Stowe 1-2/+2
2012-07-05mips: pci-lantiq: Fix check for valid gpioGravatar Roland Stigge 1-2/+2
2012-07-03MIPS: Netlogic: MSI enable fix for XLSGravatar Ganesan Ramalingam 1-9/+50
2012-07-03MIPS: Netlogic: Fix PCIX irq on XLR chipsGravatar Jayachandran C 1-1/+1
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resGravatar Yinghai Lu 1-1/+1
2012-05-26Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'nex...Gravatar Ralf Baechle 7-310/+851
2012-05-21MIPS: pci: convert lantiq driver to OFGravatar John Crispin 3-93/+127
2012-05-21MIPS: lantiq: drop ltq_gpio_request() and gpio_to_irq()Gravatar John Crispin 1-43/+1
2012-05-15MIPS: pci: parse memory ranges from devicetreeGravatar John Crispin 1-0/+55
2012-05-15MIPS: ath79: add PCI_AR724X Kconfig symbolGravatar Gabor Juhos 1-1/+1
2012-05-15MIPS: ath79: update copyright headers of PCI related filesGravatar Gabor Juhos 1-1/+2
2012-05-15MIPS: ath79: add support for the PCI host controller of the AR71XX SoCsGravatar Gabor Juhos 2-0/+376
2012-05-15MIPS: ath79: add PCI IRQ handling code for AR724X SoCsGravatar Gabor Juhos 1-2/+116
2012-05-15MIPS: ath79: add a workaround for a PCI controller bug in AR7240 SoCsGravatar Gabor Juhos 1-1/+35
2012-05-15MIPS: ath79: fix broken ar724x_pci_{read,write} functionsGravatar Gabor Juhos 1-26/+26
2012-05-15MIPS: ath79: remove superfluous alignment checks from pci-ar724x.cGravatar Gabor Juhos 1-6/+0
2012-05-15MIPS: ath79: use io-accessor macros in pci-ar724x.cGravatar Gabor Juhos 1-14/+24
2012-05-15MIPS: ath79: replace ath724x to ar724xGravatar Gabor Juhos 1-31/+31
2012-05-15MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC nameGravatar Gabor Juhos 2-1/+1
2012-05-15MIPS: ath79: add a common PCI registration functionGravatar Gabor Juhos 1-2/+0
2012-05-15MIPS: ath79: make ath724x_pcibios_init visible for external codeGravatar Gabor Juhos 1-1/+2
2012-05-15MIPS: ath79: separate common PCI codeGravatar Gabor Juhos 1-34/+0
2012-05-15MIPS: Include export.h in for EXPORT_SYMBOL in ops-loongson2.cGravatar Matt Turner 1-0/+1
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 7-143/+15
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+1
2012-02-23mips/PCI: get rid of device resource fixupsGravatar Bjorn Helgaas 2-128/+3
2012-02-23mips/PCI: removed unused pci_probe configurabilityGravatar Bjorn Helgaas 1-5/+1
2012-02-23mips/PCI: replace pci_probe_only with pci_flagsGravatar Bjorn Helgaas 6-13/+11
2012-02-20MIPS: PCI: use list_for_each_entry() for bus->devices traversalGravatar Bjorn Helgaas 1-4/+1
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 14-417/+1436
2012-02-06bcma: add PCIe host controllerGravatar Hauke Mehrtens 1-5/+44
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 14-417/+1436
2012-01-11Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/...Gravatar Ralf Baechle 6-340/+1334
2012-01-11Merge branch 'next/generic' into mips-for-linux-nextGravatar Ralf Baechle 6-6/+33
2012-01-11MIPS: Set default pci cache line size.Gravatar Ralf Baechle 1-1/+28