[PATCH v11 10/14] clk: mediatek: make dpi0_sel propagate rate changes

2016-02-17 Thread Michael Turquette
Quoting Philipp Zabel (2016-02-17 03:28:50) > This mux is supposed to select a fitting divider after the PLL > is already set to the correct rate. > > Signed-off-by: Philipp Zabel > Acked-by: James Liao Looks good to me. Regards, Mike > --- > Changes since v10: > - Add comments about MUX_GAT

[PATCH v11 10/14] clk: mediatek: make dpi0_sel propagate rate changes

2016-02-17 Thread Philipp Zabel
This mux is supposed to select a fitting divider after the PLL is already set to the correct rate. Signed-off-by: Philipp Zabel Acked-by: James Liao --- Changes since v10: - Add comments about MUX_GATE rate change propagation --- drivers/clk/mediatek/clk-mt8173.c | 6 +- drivers/clk/media