Re: [PATCH] usb: phy: phy-generic: propagate clk_get error if clock is required

2017-10-17 Thread Felipe Balbi
Hi, Lucas Stach writes: > Am Freitag, den 18.08.2017, 18:32 +0200 schrieb Lucas Stach: >> If the clock handle is given in the DT, it means the clock is >> required >> for proper operation of the PHY. In that case a failure to obtain the >> clock must be propagated to

Re: [PATCH] usb: phy: phy-generic: propagate clk_get error if clock is required

2017-10-13 Thread Lucas Stach
Am Freitag, den 18.08.2017, 18:32 +0200 schrieb Lucas Stach: > If the clock handle is given in the DT, it means the clock is > required > for proper operation of the PHY. In that case a failure to obtain the > clock must be propagated to stop the driver from probing. This fixes > working with

[PATCH] usb: phy: phy-generic: propagate clk_get error if clock is required

2017-08-18 Thread Lucas Stach
If the clock handle is given in the DT, it means the clock is required for proper operation of the PHY. In that case a failure to obtain the clock must be propagated to stop the driver from probing. This fixes working with clocks, which request probe deferral. Signed-off-by: Lucas Stach