summaryrefslogtreecommitdiff
path: root/arch/mips/pci
AgeCommit message (Expand)AuthorFilesLines
2012-07-05mips: pci-lantiq: Fix check for valid gpioRoland Stigge1-2/+2
2012-05-26Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'nex...Ralf 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-24Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds7-143/+15
2012-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2012-02-24mips/PCI: get rid of device resource fixupsBjorn Helgaas2-128/+3
2012-02-24mips/PCI: removed unused pci_probe configurabilityBjorn Helgaas1-5/+1
2012-02-24mips/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-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-417/+1436
2012-02-06bcma: add PCIe host controllerHauke Mehrtens1-5/+44
2012-01-15Merge 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/...Ralf 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-07mips/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-7/+10
2012-01-07PCI: MIPS: use generic pcibios_set_master()Myron Stowe1-15/+0
2012-01-07PCI: 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-08MIPS: Netlogic: Move code common with XLP to common/Jayachandran C1-0/+77
2011-12-08MIPS: Netlogic: Use CPU_XLR instead of NLM_XLRJayachandran C1-1/+1
2011-12-08MIPS: Netlogic: Add basic MSI support for XLR/XLSGanesan Ramalingam1-1/+50
2011-12-08MIPS: irq: Remove IRQF_DISABLEDYong Zhang5-5/+5
2011-12-08MIPS: BCM63XX: Add support for bcm6368 CPU.Maxime Bizon1-2/+2
2011-12-08MIPS: Initial PCI support for Atheros 724x SoCs.Rene Bolldorf2-0/+175
2011-12-08MIPS: Fix Jazz 64-bit build error.Ralf Baechle1-0/+1
2011-12-08MIPS: Fix up inconsistency in panic() string argument.Ralf Baechle1-1/+1
2011-12-08MIPS: 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-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+2
2011-11-04Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-353/+517
2011-11-01mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2-0/+2