aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/patches-4.14/0038-at803x-disable-delays.patch
Commit message (Collapse)AuthorAgeFilesLines
* ath79: Remove kernel 4.14 supportHauke Mehrtens2020-03-121-27/+0
| | | | | | | | | This target was switched to kernel 4.19 more than 6 months ago in commit f342ffd300da ("treewide: kernel: bump some targets to 4.19") and now with kernel 5.4 support being added it gets harder to support kernel 4.14 in addition to kernel 4.19 and 5.4. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* ath79: disable delays on AT803X config initDavid Bauer2019-10-271-0/+27
Until upstream commit 6d4cd041f0af("net: phy: at803x: disable delay only for RGMII mode"), delays were not disabled on driver probe for the Atheros AR803x PHYs, although the RX delay is enabled on soft and hard reset. In addition, the TX delay setting is retained on soft-reset. This patch disables both delays on config init to align the behavior with kernel 5.1 and higher. It can be safely dropped with kernel 5.1. Signed-off-by: David Bauer <mail@david-bauer.net>