summaryrefslogtreecommitdiffstats
path: root/arch/mips/pci
AgeCommit message (Expand)AuthorFilesLines
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+3
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', '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-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus 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/linvil...John 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/...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-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