aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/patches-5.15/0020-MIPS-pci-ar724x-convert-to-OF.patch
Commit message (Collapse)AuthorAgeFilesLines
* ath79: 5.15: drop unused res variable from pci ar724x OF convert patchChristian Marangi2023-05-121-2/+10
| | | | | | | | | | | | | Drop unused res variable from pci ar724x OF convert patch fixing compilation warning: arch/mips/pci/pci-ar724x.c: In function 'ar724x_pci_probe': arch/mips/pci/pci-ar724x.c:387:26: error: unused variable 'res' [-Werror=unused-variable] 387 | struct resource *res; | ^~~ cc1: all warnings being treated as errors Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* ath79: add 5.15 support for generic subtargetDavid Bauer2022-03-301-0/+205
Add Kernel 5.15 patches + config. This is currently only available for the generic subtarget, as it was exclusively tested with this target. Tested-on: Siemens WS-AP3610, Enterasys WS-AP3705i Signed-off-by: David Bauer <mail@david-bauer.net>