commit | e50bf7a67cc66b245ae6a8d062982e64e9dbebda | [log] [tgz] |
---|---|---|
author | Abel Vesa <abel.vesa@nxp.com> | Thu Jul 11 18:11:50 2019 +0300 |
committer | Shawn Guo <shawnguo@kernel.org> | Sat Aug 03 09:16:03 2019 +0200 |
tree | 3056690c2a4e74e78032310f0a1cc34420035e17 | |
parent | 0d381f4c80ee1d885cba14f1004bdc6f17507b63 [diff] |
clk: imx: Remove unused clk based API Now that the i.MX6 and i.MX7 clock drivers have been switched to clk_hw based, we can remove the clk based API that is not used by any i.MX clock driver. The following APIs are going away now: - imx_clk_busy_divider - imx_clk_busy_mux - imx_clk_fixup_divider - imx_clk_fixup_mux - imx_clk_mux_ldb - imx_clk_gate_dis_flags - imx_clk_gate_flags Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>