aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/bcm63xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds9-284/+582
2012-01-09MIPS: BCM63XX: use the new bcm63xxpart parserJonas Gorski1-0/+3
2011-12-07MIPS: BCM63XX: generate WLAN MAC address after registering ethernet devices.Florian Fainelli1-12/+13
2011-12-07MIPS: BCM63xx: Fix GPIO set/get for BCM6345Florian Fainelli1-5/+36
2011-12-07MIPS: BCM63xx: Remove BCM6345 hacks to read base boot addressFlorian Fainelli1-15/+6
2011-12-07MIPS: BCM63xx: Fix SDRAM size computation for BCM6345Florian Fainelli1-2/+4
2011-12-07MIPS: BCM63XX: Add support for bcm6368 CPU.Maxime Bizon6-23/+163
2011-12-07MIPS: BCM63XX: Add external irq support for non 6348 CPUs.Maxime Bizon2-34/+127
2011-12-07MIPS: BCM63XX: Handle 64 bits irq stat register in irq code.Maxime Bizon1-6/+76
2011-12-07MIPS: BCM63XX: Prepare irq code to handle different external irq hardware implementation.Maxime Bizon1-37/+67
2011-12-07MIPS: BCM63XX: Change irq code to prepare for per-cpu peculiarity.Maxime Bizon1-9/+77
2011-12-07MIPS: BCM63XX: Cleanup cpu registers.Maxime Bizon1-154/+26
2011-12-07MIPS: BCM63XX: Call board_register_device from device_initcall()Maxime Bizon1-1/+1
2011-09-21MIPS: Mark cascade and low level interrupts IRQF_NO_THREADWu Zhangjin1-0/+1
2011-05-19SSB: Change fallback sprom to callback mechanism.Hauke Mehrtens1-2/+14
2011-03-29MIPS: Convert the irq functions to the new namesThomas Gleixner1-2/+2
2011-03-25MIPS: bcm63xx: Convert to new irq_chip functionsThomas Gleixner1-45/+32
2011-03-17mips: change to new flag variablematt mooney1-1/+1
2010-10-29MIPS: Decouple BMIPS CPU support from bcm47xx/bcm63xx SoC codeKevin Cernekee1-15/+15
2010-10-07MIPS: Add missing #inclusions of <linux/irq.h>David Howells1-0/+1
2010-08-05MIPS: BCM63xx: Migrate to new platform makefile style.Ralf Baechle2-2/+7
2010-07-26MIPS: BCM63xx: Prevent second enet registration on BCM6338Florian Fainelli1-0/+3
2010-05-21MIPS: BCM63xx: Avoid namespace clash on GPIO_DIR_{IN,OUT}Florian Fainelli1-3/+3
2010-04-12MIPS: BCM63xx: Fix build failure in board_bcm963xx.cFlorian Fainelli1-70/+70
2010-04-12MIPS: BCM63xx: Initialize gpio_out_low & out_high to current value at boot.Maxime Bizon1-0/+2
2010-04-12MIPS: BCM63xx: Register SSB SPROM fallback in board's first stage callbackFlorian Fainelli1-11/+11
2010-04-12MIPS: BCM63xx: Add support for second uart.Maxime Bizon3-19/+79
2010-04-12MIPS: BCM63xx: Fix double gpio registration.Maxime Bizon1-2/+0
2010-04-12MIPS: BCM63xx: Add DWVS0 boardFlorian Fainelli1-0/+22
2010-04-12MIPS: BCM63xx: Add the RTA1025W-16 BCM6348-based board to suppported boards.Florian Fainelli1-0/+20
2010-02-27MIPS: BCM63xx: Convert timer locks to raw spinlocks.Ralf Baechle1-17/+17
2010-02-27MIPS: Nuke trailing blank linesRalf Baechle1-1/+0
2010-01-12MIPS: BCM63xx: Remove duplicate CONFIG_CMDLINE.Yoichi Yuasa1-3/+0
2010-01-12MIPS: BCM63xx: Fix whitespace damaged board_bcm963xx.cFlorian Fainelli1-17/+16
2009-11-02MIPS: bcm63xx: Set the correct BCM3302 CPU nameFlorian Fainelli1-0/+3
2009-11-02MIPS: BCM63xx: Prepare for watchdog supportFlorian Fainelli2-1/+38
2009-11-02MIPS: BCM63xx: Make bcm63xx_uart_register an initfuncFlorian Fainelli2-4/+1
2009-11-02MIPS: BCM63xx: Fix soft-reset lockup on BCM6345Florian Fainelli1-1/+3
2009-09-30MIPS: BCM63xx: Add PCMCIA & Cardbus support.Maxime Bizon3-1/+149
2009-09-30MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART.Maxime Bizon3-1/+45
2009-09-30MIPS: BCM63xx: Remove duplicated #includeHuang Weiyi1-1/+0
2009-09-17MIPS: BCM63xx: Add integrated ethernet mac support.Maxime Bizon2-1/+160
2009-09-17MIPS: BCM63xx: Add support for the Broadcom BCM63xx family of SOCs.Maxime Bizon15-0/+2456