commit | fbbc18591585bf74031dd6474b2937f87063e959 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Wed Oct 02 15:06:08 2019 +0300 |
committer | Tero Kristo <t-kristo@ti.com> | Thu Oct 31 15:32:32 2019 +0200 |
tree | 9a73f5d0b000e126b8b6d86cbe6e267a196f55f0 | |
parent | ece3e465b80a05c994783c7161e3d49035064f71 [diff] |
clk: ti: divider: cleanup _register_divider and ti_clk_get_div_table Cleanup couple of TI divider clock internal APIs. These currently pass huge amount of parameters, which makes it difficult to track what is going on. Abstract most of these under struct clk_omap_div which gets passed over the APIs. Signed-off-by: Tero Kristo <t-kristo@ti.com> Tested-by: Adam Ford <aford173@gmail.com>