Re: [PATCH 2/2] net: eth-phy: prevent undesired de-assertion of phy-reset on request

2022-04-09 Thread Ramon Fried
On Thu, Mar 3, 2022 at 9:55 AM Ramon Fried wrote: > > On Tue, Mar 1, 2022 at 10:38 PM Joe Hershberger > wrote: > > > > On Tue, Mar 1, 2022 at 2:15 PM Tim Harvey wrote: > > > > > > When gpio_request_by_name allocates a gpio output it by default will > > > de-assert the gpio which for phy-reset

Re: [PATCH 2/2] net: eth-phy: prevent undesired de-assertion of phy-reset on request

2022-03-02 Thread Ramon Fried
On Tue, Mar 1, 2022 at 10:38 PM Joe Hershberger wrote: > > On Tue, Mar 1, 2022 at 2:15 PM Tim Harvey wrote: > > > > When gpio_request_by_name allocates a gpio output it by default will > > de-assert the gpio which for phy-reset will take the PHY out of reset. > > As this occurs before

Re: [PATCH 2/2] net: eth-phy: prevent undesired de-assertion of phy-reset on request

2022-03-01 Thread Joe Hershberger
On Tue, Mar 1, 2022 at 2:15 PM Tim Harvey wrote: > > When gpio_request_by_name allocates a gpio output it by default will > de-assert the gpio which for phy-reset will take the PHY out of reset. > As this occurs before eth_phy_reset is called to assert the reset > line it can cause undesired

[PATCH 2/2] net: eth-phy: prevent undesired de-assertion of phy-reset on request

2022-03-01 Thread Tim Harvey
When gpio_request_by_name allocates a gpio output it by default will de-assert the gpio which for phy-reset will take the PHY out of reset. As this occurs before eth_phy_reset is called to assert the reset line it can cause undesired affects if reset timings are not properly met. Configure the