aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-4.4/207-npe_driver_multiphy_support.patch
Commit message (Collapse)AuthorAgeFilesLines
* ixp4xx: remove linux 4.4 supportFelix Fietkau2018-02-091-167/+0
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* ixp4xx: fix non-standard phy supportSergey Ryazanov2017-11-061-3/+25
| | | | | | | | | | | | | | | | | The patch, which adds multiphy support, adds new path for non-standard PHYs (e.g. MV88E6060 switch IC) to avoid using kernel phy framework. All work well except the link status traking (Duplex and Speed), which is reseted as soon as PHY connection procedure is done. This leads to lost of the link status of non-standard PHY, which is configured exactly in the ixp4xx_phy_connect() function. Move the generic reset of a link state to the ixp4xx_phy_connect() function to the code path, which is intended for handling of a normal PHY. Reported-by: Nerijus Baliunas <nerijus@users.sourceforge.net> Tested-by: Nerijus Baliunas <nerijus@users.sourceforge.net> Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
* ixp4xx: Add support for 4.4 kernel, refresh patchesTed Hess2016-06-051-0/+145
Signed-off-by: Ted Hess <thess@kitschensync.net>