aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/bcm63xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-24mips: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-24MIPS: bcm63xx: cpu: Replace BUG() with panic()Markos Chandras1-2/+4
2014-01-23MIPS: BCM63XX: use linux/serial_bcm63xx.hFlorian Fainelli1-1/+1
2014-01-22MIPS: BCM63XX: let the individual SoCs select the appropriate CPUsJonas Gorski1-0/+8
2014-01-22MIPS: BCM63XX: always register bmips smp opsJonas Gorski1-4/+2
2014-01-22MIPS: BMIPS: add a smp ops registration helperJonas Gorski1-1/+1
2014-01-22MIPS: BMIPS: change compile time checks to runtime checksJonas Gorski1-1/+1
2014-01-22MIPS: BCM63XX: disable SMP also on BCM3368Jonas Gorski1-4/+4
2014-01-22MIPS: BCM63XX: add HSSPI platform device and register itJonas Gorski3-2/+52
2014-01-22MIPS: BCM63XX: setup the HSSPI clock rateJonas Gorski1-0/+18
2014-01-22MIPS: BCM63XX: expose the HSSPI clockJonas Gorski1-0/+24
2013-09-18MIPS: Cleanup CP0 PRId and CP1 FPIR register access masksMaciej W. Rozycki1-2/+2
2013-08-05MIPS: BCM63XX: export PSI size from nvramJonas Gorski1-0/+11
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds12-24/+220
2013-07-12Merge branch '3.10-fixes' into mips-for-linux-nextRalf Baechle1-5/+0
2013-07-02MIPS: BCM63xx: CLK: Add dummy clk_{set,round}_rate() functionsMarkos Chandras1-0/+12
2013-07-01MIPS: BCM63xx: Enable second core SMP on BCM6328 if availableJonas Gorski1-1/+5
2013-07-01MIPS: BCM63xx: Add SMP support to prom.cKevin Cernekee1-0/+41
2013-07-01MIPS: BCM63XX: add support for the Netgear CVG834GFlorian Fainelli1-0/+35
2013-07-01MIPS: BCM63XX: let board specify an external GPIO to reset PHYFlorian Fainelli1-0/+4
2013-07-01MIPS: BCM63XX: provide a MAC address for BCM3368 chipsFlorian Fainelli1-0/+10
2013-07-01MIPS: BCM63XX: recognize Cable Modem firmware formatFlorian Fainelli1-2/+12
2013-07-01MIPS: BCM63XX: add support for BCM3368 Cable ModemFlorian Fainelli10-17/+98
2013-07-01MIPS: BCM63XX: Handle SW IRQs 0-1Kevin Cernekee1-0/+4
2013-06-21MIPS: BCM63XX: remove bogus Kconfig selectsFlorian Fainelli1-5/+0
2013-06-13bcm63xx_enet: add support Broadcom BCM6345 EthernetFlorian Fainelli1-2/+63
2013-06-10bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switchMaxime Bizon2-18/+99
2013-06-10bcm63xx_enet: split DMA channel register accessesMaxime Bizon1-4/+19
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds10-80/+204
2013-05-08MIPS: BCM63XX: add missing clocks for BCM6328 and BCM6362Jonas Gorski1-8/+25
2013-05-08MIPS: BCM63XX: merge bcm63xx_clk.h into bcm63xx/clk.cJonas Gorski1-1/+7
2013-05-08MIPS: BCM63XX: add flash detection for BCM6362Jonas Gorski1-0/+6
2013-05-08MIPS: BCM63XX: enable SPI controller for BCM6362Jonas Gorski2-2/+4
2013-05-08MIPS: BCM63XX: add basic BCM6362 supportJonas Gorski7-4/+112
2013-05-08MIPS: BCM63XX: rework chip detectionJonas Gorski1-45/+42
2013-05-08MIPS: BCM63XX: fix revision ID widthJonas Gorski2-3/+3
2013-05-08MIPS: BCM63XX: remove duplicate spi register definitionsJonas Gorski1-18/+6
2013-04-29Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-11/+0
2013-04-08spi/bcm63xx: remove unused speed_hz variableJonas Gorski1-11/+0
2013-03-19Revert "MIPS: BCM63XX: Call board_register_device from device_initcall()"Jonas Gorski1-1/+1
2013-03-19MIPS: BCM63XX: Make nvram checksum failure non fatalJonas Gorski2-8/+4
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-nextRalf Baechle1-2/+2
2013-02-19MIPS: early_printk: drop __init annotationsAaro Koskinen1-2/+2
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-13/+13
2012-12-12MIPS: BCM63XX: fix nvram checksum calculationJonas Gorski1-10/+13
2012-11-09MIPS: BCM63XX: move nvram functions into their own fileJonas Gorski3-63/+119
2012-11-09MIPS: BCM63XX: use the new reset helperJonas Gorski1-14/+5
2012-11-09MIPS: BCM63XX: add core reset helperJonas Gorski2-3/+226
2012-11-09MIPS: BCM63XX: add and use a clock for PCIeJonas Gorski1-0/+15
2012-10-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-14/+128