aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-23MIPS: pci-ar724x: avoid data bus error due to a missing PCIe moduleGabor Juhos1-0/+22
2012-07-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds9-16/+462
2012-07-25Merge branches 'next/generic', 'next/alchemy', 'next/bcm63xx', 'next/cavium', 'next/jz4740', 'next/lantiq', 'next/loongson1b' and 'next/netlogic' into mips-for-linux-nextRalf Baechle9-16/+462
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+3
2012-07-24MIPS: Netlogic: Remove unused pcibios_fixupsJayachandran C1-4/+0
2012-07-24MIPS: Netlogic: XLP PCIe controller support.Ganesan Ramalingam2-0/+249
2012-07-24MIPS: BCM63XX: Add PCIe Support for BCM6328Jonas Gorski3-0/+178
2012-07-24MIPS: BCM63XX: Move the PCI initialization into its own functionJonas Gorski1-8/+17
2012-07-23MIPS: Malta: Move PIIX4 PCI fixup to where it belongs.Ralf Baechle1-0/+14
2012-07-23MIPS: PCI: Add missing __devinit attributions to fixup functions.Ralf Baechle3-6/+6
2012-07-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds8-32/+73
2012-07-19MIPS: PCI: Move fixups from __init to __devinit.Sebastian Andrzej Siewior6-20/+20
2012-07-19mips: mark const init data with __initconst instead of __initdataUwe Kleine-König1-2/+2
2012-07-09Merge branch 'pci/myron-final-fixups-v2' into nextBjorn Helgaas1-1/+1
2012-07-09MIPS/PCI: move final fixups from __init to __devinitMyron Stowe1-1/+1
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas1-2/+2
2012-07-05MIPS/PCI: adjust section annotations for pcibios_setup()Myron Stowe1-2/+2
2012-07-05mips: pci-lantiq: Fix check for valid gpioRoland Stigge1-2/+2
2012-07-03MIPS: Netlogic: MSI enable fix for XLSGanesan Ramalingam1-9/+50
2012-07-03MIPS: Netlogic: Fix PCIX irq on XLR chipsJayachandran C1-1/+1
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-1/+1
2012-05-26Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'next/ath79' and 'next/lantiq' into mips-for-linux-nextRalf Baechle7-310/+851
2012-05-21MIPS: pci: convert lantiq driver to OFJohn Crispin3-93/+127
2012-05-21MIPS: lantiq: drop ltq_gpio_request() and gpio_to_irq()John Crispin1-43/+1
2012-05-15MIPS: pci: parse memory ranges from devicetreeJohn Crispin1-0/+55
2012-05-15MIPS: ath79: add PCI_AR724X Kconfig symbolGabor Juhos1-1/+1
2012-05-15MIPS: ath79: update copyright headers of PCI related filesGabor Juhos1-1/+2
2012-05-15MIPS: ath79: add support for the PCI host controller of the AR71XX SoCsGabor Juhos2-0/+376
2012-05-15MIPS: ath79: add PCI IRQ handling code for AR724X SoCsGabor Juhos1-2/+116
2012-05-15MIPS: ath79: add a workaround for a PCI controller bug in AR7240 SoCsGabor Juhos1-1/+35
2012-05-15MIPS: ath79: fix broken ar724x_pci_{read,write} functionsGabor Juhos1-26/+26
2012-05-15MIPS: ath79: remove superfluous alignment checks from pci-ar724x.cGabor Juhos1-6/+0
2012-05-15MIPS: ath79: use io-accessor macros in pci-ar724x.cGabor Juhos1-14/+24
2012-05-15MIPS: ath79: replace ath724x to ar724xGabor Juhos1-31/+31
2012-05-15MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC nameGabor Juhos2-1/+1
2012-05-15MIPS: ath79: add a common PCI registration functionGabor Juhos1-2/+0
2012-05-15MIPS: ath79: make ath724x_pcibios_init visible for external codeGabor Juhos1-1/+2
2012-05-15MIPS: ath79: separate common PCI codeGabor Juhos1-34/+0
2012-05-15MIPS: Include export.h in for EXPORT_SYMBOL in ops-loongson2.cMatt Turner1-0/+1
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds7-143/+15
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2012-02-23mips/PCI: get rid of device resource fixupsBjorn Helgaas2-128/+3
2012-02-23mips/PCI: removed unused pci_probe configurabilityBjorn Helgaas1-5/+1
2012-02-23mips/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas6-13/+11
2012-02-20MIPS: PCI: use list_for_each_entry() for bus->devices traversalBjorn Helgaas1-4/+1
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville14-417/+1436
2012-02-06bcma: add PCIe host controllerHauke Mehrtens1-5/+44
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds14-417/+1436
2012-01-11Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/cavium', 'next/generic', 'next/kprobes', 'next/lantiq', 'next/perf' and 'next/raza' into mips-for-linux-nextRalf Baechle6-340/+1334
2012-01-11Merge branch 'next/generic' into mips-for-linux-nextRalf Baechle6-6/+33