aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-4.19/758-net-sfp-error-handling-for-phy-probe.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: sfp: add Nokia SFP fix from net-nextScott Roberts2020-01-261-5/+5
| | | | | | Add Nokia GPON ONT SFP fix for tx_fault in net-next. Signed-off-by: Scott Roberts <ttocsr@gmail.com>
* kernel: sfp: re-attempt probing for phyJonas Gorski2020-01-211-0/+97
Add patches retrying to probe the PHY to restore support for PHYs taking longer to initialize without breaking modules without PHYs. Patches taken from http://git.armlinux.org.uk/cgit/linux-arm.git/log/?h=phy Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>