summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2016-05-21malta: Support MIPS32r6 configurationsPaul Burton1-0/+1
2016-05-21MIPS: Support for targetting MIPSr6Paul Burton2-6/+30
2016-05-21MIPS: Simplify CONFIG_SYS_CPU valuesPaul Burton1-2/+2
2016-05-21MIPS: Use unchecked immediate addition/subtractionPaul Burton2-11/+13
2016-05-21mips: ath79: Add support for TPLink WDR4300Marek Vasut3-0/+59
2016-05-21mips: ath79: Add AR934x supportMarek Vasut9-1/+683
2016-05-21mips: ath79: Add support for ungating ethernet on ar933x and ar934xMarek Vasut3-0/+80
2016-05-21mips: ath79: dts: Add ethernet MAC nodes for ar933xMarek Vasut1-0/+26
2016-05-21mips: ath79: Add support for ungating USB on ar933x and ar934xMarek Vasut2-0/+61
2016-05-21mips: ath79: dts: Add generic-ehci nodeMarek Vasut1-0/+7
2016-05-21mips: ath79: Fix compiler warning on const assignmentMarek Vasut1-1/+1
2016-05-21mips: ath79: Fix ar71xx_regs.h indentMarek Vasut1-1034/+1069
2016-05-21mips: Add MIPS 74Kc tuneMarek Vasut2-0/+4
2016-05-21mips: Fix compiler warning in cpu.cMarek Vasut1-1/+0
2016-05-21ath79: add readonly attribute for ath79_soc_descWills Wang1-4/+4
2016-05-21ath79: ar933x: use BIT macro for bit shift operationWills Wang1-7/+7
2016-05-21mips: ath79: add AP143 reference boardWills Wang4-0/+133
2016-05-21mips: ath79: add AP121 reference boardWills Wang4-0/+137
2016-05-21mips: ath79: add support for QCA953x SOCsWills Wang6-1/+787
2016-05-21mips: ath79: add support for AR933x SOCsWills Wang6-0/+720
2016-05-21mips: add base support for QCA/Atheros ath79 SOCsWills Wang12-0/+1610
2016-05-06Fix various typos, scattered over the code.Robert P. J. Day1-1/+1
2016-04-19MIPS: bootm: Add fixup of '/memory' node.Purna Chandra Mandal1-2/+3
2016-04-10board: pic32mzda: enable USB-host, USB-storage support.Purna Chandra Mandal2-0/+16
2016-03-09MIPS: fix mips_cache fallback without __builtin_mips_cacheMatthias Schiffer1-1/+1
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2016-02-02board: Enable ethernet, tftpboot support to pic32mzdask board.Purna Chandra Mandal2-0/+20
2016-02-02board: add SDHCI support for PIC32MZDASK board.Purna Chandra Mandal2-0/+18
2016-02-02board: Add Microchip PIC32MZ[DA]-Starter-Kit board.Purna Chandra Mandal3-1/+52
2016-02-02MIPS: Add support for Microchip PIC32MZ[DA] SoC family.Purna Chandra Mandal7-2/+379
2016-02-02drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32.Purna Chandra Mandal1-0/+32
2016-02-02MIPS: initial infrastructure for Microchip PIC32 architecturePurna Chandra Mandal6-0/+110
2016-02-02MIPS: Support dynamic I/O port base addressPaul Burton5-34/+34
2016-02-02MIPS: Remove SLOW_DOWN_IOPaul Burton1-37/+3
2016-02-02mips: cache: Bulletproof the code against cornercasesMarek Vasut1-0/+8
2016-02-02MIPS: start.S: fix and optimize instructionsDaniel Schwierzeck1-11/+11
2016-02-02MIPS: initialize board_init_f() argument to zero.Purna Chandra Mandal1-1/+1
2016-01-26mips: asm/io.h: Add in <linux/bug.h>Tom Rini1-0/+1
2016-01-16MIPS: implement bit manipulating I/O accessorsDaniel Schwierzeck1-0/+55
2016-01-16MIPS: fix SPDX license identifier in remaining arch header filesDaniel Schwierzeck14-55/+32
2016-01-16MIPS: sync processor and register definitions with linux-4.4Daniel Schwierzeck8-553/+1211
2016-01-16MIPS: sync I/O related header files with linux-4.4Daniel Schwierzeck10-364/+941
2016-01-16MIPS: kconfig: add option for MIPS_L1_CACHE_SHIFTDaniel Schwierzeck2-10/+25
2016-01-16MIPS: Kconfig: optimize gcc -march and -mtune setupDaniel Schwierzeck4-15/+24
2016-01-16MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/Daniel Schwierzeck4-3/+3
2016-01-16MIPS: Kconfig: refactor machine setupDaniel Schwierzeck1-1/+6
2016-01-16MIPS: add initial infrastructure for device-tree filesDaniel Schwierzeck5-0/+42
2016-01-16MIPS: do not build position-independent executables for SPLDaniel Schwierzeck1-4/+14
2016-01-16MIPS: create .text sub-sections for assembler functionsDaniel Schwierzeck1-1/+3
2016-01-16MIPS: fix annotation of _start and relocate_codeDaniel Schwierzeck2-7/+11