Re: [PATCH 1/4] phy: fix deep probe support

2022-07-07 Thread Johannes Zink
On Wed, 2022-07-06 at 16:21 +0200, Marco Felsch wrote: > Commit 9474a29003 ("phy: Add deep probe support") added the deep > probe > support but this commit was missing the of_phy_get_by_phandle() isn't > calling the internal _of_phy_get() helper. Fix this by moving the > of_device_ensure_probed() c

[PATCH 1/4] phy: fix deep probe support

2022-07-06 Thread Marco Felsch
Commit 9474a29003 ("phy: Add deep probe support") added the deep probe support but this commit was missing the of_phy_get_by_phandle() isn't calling the internal _of_phy_get() helper. Fix this by moving the of_device_ensure_probed() call into the of_phy_provider_lookup() helper which gets called by