Re: [PATCH v2 1/3] phy: Extend generic_setup_phy() with PHY mode and submode

2024-09-09 Thread Mattijs Korpershoek
On dim., sept. 08, 2024 at 20:11, Marek Vasut wrote: > On 6/17/24 7:36 PM, Marek Vasut wrote: >> Extend generic_setup_phy() parameter list with PHY mode and submode and >> call generic_phy_set_mode() in generic_setup_phy(), so the generic PHY >> setup function can configure the PHY into correct m

Re: [PATCH v2 1/3] phy: Extend generic_setup_phy() with PHY mode and submode

2024-09-08 Thread Marek Vasut
On 6/17/24 7:36 PM, Marek Vasut wrote: Extend generic_setup_phy() parameter list with PHY mode and submode and call generic_phy_set_mode() in generic_setup_phy(), so the generic PHY setup function can configure the PHY into correct mode before powering the PHY up. Update all call sites of generi

Re: [PATCH v2 1/3] phy: Extend generic_setup_phy() with PHY mode and submode

2024-07-09 Thread Mattijs Korpershoek
Hi Marek, Thank you for the patch. On lun., juin 17, 2024 at 19:36, Marek Vasut wrote: > Extend generic_setup_phy() parameter list with PHY mode and submode and > call generic_phy_set_mode() in generic_setup_phy(), so the generic PHY > setup function can configure the PHY into correct mode bef

[PATCH v2 1/3] phy: Extend generic_setup_phy() with PHY mode and submode

2024-06-17 Thread Marek Vasut
Extend generic_setup_phy() parameter list with PHY mode and submode and call generic_phy_set_mode() in generic_setup_phy(), so the generic PHY setup function can configure the PHY into correct mode before powering the PHY up. Update all call sites of generic_setup_phy() as well, all of which are U