Re: [PATCH] net: phy: dp83867: reset PHY on probe

2024-05-13 Thread Sascha Hauer
On Tue, 07 May 2024 15:39:52 +0200, Roland Hieber wrote: > Some PHY variants set the DP83867_PHYCR_FORCE_LINK_GOOD bit by default, > which should be unset if we want to rely on autonegotiation. Port > dp83867_phy_reset() from Linux v6.9-rc7, which already does all > necessary things, and call it

Re: [PATCH] net: phy: dp83867: reset PHY on probe

2024-05-07 Thread Oleksij Rempel
On Tue, May 07, 2024 at 03:39:52PM +0200, Roland Hieber wrote: > Some PHY variants set the DP83867_PHYCR_FORCE_LINK_GOOD bit by default, > which should be unset if we want to rely on autonegotiation. Port > dp83867_phy_reset() from Linux v6.9-rc7, which already does all > necessary things, and

[PATCH] net: phy: dp83867: reset PHY on probe

2024-05-07 Thread Roland Hieber
Some PHY variants set the DP83867_PHYCR_FORCE_LINK_GOOD bit by default, which should be unset if we want to rely on autonegotiation. Port dp83867_phy_reset() from Linux v6.9-rc7, which already does all necessary things, and call it in dp83867_probe(). (Keep the functions in the original order so