Re: [PATCH v4 2/5] clk: qcom: clk-alpha-pll: Remove post_div_table checks

2019-08-07 Thread Stephen Boyd
Quoting Vinod Koul (2019-07-22 00:43:45) > We want users to code properly and fix the post_div_table missing and > not rely on core to check. So remove the post_div_table check. > > Signed-off-by: Vinod Koul > Reviewed-by: Bjorn Andersson > --- Applied to clk-next

[PATCH v4 2/5] clk: qcom: clk-alpha-pll: Remove post_div_table checks

2019-07-22 Thread Vinod Koul
We want users to code properly and fix the post_div_table missing and not rely on core to check. So remove the post_div_table check. Signed-off-by: Vinod Koul Reviewed-by: Bjorn Andersson --- drivers/clk/qcom/clk-alpha-pll.c | 15 --- 1 file changed, 15 deletions(-) diff --git a/dr