aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/patches-5.4/0004-phy-add-ath79-usb-phys.patch
Commit message (Collapse)AuthorAgeFilesLines
* ath79: phy-ar7200-usb: do not print error on defered initJohann Neuhauser2020-06-031-2/+3
| | | | | | | | | | | This is only a cosmetic correction, as the driver works as expected. However, the error message confuses users about a missing reset definition. On a defered init we don't see the following error message now: [ 0.078292] ar7200-usb-phy usb-phy: phy reset is missing Tested-by: Lech Perczak <lech.perczak@gmail.com> Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
* ath79: add support for kernel 5.4David Bauer2020-02-281-0/+332
Signed-off-by: David Bauer <mail@david-bauer.net> [refreshed] Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com> * Sync the patches with the changes done for kernel 4.19 * Use KERNEL_TESTING_PATCHVER * Refresh the configuration * Fix multiple compile bugs in the patches * Only add own ag71xx files for kernel 4.19 and use upstream version for 5.4. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>