aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-17MIPS: pci-ar71xx: move irq base to the controller structureGabor Juhos1-8/+24
2013-02-17MIPS: pci-ar71xx: remove static PCI IO/MEM resourcesGabor Juhos1-16/+24
2013-02-17MIPS: pci-ar71xx: use dynamically allocated PCI controller structureGabor Juhos1-31/+53
2013-02-17MIPS: pci-ar724x: setup command register of the PCI controllerGabor Juhos1-0/+63
2013-02-17MIPS: pci-ar724x: use per-controller IRQ baseGabor Juhos1-10/+21
2013-02-17MIPS: pci-ar724x: remove static PCI IO/MEM resourcesGabor Juhos1-16/+24
2013-02-17MIPS: pci-ar724x: use dynamically allocated PCI controller structureGabor Juhos1-47/+82
2013-02-17MIPS: avoid possible resource conflict in register_pci_controllerGabor Juhos1-2/+13
2013-02-17MIPS: ath79: remove unused ar7{1x,24}x_pcibios_init functionsGabor Juhos2-58/+0
2013-02-17MIPS: ath79: move global PCI defines into a common headerGabor Juhos2-24/+0
2013-02-17MIPS: pci-ar71xx: convert into a platform driverGabor Juhos1-4/+56
2013-02-17MIPS: pci-ar724x: convert into a platform driverGabor Juhos1-2/+55
2013-02-17MIPS: PCI: Multi-node PCI support for Netlogic XLPJayachandran C1-43/+66
2013-02-17MIPS: PCI: Prevent hang on XLP reg readJayachandran C1-1/+5
2013-02-17MIPS: PCI: Byteswap not needed in little-endian modeJayachandran C1-3/+12
2013-02-17MIPS: lantiq: improve pci reset gpio handlingJohn Crispin1-2/+10
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle43-635/+635
2013-02-01MIPS: PNX8550: Remove support for SOC and JBS and STB810 boards.Ralf Baechle3-340/+0
2013-01-30MIPS: AR71xx: Fix AR71XX_PCI_MEM_SIZEGabor Juhos1-1/+1
2013-01-30MIPS: AR724x: Fix AR724X_PCI_MEM_SIZEGabor Juhos1-1/+1
2013-01-25MIPS: Convert to devm_ioremap_resource()Thierry Reding1-6/+6
2013-01-03MIPS: drivers: remove __dev* attributes.Greg Kroah-Hartman13-43/+42
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds9-410/+67
2012-12-13Merge branch 'mips-next' of http://dev.phrozen.org/githttp/mips-next into mips-for-linux-nextRalf Baechle2-53/+50
2012-12-13MIPS: PMC-Sierra Yosemite: Remove support.Ralf Baechle5-345/+0
2012-12-13MIPS: IP27: Correct fucked grammar in ops-bridge.cDave Jones1-12/+12
2012-12-13MIPS/EDAC: Improve OCTEON EDAC support.David Daney1-1/+2
2012-12-12MIPS: Cavium: Add EDAC support.Ralf Baechle1-0/+4
2012-11-28mips/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton1-2/+0
2012-11-20MIPS: PCI: Update XLR/XLS PCI for the new PIC codeJayachandran C1-35/+34
2012-11-09MIPS: BCM63XX: use the new reset helperJonas Gorski1-13/+6
2012-11-09MIPS: BCM63XX: add and use a clock for PCIeJonas Gorski1-5/+10
2012-10-11MIPS: Malta: Fix section mismatch.Ralf Baechle1-1/+2
2012-10-06sections: fix section conflicts in arch/mipsAndi Kleen1-1/+1
2012-09-19Merge branch 'pci/thierry-fixup-irqs' into nextBjorn Helgaas1-6/+0
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-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas1-0/+22
2012-08-23MIPS: PCI: Use PCI Express Capability accessorsJiang Liu1-10/+5
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