aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-4.1/377-MIPS-BCM63XX-register-lookup-for-ephy-reset-gpio.patch
Commit message (Collapse)AuthorAgeFilesLines
* brcm63xx: drop linux 4.1 supportÁlvaro Fernández Rojas2016-06-031-129/+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 < 32Jonas Gorski2016-01-181-14/+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: remove legacy led/button related patchesJonas Gorski2015-08-301-9/+9
| | | | | | | | | 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: add kernel 4.1 supportJonas Gorski2015-06-221-0/+138
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46113