Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ath79: 5.15: drop unused res variable from pci ar724x OF convert patch | Christian Marangi | 2023-05-12 | 1 | -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 subtarget | David Bauer | 2022-03-30 | 1 | -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> |