aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/bcm63xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2015-03-25MIPS: BCM63xx: Move bcm63xx_gpio_init() to bcm63xx_register_devices().Nicolas Schichan2-4/+4
2015-03-05mips: fix up obsolete cpu function usage.Rusty Russell1-2/+2
2014-11-24MIPS: Remove useless parenthesesRalf Baechle1-1/+1
2014-08-26MIPS: BCM63xx: delete double assignmentJulia Lawall1-2/+2
2014-07-30MIPS: BCM63xx: Allow setting affinity for IPICJonas Gorski1-6/+40
2014-07-30MIPS: BCM63xx: Use irq_desc as argument for (un)maskJonas Gorski1-8/+10
2014-07-30MIPS: BCM63xx: Wire up the second cpu's irq lineJonas Gorski1-7/+37
2014-07-30MIPS: BCM63xx: Protect irq register accessesJonas Gorski1-0/+26
2014-07-30MIPS: BCM63xx: Add cpu argument to dispatch internalJonas Gorski1-8/+10
2014-07-30MIPS: BCM63xx: Populate irq_{stat,mask}_addr for second cpuJonas Gorski1-0/+18
2014-07-30MIPS: BCM63xx: Append irq line to irq_{stat,mask}*Jonas Gorski1-25/+26
2014-07-30MIPS: BCM63xx: Replace irq dispatch code with a generic versionJonas Gorski1-74/+56
2014-07-30MIPS: BCM63xx: Move bcm63xx_init_irq downJonas Gorski1-98/+92
2014-07-30MIPS: BCM63xx: Add width to __dispatch_internalJonas Gorski1-3/+3
2014-07-30MIPS: BCM63xx: Remove !RUNTIME_DETECT code for bcmcpu_get_idJonas Gorski1-8/+3
2014-07-30MIPS: BCM63xx: Remove !RUNTIME_DETECT usage from enet codeJonas Gorski1-4/+0
2014-07-30MIPS: BCM63xx: Remove !RUNTIME_DETECT from spi codeJonas Gorski1-4/+0
2014-07-30MIPS: BCM63xx: Remove !RUNTIME_DETECT code from gpio codeJonas Gorski1-14/+0
2014-07-30MIPS: BCM63xx: Remove !RUNTIME_DETECT from reset codeJonas Gorski1-60/+0
2014-07-30MIPS: BCM63xx: Remove !RUNTIME_DETECT from irq setup codeJonas Gorski1-109/+0
2014-03-31MIPS: Use current_cpu_type() instead of c->cputypeWu Zhangjin1-2/+1
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