aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle1-0/+1
2014-03-31MIPS: Malta: Setup PM I/O region on bootPaul Burton1-0/+13
2014-03-31MIPS: Loongson 3: Add HT-linked PCI supportHuacai Chen3-0/+168
2014-03-26MIPS: Alchemy: Determine cohereny at runtime based on cpu typeManuel Lauss1-3/+2
2014-03-26MIPS: Malta: Make use of generic CM supportPaul Burton1-11/+11
2014-03-15MIPS: Octeon: Fix fall through on bar type OCTEON_DMA_BAR_TYPE_SMALLColin Ian King1-0/+1
2014-01-24mips: delete non-required instances of include <linux/init.h>Paul Gortmaker11-11/+0
2014-01-24arch/mips/pci: don't check resource with devm_ioremap_resourceWolfram Sang1-3/+0
2014-01-24MIPS: PCI: Netlogic XLP9XX supportJayachandran C1-21/+74
2014-01-24MIPS: Netlogic: Add cpu to node mapping for XLP9XXJayachandran C1-2/+2
2014-01-24MIPS: Netlogic: XLP9XX PIC updatesJayachandran C1-1/+1
2014-01-24MIPS: Netlogic: Add macro for node presentJayachandran C1-4/+2
2014-01-24MIPS: Netlogic: Add MSI support for XLPJayachandran C3-9/+501
2014-01-24MIPS: malta: Incorporate PIIX4 ACPI I/O region in PCI controller resourcesDeng-Cheng Zhu1-3/+3
2014-01-23MIPS: Malta: mux & enable SERIRQ interruptPaul Burton1-0/+11
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-35/+2
2013-10-29MIPS: Get rid of hard-coded values for Malta PIIX4 fixupsDeng-Cheng Zhu1-13/+23
2013-10-29MIPS: of/pci: Use of_pci_range_parserAndrew Murray1-32/+18
2013-10-29MIPS: ath79: simplify platform_get_resource_byname/devm_ioremap_resourceJulia Lawall2-12/+0
2013-10-24of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely2-32/+2
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely2-2/+2
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely2-7/+4
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2-2/+2
2013-09-19MIPS: PCI: pci-bcm1480: Include missing vt.h headerMarkos Chandras1-0/+1
2013-09-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-4/+642
2013-09-04MIPS: Add driver for the built-in PCI controller of the RT3883 SoCGabor Juhos2-0/+637
2013-08-26MIPS: cavium-octeon: fix I/O space setup on non-PCI systemsAaro Koskinen1-4/+5
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-1/+0
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-1/+1
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds5-42/+261
2013-07-12Merge branch '3.10-fixes' into mips-for-linux-nextRalf Baechle1-0/+2
2013-07-03mm/MIPS: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-1/+1
2013-07-01MIPS: Malta: Move platform-specific PCI code to arch/mips/pci.Ralf Baechle2-1/+255
2013-07-01MIPS: BCM63XX: add support for BCM3368 Cable ModemFlorian Fainelli1-1/+2
2013-07-01MIPS: Delete Wind River ppmc eval board support.Paul Gortmaker2-38/+0
2013-06-21MIPS: IP27: Fix build error if CONFIG_PCI=y and CONFIG_NUMA disabled.Ralf Baechle1-0/+2
2013-06-10MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney1-2/+2
2013-05-20TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing2-2/+6
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-14/+21
2013-05-08MIPS: pci: convert to devm_ioremap_resource()Silviu-Mihai Popescu2-12/+12
2013-05-08MIPS: BCM63XX: enable pcie for BCM6362Jonas Gorski1-2/+9
2013-05-05mips: single_open() leaksAl Viro1-2/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-54/+41
2013-04-29mips: Don't use create_proc_read_entry()David Howells1-54/+41
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+7
2013-04-10MIPS/PCI: Implement pcibios_get_phb_of_nodeGabor Juhos1-1/+7
2013-04-05MIPS: Alchemy: Fix typo "CONFIG_DEBUG_PCI"Paul Bolle1-2/+2
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds47-1169/+1070
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+6
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-nextRalf Baechle5-204/+445