Age | Commit message (Expand) | Author | Files | Lines |
2013-05-10 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 10 | -80/+204 |
2013-05-08 | MIPS: BCM63XX: add missing clocks for BCM6328 and BCM6362 | Jonas Gorski | 1 | -8/+25 |
2013-05-08 | MIPS: BCM63XX: merge bcm63xx_clk.h into bcm63xx/clk.c | Jonas Gorski | 1 | -1/+7 |
2013-05-08 | MIPS: BCM63XX: add flash detection for BCM6362 | Jonas Gorski | 1 | -0/+6 |
2013-05-08 | MIPS: BCM63XX: enable SPI controller for BCM6362 | Jonas Gorski | 2 | -2/+4 |
2013-05-08 | MIPS: BCM63XX: add basic BCM6362 support | Jonas Gorski | 7 | -4/+112 |
2013-05-08 | MIPS: BCM63XX: rework chip detection | Jonas Gorski | 1 | -45/+42 |
2013-05-08 | MIPS: BCM63XX: fix revision ID width | Jonas Gorski | 2 | -3/+3 |
2013-05-08 | MIPS: BCM63XX: remove duplicate spi register definitions | Jonas Gorski | 1 | -18/+6 |
2013-04-29 | Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 1 | -11/+0 |
2013-04-08 | spi/bcm63xx: remove unused speed_hz variable | Jonas Gorski | 1 | -11/+0 |
2013-03-19 | Revert "MIPS: BCM63XX: Call board_register_device from device_initcall()" | Jonas Gorski | 1 | -1/+1 |
2013-03-19 | MIPS: BCM63XX: Make nvram checksum failure non fatal | Jonas Gorski | 2 | -8/+4 |
2013-02-21 | Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j... | Ralf Baechle | 1 | -2/+2 |
2013-02-19 | MIPS: early_printk: drop __init annotations | Aaro Koskinen | 1 | -2/+2 |
2013-02-01 | MIPS: Whitespace cleanup. | Ralf Baechle | 1 | -13/+13 |
2012-12-12 | MIPS: BCM63XX: fix nvram checksum calculation | Jonas Gorski | 1 | -10/+13 |
2012-11-09 | MIPS: BCM63XX: move nvram functions into their own file | Jonas Gorski | 3 | -63/+119 |
2012-11-09 | MIPS: BCM63XX: use the new reset helper | Jonas Gorski | 1 | -14/+5 |
2012-11-09 | MIPS: BCM63XX: add core reset helper | Jonas Gorski | 2 | -3/+226 |
2012-11-09 | MIPS: BCM63XX: add and use a clock for PCIe | Jonas Gorski | 1 | -0/+15 |
2012-10-09 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 6 | -14/+128 |
2012-10-06 | sections: fix section conflicts in arch/mips | Andi Kleen | 1 | -1/+1 |
2012-10-05 | Merge branch 'master' of git://dev.phrozen.org/mips-next into mips-for-linux-... | Ralf Baechle | 2 | -5/+23 |
2012-10-01 | MIPS: BCM63XX: Properly handle mac address octet overflow | Jonas Gorski | 1 | -7/+9 |
2012-09-27 | Merge branch 'broadcom' of git://dev.phrozen.org/mips-next into mips-for-linu... | Ralf Baechle | 4 | -2/+96 |
2012-08-30 | MIPS: BCM63XX: Create platform_device for USBD | Kevin Cernekee | 3 | -1/+76 |
2012-08-30 | MIPS: BCM63XX: Expose the USBH/USBD clocks on BCM6328/BCM6368 | Kevin Cernekee | 1 | -1/+20 |
2012-08-24 | MIPS: BCM63XX: use a switch for external irq config | Maxime Bizon | 1 | -3/+11 |
2012-08-24 | MIPS: BCM63XX: don't write to the chipid register on reboot | Maxime Bizon | 1 | -0/+3 |
2012-08-24 | MIPS: BCM63XX: add external irq support for BCM6345 | Maxime Bizon | 2 | -2/+9 |
2012-08-17 | MIPS: BCM63xx: Fix SPI message control register handling for BCM6338/6348. | Florian Fainelli | 1 | -0/+4 |
2012-07-24 | MIPS: BCM63XX: Add 96328avng reference board | Jonas Gorski | 1 | -0/+45 |
2012-07-24 | MIPS: BCM63XX: Add PCIe Support for BCM6328 | Jonas Gorski | 1 | -0/+1 |
2012-07-24 | MIPS: BCM63XX: Add basic BCM6328 support | Jonas Gorski | 8 | -8/+96 |
2012-07-24 | MIPS: BCM63XX: Use the Chip ID register for identifying the SoC | Jonas Gorski | 1 | -8/+12 |
2012-07-24 | MIPS: BCM63XX: Add flash type detection | Jonas Gorski | 1 | -6/+54 |
2012-07-24 | MIPS: BCM63XX: Move flash registration out of board_bcm963xx.c | Jonas Gorski | 3 | -49/+73 |
2012-07-24 | MIPS: BCM63XX: add RNG driver platform_device stub | Florian Fainelli | 2 | -2/+42 |
2012-07-24 | MIPS: BCM63XX: add support for "ipsec" clock | Florian Fainelli | 1 | -0/+14 |
2012-07-24 | MIPS: BCM63XX: Fix platform_devices id | Florian Fainelli | 2 | -2/+2 |
2012-07-23 | MIPS: BCM63xx: Make board setup code register the spi platform device | Florian Fainelli | 1 | -0/+3 |
2012-07-23 | MIPS: BCM63xx: Add stub to register the SPI platform driver | Florian Fainelli | 2 | -1/+121 |
2012-07-23 | MIPS: BCM63xx: Add BCM6368 SPI clock mask | Florian Fainelli | 1 | -2/+4 |
2012-07-23 | MIPS: BCM63XX: Be consistent in clock bits enable naming | Florian Fainelli | 1 | -3/+3 |
2012-07-19 | mips: mark const init data with __initconst instead of __initdata | Uwe Kleine-König | 1 | -2/+2 |
2012-05-21 | MIPS: Remove all -Wall and almost all -Werror usage from arch/mips. | Ralf Baechle | 1 | -2/+0 |
2012-02-05 | mips: Fix typo in bcm63xx/setup.c | Masanari Iida | 1 | -1/+1 |
2012-01-14 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 9 | -284/+582 |
2012-01-09 | MIPS: BCM63XX: use the new bcm63xxpart parser | Jonas Gorski | 1 | -0/+3 |