Re: [U-Boot] [PATCH v1 04/19] phy: marvell: a3700: Use same timeout for all register polling

2018-03-21 Thread Stefan Roese
On 07.03.2018 22:52, Marek BehĂșn wrote: The timeout is set to PLL_LOCK_TIMEOUT in every call to comphy_poll_reg. Remove this parameter from the function. Signed-off-by: Marek Behun Reviewed-by: Stefan Roese Thanks, Stefan

[U-Boot] [PATCH v1 04/19] phy: marvell: a3700: Use same timeout for all register polling

2018-03-07 Thread Marek BehĂșn
The timeout is set to PLL_LOCK_TIMEOUT in every call to comphy_poll_reg. Remove this parameter from the function. Signed-off-by: Marek Behun --- drivers/phy/marvell/comphy_a3700.c | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git