Re: [PATCH] clk: qcom: gdsc: WARN when failing to toggle

2019-06-07 Thread Stephen Boyd
Quoting Bjorn Andersson (2019-05-03 17:17:36) > Failing to toggle a GDSC as the driver core is attaching the > power-domain to a device will cause a silent probe deferral. Provide an > explicit warning to the developer, in order to reduce the amount of time > it take to debug this. > >

Re: [PATCH] clk: qcom: gdsc: WARN when failing to toggle

2019-05-20 Thread Marc Gonzalez
On 04/05/2019 02:17, Bjorn Andersson wrote: > Failing to toggle a GDSC as the driver core is attaching the > power-domain to a device will cause a silent probe deferral. Provide an > explicit warning to the developer, in order to reduce the amount of time > it take to debug this. "it takes" >

Re: [PATCH] clk: qcom: gdsc: WARN when failing to toggle

2019-05-17 Thread Jeffrey Hugo
On 5/3/2019 6:17 PM, Bjorn Andersson wrote: Failing to toggle a GDSC as the driver core is attaching the power-domain to a device will cause a silent probe deferral. Provide an explicit warning to the developer, in order to reduce the amount of time it take to debug this. Signed-off-by: Bjorn

[PATCH] clk: qcom: gdsc: WARN when failing to toggle

2019-05-03 Thread Bjorn Andersson
Failing to toggle a GDSC as the driver core is attaching the power-domain to a device will cause a silent probe deferral. Provide an explicit warning to the developer, in order to reduce the amount of time it take to debug this. Signed-off-by: Bjorn Andersson --- drivers/clk/qcom/gdsc.c | 4