summaryrefslogtreecommitdiffstats
path: root/arch/mips/bcm47xx
Commit message (Expand)AuthorAgeFilesLines
...
| * MIPS: BCM47XX: fix detection for some boardsHauke Mehrtens2014-01-241-6/+7
| * MIPS: BCM47XX: Enable buttons support on SSBRafał Miłecki2014-01-241-8/+0
| * MIPS: BCM47XX: Convert WNDR4500 to new syntaxRafał Miłecki2014-01-242-61/+14
| * MIPS: BCM47XX: Use "timer" trigger for status LEDsRafał Miłecki2014-01-241-2/+12
| * MIPS: BCM47XX: check length of serial console arrayHauke Mehrtens2014-01-241-2/+4
| * MIPS: BCM47XX: Drop WGT634U hacksRafał Miłecki2014-01-242-175/+0
| * MIPS: BCM47XX: Import LEDs database from OpenWrtRafał Miłecki2014-01-241-0/+494
| * MIPS: BCM47XX: Import buttons database from OpenWrtRafał Miłecki2014-01-241-0/+456
| * MIPS: BCM47XX: Prepare support for GPIO buttonsRafał Miłecki2014-01-244-1/+100
| * MIPS: BCM47XX: Prepare support for LEDsRafał Miłecki2014-01-245-1/+89
| * MIPS: BCM47XX: do not use cpu_wait instruction on BCM4706Hauke Mehrtens2014-01-241-0/+10
| * MIPS: BCM47XX: print board name in machine entry in cpuinfoHauke Mehrtens2014-01-241-0/+2
| * MIPS: BCM47XX: Fix some very confused types and data corruptionIlia Mirkin2014-01-221-9/+9
| * MIPS: BCM47XX: add vectored interrupt supportHauke Mehrtens2014-01-222-0/+24
| * MIPS: BCM47XX: move constant array from stackHauke Mehrtens2014-01-221-1/+1
| * MIPS: BCM47XX: add asmlinkage to plat_irq_dispatch()Hauke Mehrtens2014-01-221-1/+1
| * MIPS: BCM47XX: add EARLY_PRINTK_8250 supportHauke Mehrtens2014-01-221-0/+9
| * MIPS: BCM47XX: Remove CFE supportHauke Mehrtens2014-01-221-91/+0
| * MIPS: BCM47XX: only print SoC name in system type in cpuinfoHauke Mehrtens2014-01-222-22/+11
| * MIPS: BCM47XX: select BMIPS CPUs for BCM47XX_SSBJonas Gorski2014-01-221-0/+1
* | b44: use fixed PHY device if we do not find anyHauke Mehrtens2013-12-201-0/+10
|/
* MIPS: BCM47XX: Fix detected clock on Asus WL520GC and WL520GUHauke Mehrtens2013-10-291-0/+11
* MIPS: BCM47XX: Fix clock detection for BCM5354 with 200MHz clockHauke Mehrtens2013-10-291-0/+12
* MIPS: BCM47XX: Get GPIO pin from nvram configurationHauke Mehrtens2013-10-291-0/+20
* MIPS: BCM47XX: Print board name in /proc/cpuinfoHauke Mehrtens2013-10-291-1/+26
* MIPS: BCM47XX: Add board detectionHauke Mehrtens2013-10-293-0/+312
* MIPS: Set default CPU type for BCM47XX platformsMarkos Chandras2013-07-301-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ralf Baechle2013-02-221-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-081-0/+3
| |\
| * | bcma: return the mips irq number in bcma_core_irqNathan Hintz2013-01-111-1/+1
* | | Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j...Ralf Baechle2013-02-213-56/+131
|\ \ \
| * | | MIPS: BCM47XX: use fallback sprom var for board_{rev,type}Hauke Mehrtens2013-02-151-4/+2
| * | | MIPS: BCM47XX: trim the nvram values for parsingHauke Mehrtens2013-02-151-3/+3
| * | | MIPS: BCM47XX: add bcm47xx prefix in front of nvram function namesHauke Mehrtens2013-02-153-10/+10
| * | | MIPS: BCM47XX: handle different nvram sizesHauke Mehrtens2013-02-151-7/+39
| * | | MIPS: BCM47XX: rename early_nvram_init to nvram_initHauke Mehrtens2013-02-151-2/+2
| * | | MIPS: BCM47XX: nvram add nand flash supportHauke Mehrtens2013-02-151-0/+7
| * | | MIPS: BCM47XX: return error when init of nvram failedHauke Mehrtens2013-02-151-15/+20
| * | | MIPS: BCM47XX: use common error codes in nvram readsHauke Mehrtens2013-02-152-3/+3
| * | | MIPS: bcm47xx: separate functions finding flash window addrRafał Miłecki2013-02-151-27/+60
| | |/ | |/|
* | | MIPS: Whitespace cleanup.Ralf Baechle2013-02-014-25/+25
|/ /
* | MIPS: BCM47xx: Enable SSB prerequisite SSB_DRIVER_PCICORE.Ralf Baechle2013-01-161-0/+1
* | MIPS: BCM47xx: Select GPIOLIB for BCMA on bcm47xx platformArend van Spriel2013-01-161-0/+2
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-12-147-448/+477
|\
| * MIPS: BCM47XX: remove GPIO driverHauke Mehrtens2012-12-124-105/+9
| * MIPS: BCM47xx: sprom: read values without prefix as fallbackHauke Mehrtens2012-11-092-330/+447
| * MIPS: BCM47XX: read sprom without prefix if no ieee80211 coreHauke Mehrtens2012-11-091-0/+2
| * MIPS: BCM47xx: read out full board dataHauke Mehrtens2012-11-091-20/+14
| * MIPS: BCM47XX: improve memory size detectionHauke Mehrtens2012-11-091-4/+6
| * MIPS: BCM47XX: ignore last memory pageHauke Mehrtens2012-11-091-0/+10
OpenPOWER on IntegriCloud