aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/ath/548-ath9k_enable_gpio_chip.patch
Commit message (Collapse)AuthorAgeFilesLines
* ath9k: register GPIO chip for OF targetsMathias Kresin2018-12-121-6/+15
| | | | | | | | | | | | | | | | | This partitialy reverts commit ccab68f2d399. Registering the GPIO chip without a parent device completely breaks the ath9k GPIOs for device tree targets. As long as boards using the devicetree don't have the gpio-controller property set for the ath9k node, the unloading of the driver works as expected. Register the GPIO chip with the ath9k device as parent only for OF targets to find a trade-off between the needs of driver developers and the broken LEDs and buttons seen by users. Signed-off-by: Mathias Kresin <dev@kresin.me>
* mac80211: rebase ontop of v4.18.5John Crispin2018-09-261-0/+242
Signed-off-by: John Crispin <john@phrozen.org>