summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2013-05-08MIPS: BCM63XX: add missing clocks for BCM6328 and BCM6362Jonas Gorski1-8/+25
2013-05-08MIPS: ath79: make use of the new memory detection codeJohn Crispin1-15/+1
2013-05-08MIPS: ralink: make use of the new memory detection codeJohn Crispin1-0/+9
2013-05-08MIPS: ralink: add memory definition for MT7620John Crispin2-0/+28
2013-05-08MIPS: ralink: add memory definition for RT3883John Crispin2-0/+8
2013-05-08MIPS: ralink: add memory definition for RT2880John Crispin2-0/+8
2013-05-08MIPS: ralink: add memory definition for RT305xJohn Crispin2-0/+51
2013-05-08MIPS: ralink: add memory definition to struct ralink_soc_infoJohn Crispin1-0/+5
2013-05-08MIPS: add detect_memory_region()John Crispin2-0/+23
2013-05-08DT: MIPS: ralink: add MT7620A dts filesJohn Crispin4-0/+79
2013-05-08DT: MIPS: ralink: add RT3883 dts filesJohn Crispin4-0/+79
2013-05-08DT: MIPS: ralink: add RT2880 dts filesJohn Crispin4-0/+109
2013-05-08DT: MIPS: ralink: clean up RT3050 dtsi and dts fileJohn Crispin2-58/+4
2013-05-08MIPS: ralink: add cpu-feature-overrides.hGabor Juhos4-0/+170
2013-05-08MIPS: ralink: adds support for MT7620 SoC familyJohn Crispin5-0/+299
2013-05-08MIPS: ralink: adds support for RT3883 SoC familyJohn Crispin5-0/+501
2013-05-08MIPS: ralink: adds support for RT2880 SoC familyJohn Crispin6-1/+198
2013-05-08MIPS: ralink: add uart mask to struct ralink_pinmuxJohn Crispin2-2/+4
2013-05-08MIPS: ralink: add pci group to struct ralink_pinmuxGabor Juhos1-0/+3
2013-05-08MIPS: ralink: make the RT305x pinmuxing structure staticJohn Crispin1-3/+3
2013-05-08MIPS: ralink: rename gpio_pinmux to rt_gpio_pinmuxJohn Crispin2-2/+2
2013-05-08MIPS: ralink: make early_printk work on RT2880John Crispin1-0/+4
2013-05-08MIPS: ralink: add RT5350 sdram register definesJohn Crispin1-0/+8
2013-05-08MIPS: ralink: add missing comment in irq driverJohn Crispin1-0/+1
2013-05-08MIPS: ralink: fix RT305x clock setupJohn Crispin1-0/+12
2013-05-08MIPS: ralink: add RT3352 register definesJohn Crispin1-0/+13
2013-05-08MIPS: ralink: add PCI IRQ handlingGabor Juhos1-0/+4
2013-05-08MIPS: move mips_{set,get}_machine_name() to a more generic placeJohn Crispin6-29/+39
2013-05-08MIPS: octeon: Fix GPIO number in IRQ chip private dataAlexander Sverdlin1-3/+2
2013-05-08MIPS: pci: convert to devm_ioremap_resource()Silviu-Mihai Popescu2-12/+12
2013-05-08MIPS: Remove unneeded volatile from arch/mips/lib/bitops.cDavid Daney1-7/+7
2013-05-08MIPS: Init new mmu_context for each possible CPU to avoid memory corruptionHuacai Chen1-1/+1
2013-05-08MIPS: Build uasm-generated code only once to avoid CPU Hotplug problemHuacai Chen4-2/+22
2013-05-08MIPS: Kconfig: remove "config MIPS_DISABLE_OBSOLETE_IDE"Paul Bolle2-6/+0
2013-05-08MIPS: Kconfig: remove "config MIPS_BOARDS_GEN"Paul Bolle1-5/+0
2013-05-08MIPS: remove obsolete Kconfig macrosPaul Bolle1-20/+2
2013-05-08MIPS: Netlogic: Fix oprofile compile on XLR uniprocessorJayachandran C1-1/+1
2013-05-08MIPS: Netlogic: Merge platform usb.h to usb-init.cJayachandran C2-77/+36
2013-05-08MIPS: Netlogic: Support for multiple built-in device treesJayachandran C5-8/+158
2013-05-08MIPS: Netlogic: Remove unused codeJayachandran C1-36/+0
2013-05-08MIPS: Netlogic: Add 32-bit support for XLPJayachandran C1-6/+50
2013-05-08MIPS: Netlogic: Avoid using fixed PIC IRT indexJayachandran C2-75/+40
2013-05-08MIPS: Netlogic: print cpumask with cpumask_scnprintfJayachandran C1-9/+12
2013-05-08MIPS: Netlogic: Remove unused EIMR/EIRR functionsJayachandran C1-6/+1
2013-05-08MIPS: Netlogic: Optimize and fix write_c0_eimr()Jayachandran C1-8/+5
2013-05-08MIPS: BCM63XX: merge bcm63xx_clk.h into bcm63xx/clk.cJonas Gorski2-12/+7
2013-05-08MIPS: BCM63XX: add flash detection for BCM6362Jonas Gorski2-0/+7
2013-05-08MIPS: BCM63XX: enable pcie for BCM6362Jonas Gorski2-3/+11
2013-05-08MIPS: BCM63XX: enable SPI controller for BCM6362Jonas Gorski3-3/+6
2013-05-08MIPS: BCM63XX: add basic BCM6362 supportJonas Gorski11-5/+314