Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | brcm63xx: drop linux 4.1 support | Álvaro Fernández Rojas | 2016-06-03 | 1 | -34/+0 |
| | | | | | | Switch to linux 4.4 now that it has been enough tested. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||||
* | brcm63xx: fix platform gpio lookups for gpios < 32 | Jonas Gorski | 2016-01-18 | 1 | -5/+5 |
| | | | | | | | | | | | | | Overwriting static strings is never a good idea, especially expecting identical strings to be stored in different memory locations. This caused the lookups to always return the second chip's name. Fix this by just initializing the lookup with the right values, so we don't need to modify the strings at all. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 48303 | ||||
* | brcm63xx: add kernel 4.1 support | Jonas Gorski | 2015-06-22 | 1 | -0/+34 |
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46113 |