summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | MIPS: tlbex: Avoid unnecessary _PAGE_PRESENT shiftsJames Hogan2015-06-211-6/+17
| * | | | MIPS: tlbex: Fix broken offsets on r2 without XPAJames Hogan2015-06-211-4/+8
| * | | | MIPS: Fix KVM guest fixmap addressJames Hogan2015-06-211-0/+4
| * | | | MIPS: BCM47XX: Support Luxul XWR-1750 boardDan Haab2015-06-214-0/+28
| * | | | MIPS: ath79: Use the common clk APIAlban Bedel2015-06-212-27/+3Star
| * | | | MIPS: ath79: Improve the DDR controller interfaceAlban Bedel2015-06-216-125/+66Star
| * | | | MIPS: ath79: Correctly name the defines for the PLL_FB registerAlban Bedel2015-06-212-9/+9
| * | | | MIPS: ath79: Enable ZBOOT supportAlban Bedel2015-06-211-0/+1
| * | | | MIPS, IRQ: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-06-218-8/+10
| * | | | MIPS: Alchemy: Remove unneeded cast removing constKrzysztof Kozlowski2015-06-211-3/+3
| * | | | MIPS: tlbex.c: Remove new instance of __cpuinitdata that crept back inPaul Gortmaker2015-06-211-1/+1
| * | | | MIPS: c-r4k: Remove legacy __cpuinit section that crept inPaul Gortmaker2015-06-211-1/+1
| * | | | MIPS: BCM77xx: Remove legacy __cpuinit{,data} sections that crept inPaul Gortmaker2015-06-213-3/+3
| * | | | MIPS: ATH25: Remove legacy __cpuinit section that crept inPaul Gortmaker2015-06-211-1/+1
| * | | | MIPS: Pistachio: Enable USB PHY driver in defconfigAndrew Bresticker2015-06-211-0/+1
| * | | | MIPS: Pistachio: Support 8250-based early printkEzequiel Garcia2015-06-211-0/+2
| * | | | MIPS: BMIPS: dts: Add uart device nodes to bcm7xxx platformsJaedon Shin2015-06-218-0/+136
| * | | | MIPS: BMIPS: Add support for Broadcom BCM97435SVMBFlorian Fainelli2015-06-213-0/+65
| * | | | MIPS: BMIPS: Add BCM7435 dtsiFlorian Fainelli2015-06-211-0/+239
| * | | | MIPS: BCM63xx: Utilize asm/bmips-spaces.hFlorian Fainelli2015-06-211-1/+1
| * | | | MIPS: BMIPS: Define BMIPS_FIXADDR_TOP in asm/bmips-spaces.hFlorian Fainelli2015-06-212-1/+8
| * | | | MIPS: ingenic: Initial MIPS Creator CI20 supportPaul Burton2015-06-214-0/+211
| * | | | MIPS: ingenic: Initial JZ4780 supportPaul Burton2015-06-218-6/+134
| * | | | MIPS: JZ4740: use Ingenic SoC UART driverPaul Burton2015-06-2111-120/+28Star
| * | | | MIPS: JZ4740: only detect RAM size if not specified in DTPaul Burton2015-06-213-1/+10
| * | | | MIPS: JZ4740: remove clock.hPaul Burton2015-06-213-27/+3Star
| * | | | MIPS, clk: move jz4740 clock suspend, resume functions to jz4740-cguPaul Burton2015-06-214-99/+1Star
| * | | | MIPS, clk: move jz4740 UDC auto suspend functions to jz4740-cguPaul Burton2015-06-211-13/+0Star
| * | | | MIPS,clk: move jz4740_clock_set_wait_mode to jz4740-cguPaul Burton2015-06-211-16/+0Star
| * | | | MIPS,clk: migrate JZ4740 to common clock frameworkPaul Burton2015-06-219-968/+32Star
| * | | | MIPS: JZ4740: replace use of jz4740_clock_bdataPaul Burton2015-06-213-4/+29
| * | | | MIPS: JZ4740: Call jz4740_clock_init earlierPaul Burton2015-06-213-2/+5
| * | | | MIPS/IRQCHIP: Move Ingenic SoC intc driver to drivers/irqchipPaul Burton2015-06-214-204/+2Star
| * | | | MIPS: JZ4740: support newer SoC interrupt controllersPaul Burton2015-06-211-0/+9
| * | | | MIPS: JZ4740: Avoid JZ4740-specific namingPaul Burton2015-06-213-16/+16
| * | | | MIPS: JZ4740: read intc base address from DTPaul Burton2015-06-211-3/+6
| * | | | MIPS: JZ4740: define IRQ numbers based on number of intc IRQsPaul Burton2015-06-211-3/+7
| * | | | MIPS: JZ4740: support >32 interruptsPaul Burton2015-06-211-25/+46
| * | | | MIPS: JZ4740: Remove jz_intc_base globalPaul Burton2015-06-211-8/+31
| * | | | MIPS: JZ4740: drop intc debugfs codePaul Burton2015-06-211-42/+0Star
| * | | | MIPS: JZ4740: register an irq_domain for the interrupt controllerPaul Burton2015-06-211-0/+6
| * | | | MIPS: JZ4740: parse SoC interrupt controller parent IRQ from DTPaul Burton2015-06-211-1/+6
| * | | | MIPS: JZ4740: probe interrupt controller via DTPaul Burton2015-06-214-5/+18
| * | | | MIPS: JZ4740: Move arch_init_irq out of arch/mips/jz4740/irq.cPaul Burton2015-06-213-4/+11
| * | | | MIPS: JZ4740: use generic plat_irq_dispatchPaul Burton2015-06-211-12/+0Star
| * | | | MIPS: JZ4740: probe CPU interrupt controller via DTPaul Burton2015-06-212-2/+9
| * | | | MIPS/IRQCHIP: Move irq_chip from arch/mips to drivers/irqchip.Ralf Baechle2015-06-2111-225/+51Star
| * | | | MIPS: JZ4740: require & include DTPaul Burton2015-06-216-0/+43
| * | | | MIPS: ingenic: Add newer vendor IDsPaul Burton2015-06-212-3/+7
| * | | | MIPS: JZ4740: introduce CONFIG_MACH_INGENICPaul Burton2015-06-214-9/+13