Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ath79: 5.15: drop unused res variable from pci ar71xx OF convert patch | Christian Marangi | 2023-05-12 | 1 | -4/+8 |
| | | | | | | | | | | | | | Drop unused res variable from pci ar71xx OF convert patch fixing compilation warning: arch/mips/pci/pci-ar71xx.c: In function 'ar71xx_pci_probe': arch/mips/pci/pci-ar71xx.c:287:26: error: unused variable 'res' [-Werror=unused-variable] 287 | 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 subtarget | David Bauer | 2022-03-30 | 1 | -0/+202 |
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> |