Re: [PATCH v2 01/19] docs: phy: Add a part about PHY mode and submode

2020-12-01 Thread Maxime Ripard
On Sat, Nov 28, 2020 at 03:28:21PM +0100, Paul Kocialkowski wrote: > Besides giving pointers to the relevant functions for PHY mode and > submode configuration, this clarifies the need to set them before > powering on the PHY. > > Signed-off-by: Paul Kocialkowski Reviewed-by: Maxime Ripard Max

[PATCH v2 01/19] docs: phy: Add a part about PHY mode and submode

2020-11-28 Thread Paul Kocialkowski
Besides giving pointers to the relevant functions for PHY mode and submode configuration, this clarifies the need to set them before powering on the PHY. Signed-off-by: Paul Kocialkowski --- Documentation/driver-api/phy/phy.rst | 18 ++ 1 file changed, 18 insertions(+) diff --gi