aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/patches-5.10/0040-ath79-sgmii-config.patch
Commit message (Collapse)AuthorAgeFilesLines
* ath79: Convert incorrect 5.10 and 5.15 patchesOlliver Schinagl2022-10-011-0/+21
| | | | | | | | | | | | | | | | | OpenWRT's developer guide prefers having actual patches so they an be sent upstream more easily. However, in this case, Adding proper fields also allows for `git am` to properly function. Some of these patches are quite old, and lack much traceable history. This commit tries to rectify that, by digging in the history to find where and how it was first added. It is by no means perfect and also shows some patches that should have been long gone. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* ath79: add missing patch for kernel 5.10David Bauer2021-04-131-0/+9
When adding the patch for the missing register, the patch file for the testing kernel 5.10 was not included. Fixes commit fbbad9a9a629 ("ath79: force SGMII SerDes mode to MAC operation") Signed-off-by: David Bauer <mail@david-bauer.net>