summaryrefslogtreecommitdiffstats
path: root/arch/mips/bcm63xx
Commit message (Expand)AuthorAgeFilesLines
* MIPS: BCM63XX: export PSI size from nvramJonas Gorski2013-08-051-0/+11
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-1312-24/+220
|\
| * Merge branch '3.10-fixes' into mips-for-linux-nextRalf Baechle2013-07-121-5/+0
| |\
| | * MIPS: BCM63XX: remove bogus Kconfig selectsFlorian Fainelli2013-06-211-5/+0
| * | MIPS: BCM63xx: CLK: Add dummy clk_{set,round}_rate() functionsMarkos Chandras2013-07-021-0/+12
| * | MIPS: BCM63xx: Enable second core SMP on BCM6328 if availableJonas Gorski2013-07-011-1/+5
| * | MIPS: BCM63xx: Add SMP support to prom.cKevin Cernekee2013-07-011-0/+41
| * | MIPS: BCM63XX: add support for the Netgear CVG834GFlorian Fainelli2013-07-011-0/+35
| * | MIPS: BCM63XX: let board specify an external GPIO to reset PHYFlorian Fainelli2013-07-011-0/+4
| * | MIPS: BCM63XX: provide a MAC address for BCM3368 chipsFlorian Fainelli2013-07-011-0/+10
| * | MIPS: BCM63XX: recognize Cable Modem firmware formatFlorian Fainelli2013-07-011-2/+12
| * | MIPS: BCM63XX: add support for BCM3368 Cable ModemFlorian Fainelli2013-07-0110-17/+98
| * | MIPS: BCM63XX: Handle SW IRQs 0-1Kevin Cernekee2013-07-011-0/+4
| |/
* | bcm63xx_enet: add support Broadcom BCM6345 EthernetFlorian Fainelli2013-06-131-2/+63
* | bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switchMaxime Bizon2013-06-102-18/+99
* | bcm63xx_enet: split DMA channel register accessesMaxime Bizon2013-06-101-4/+19
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-05-1010-80/+204
|\
| * MIPS: BCM63XX: add missing clocks for BCM6328 and BCM6362Jonas Gorski2013-05-081-8/+25
| * MIPS: BCM63XX: merge bcm63xx_clk.h into bcm63xx/clk.cJonas Gorski2013-05-081-1/+7
| * MIPS: BCM63XX: add flash detection for BCM6362Jonas Gorski2013-05-081-0/+6
| * MIPS: BCM63XX: enable SPI controller for BCM6362Jonas Gorski2013-05-082-2/+4
| * MIPS: BCM63XX: add basic BCM6362 supportJonas Gorski2013-05-087-4/+112
| * MIPS: BCM63XX: rework chip detectionJonas Gorski2013-05-081-45/+42
| * MIPS: BCM63XX: fix revision ID widthJonas Gorski2013-05-082-3/+3
| * MIPS: BCM63XX: remove duplicate spi register definitionsJonas Gorski2013-05-081-18/+6
* | Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2013-04-291-11/+0
|\ \ | |/ |/|
| * spi/bcm63xx: remove unused speed_hz variableJonas Gorski2013-04-081-11/+0
* | Revert "MIPS: BCM63XX: Call board_register_device from device_initcall()"Jonas Gorski2013-03-191-1/+1
* | MIPS: BCM63XX: Make nvram checksum failure non fatalJonas Gorski2013-03-192-8/+4
|/
* Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j...Ralf Baechle2013-02-211-2/+2
|\
| * MIPS: early_printk: drop __init annotationsAaro Koskinen2013-02-191-2/+2
* | MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-13/+13
|/
* MIPS: BCM63XX: fix nvram checksum calculationJonas Gorski2012-12-121-10/+13
* MIPS: BCM63XX: move nvram functions into their own fileJonas Gorski2012-11-093-63/+119
* MIPS: BCM63XX: use the new reset helperJonas Gorski2012-11-091-14/+5
* MIPS: BCM63XX: add core reset helperJonas Gorski2012-11-092-3/+226
* MIPS: BCM63XX: add and use a clock for PCIeJonas Gorski2012-11-091-0/+15
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-096-14/+128
|\
| * Merge branch 'master' of git://dev.phrozen.org/mips-next into mips-for-linux-...Ralf Baechle2012-10-052-5/+23
| |\
| | * MIPS: BCM63XX: use a switch for external irq configMaxime Bizon2012-08-241-3/+11
| | * MIPS: BCM63XX: don't write to the chipid register on rebootMaxime Bizon2012-08-241-0/+3
| | * MIPS: BCM63XX: add external irq support for BCM6345Maxime Bizon2012-08-242-2/+9
| * | MIPS: BCM63XX: Properly handle mac address octet overflowJonas Gorski2012-10-011-7/+9
| * | Merge branch 'broadcom' of git://dev.phrozen.org/mips-next into mips-for-linu...Ralf Baechle2012-09-274-2/+96
| |\ \
| | * | MIPS: BCM63XX: Create platform_device for USBDKevin Cernekee2012-08-303-1/+76
| | * | MIPS: BCM63XX: Expose the USBH/USBD clocks on BCM6328/BCM6368Kevin Cernekee2012-08-301-1/+20
| | |/
* | / sections: fix section conflicts in arch/mipsAndi Kleen2012-10-061-1/+1
|/ /
* / MIPS: BCM63xx: Fix SPI message control register handling for BCM6338/6348.Florian Fainelli2012-08-171-0/+4
|/
* MIPS: BCM63XX: Add 96328avng reference boardJonas Gorski2012-07-241-0/+45
* MIPS: BCM63XX: Add PCIe Support for BCM6328Jonas Gorski2012-07-241-0/+1