aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-4.1/511-board_V2500V.patch
Commit message (Collapse)AuthorAgeFilesLines
* brcm63xx: drop linux 4.1 supportÁlvaro Fernández Rojas2016-06-031-93/+0
| | | | | | Switch to linux 4.4 now that it has been enough tested. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* brcm63xx: remove legacy led/button related patchesJonas Gorski2015-08-301-4/+4
| | | | | | | | | We register all gpio buttons and leds through DT, so no need to keep fixes/additions for the platform data based bay. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46753
* brcm63xx: ensure dummy byte is set for mapped spi flash with fast readJonas Gorski2015-08-231-2/+2
| | | | | | | | | | | | | Some CFEs seem to misconfigure the mapped memory flash access with fast read but without a dummy byte, causing all accesses to be prefixed with 0xff. This of course breaks reading out the nvram, so do not just move back to single i/o accessors, but also ensure that the dummy byte is correctly set. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46707
* brcm63xx: unbreak board_probe_switch againJonas Gorski2015-06-301-4/+4
| | | | | | | | | | | Also move it to an earlier place so new boards added are less likely to confuse quilt. Fixes #19965. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46148
* brcm63xx: add kernel 4.1 supportJonas Gorski2015-06-221-0/+93
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46113