summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/patches-3.14
Commit message (Collapse)AuthorAgeFilesLines
* brcm63xx: hack around jffs2 corruption with SMPJonas Gorski2014-04-061-0/+26
| | | | | | | | | | | | mempy_fromio seems to be randomly failing when the destination is unaligned; work around it by forcing the name to be aligned in memory. Should fix jffs2 and SMP for now, but needs to be some additional looking into as it does not fix the source. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40396
* brcm63xx: sync mips counters during bringup of cpusJonas Gorski2014-04-051-0/+27
| | | | | | | | | Fixes gettimeofday returning different values depending on which cpu it is called. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40387
* brcm63xx: update development kernel to linux 3.14Jonas Gorski2014-04-04135-0/+14028
Now that 3.13 will be EOL soon, switch to 3.14. Known issues: * 74x164 is not available because upstream dropped non-DT support * jffs2 breaks with SMP Unknown issues: * probably plenty Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40380