Re: [PATCH 3/8] clk: vc5: Do not warn about disabled output buffer input muxes

2017-07-01 Thread Marek Vasut
On 06/30/2017 09:26 PM, Stephen Boyd wrote: > On 06/29, Marek Vasut wrote: >> @@ -549,6 +552,7 @@ static unsigned char vc5_clk_out_get_parent(struct >> clk_hw *hw) >> >> dev_warn(>client->dev, >> "Invalid clock output configuration (%02x)\n", src); >> + >> return 0; >>

Re: [PATCH 3/8] clk: vc5: Do not warn about disabled output buffer input muxes

2017-06-30 Thread Stephen Boyd
On 06/29, Marek Vasut wrote: > @@ -549,6 +552,7 @@ static unsigned char vc5_clk_out_get_parent(struct clk_hw > *hw) > > dev_warn(>client->dev, >"Invalid clock output configuration (%02x)\n", src); > + > return 0; > } > Please drop this hunk as it isn't relevant

[PATCH 3/8] clk: vc5: Do not warn about disabled output buffer input muxes

2017-06-29 Thread Marek Vasut
From: Marek Vasut The output buffer input mux can be configured in either of three states -- disabled, input from FOD, input from previous output. If the output buffer input mux is set to disabled, the code in vc5_clk_out_get_parent() would consider this an invalid