Re: [U-Boot] [PATCH 2/4] phy: Include NC-SI in phy setup

2019-06-11 Thread Joel Stanley
On Thu, 6 Jun 2019 at 04:50, Samuel Mendoza-Jonas wrote: > > Add NC-SI to the usual phy handling. This makes two notable changes: > - Somewhat similar to a fixed phy, phy_connect() will create an NC-SI > phy if CONFIG_PHY_NCSI is defined. > - An early return is added to phy_read() and phy_write()

[U-Boot] [PATCH 2/4] phy: Include NC-SI in phy setup

2019-06-05 Thread Samuel Mendoza-Jonas
Add NC-SI to the usual phy handling. This makes two notable changes: - Somewhat similar to a fixed phy, phy_connect() will create an NC-SI phy if CONFIG_PHY_NCSI is defined. - An early return is added to phy_read() and phy_write() to handle a case like the NC-SI phy which does not define a bus. Si