summaryrefslogtreecommitdiffstats
path: root/arch/mips/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-01-1414-417/+1436
|\
| *---------. Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/...Ralf Baechle2012-01-116-340/+1334
| |\ \ \ \ \ \
| | | | | | | * MIPS: Netlogic: Move code common with XLP to common/Jayachandran C2011-12-071-0/+77
| | | | | | | * MIPS: Netlogic: Use CPU_XLR instead of NLM_XLRJayachandran C2011-12-071-1/+1
| | | | | | | * MIPS: Netlogic: Add basic MSI support for XLR/XLSGanesan Ramalingam2011-12-071-1/+50
| | | |_|_|_|/ | | |/| | | |
| | | | | * | MIPS: Octeon: Add support for OCTEON II PCIeDavid Daney2011-12-081-326/+1023
| | | | | * | MIPS: Octeon: Update PCI Latency timer and enable more error reporting.David Daney2011-12-081-10/+6Star
| | | |_|/ / | | |/| | |
| | | | * | MIPS: BCM63XX: Add support for bcm6368 CPU.Maxime Bizon2011-12-071-2/+2
| | | |/ / | | |/| |
| | | * | MIPS: Initial PCI support for Atheros 724x SoCs.Rene Bolldorf2011-12-072-0/+175
| | |/ /
| * | | Merge branch 'next/generic' into mips-for-linux-nextRalf Baechle2012-01-116-6/+33
| |\ \ \ | | | |/ | | |/|
| | * | MIPS: Set default pci cache line size.Ralf Baechle2012-01-111-1/+28
| | * | MIPS: irq: Remove IRQF_DISABLEDYong Zhang2011-12-075-5/+5
| | |/
| * | MIPS: Fix Jazz 64-bit build error.Ralf Baechle2011-12-071-0/+1
| * | MIPS: Fix up inconsistency in panic() string argument.Ralf Baechle2011-12-071-1/+1
| * | MIPS: Alchemy: Fix PCI PMManuel Lauss2011-12-071-70/+67Star
| |/
* | mips/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-7/+10
* | PCI: MIPS: use generic pcibios_set_master()Myron Stowe2012-01-061-15/+0Star
* | PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe2012-01-061-6/+0Star
|/
* MIPS: lantiq: use export.h in favour of module.hJohn Crispin2011-11-141-0/+1
* MIPS: Fix build error due to missing inclusion of <linux/export.h>.Ralf Baechle2011-11-111-0/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-072-0/+2
|\
| * mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-012-0/+2
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2011-11-034-353/+517
|\ \ | |/ |/|
| * MIPS: Alchemy: Redo PCI as platform driverManuel Lauss2011-10-254-353/+517
* | Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-252-3/+8
|\|
| * MIPS: Lantiq: Fix setting the PCI bus speed on AR9John Crispin2011-09-211-2/+7
| * MIPS: RC32434: Fix PCI build errorYoichi Yuasa2011-09-211-1/+1
* | bcm47xx: make it possible to build bcm47xx without ssb.Hauke Mehrtens2011-08-081-0/+6
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2011-07-261-1/+0Star
|\
| * MIPS: NILE4: Remove useless inclusion of GT64120 header.Ralf Baechle2011-07-211-1/+0Star
* | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-102-2/+2
|/
* MIPS: Lantiq: Add PCI controller support.John Crispin2011-05-194-0/+432
* MIPS: XLR, XLS: Add PCI support.Jayachandran C2011-05-192-0/+215
* Fix common misspellingsLucas De Marchi2011-03-314-6/+6
* MIPS: Convert the irq functions to the new namesThomas Gleixner2011-03-291-2/+2
* MIPS: Octeon: Rewrite interrupt handling code.David Daney2011-03-291-10/+10
* MIPS: MSP: Fix MSP71xx bpci interrupt handler return valueAnoop P A2011-03-141-2/+2
* tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* MIPS: Octeon: Rewrite DMA mapping functions.David Daney2010-10-292-6/+59
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Fix typo configue => configure in commentsThomas Weber2010-09-231-1/+1
* | MIPS: Add missing #inclusions of <linux/irq.h>David Howells2010-10-072-0/+2
* | MIPS: Remove pr_<level> uses of KERN_<level>Joe Perches2010-10-041-1/+1
|/
* MIPS: Octeon: Allow more than 3.75GB of memory with PCIeDavid Daney2010-08-051-6/+31
* MIPS: Octeon: Disallow MSI-X interrupt and fall back to MSI interrupts.Chandrakala Chavva2010-08-051-0/+28
* MIPS: Octeon: Support 256 MSI on PCIeDavid Daney2010-08-051-117/+177
* MIPS: Octeon: Make MSI use handle_simple_irq().David Daney2010-08-051-46/+15Star
* MIPS: Octeon: Get rid of a bunch of MSI IRQ number definitions.David Daney2010-08-051-2/+2
* MIPS: Octeon: Move MSI code out of octeon-irq.c.David Daney2010-08-051-2/+88
* MIPS: PCI: RM9000 checkpatch cleanupAndrea Gelmini2010-08-051-2/+2