aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-11MIPS: Set default pci cache line size.Ralf Baechle1-1/+28
2012-01-06mips/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-7/+10
2012-01-06PCI: MIPS: use generic pcibios_set_master()Myron Stowe1-15/+0
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe1-6/+0
2011-12-08MIPS: Octeon: Add support for OCTEON II PCIeDavid Daney1-326/+1023
2011-12-08MIPS: Octeon: Update PCI Latency timer and enable more error reporting.David Daney1-10/+6
2011-12-07MIPS: Netlogic: Move code common with XLP to common/Jayachandran C1-0/+77
2011-12-07MIPS: Netlogic: Use CPU_XLR instead of NLM_XLRJayachandran C1-1/+1
2011-12-07MIPS: Netlogic: Add basic MSI support for XLR/XLSGanesan Ramalingam1-1/+50
2011-12-07MIPS: irq: Remove IRQF_DISABLEDYong Zhang5-5/+5
2011-12-07MIPS: BCM63XX: Add support for bcm6368 CPU.Maxime Bizon1-2/+2
2011-12-07MIPS: Initial PCI support for Atheros 724x SoCs.Rene Bolldorf2-0/+175
2011-12-07MIPS: Fix Jazz 64-bit build error.Ralf Baechle1-0/+1
2011-12-07MIPS: Fix up inconsistency in panic() string argument.Ralf Baechle1-1/+1
2011-12-07MIPS: Alchemy: Fix PCI PMManuel Lauss1-70/+67
2011-11-14MIPS: lantiq: use export.h in favour of module.hJohn Crispin1-0/+1
2011-11-11MIPS: Fix build error due to missing inclusion of <linux/export.h>.Ralf Baechle1-0/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-0/+2
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-353/+517
2011-10-31mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2-0/+2
2011-10-24MIPS: Alchemy: Redo PCI as platform driverManuel Lauss4-353/+517