commit | ead478250b950f1f082d4cb57bed3adeacfe53c3 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Tue Jan 15 11:15:15 2019 +0200 |
committer | Tero Kristo <t-kristo@ti.com> | Fri Feb 15 16:46:22 2019 +0200 |
tree | 5649053515fe4864839d2d3ea1baed0fbe14a7cd | |
parent | 8aa09cf322c196df95b52ed63c4cae605296f343 [diff] |
clk: ti: generalize the init sequence of clk_hw_omap clocks Add a generic API for initializing clocks of clk_hw_omap type clocks, and convert the whole TI clock driver suite to use this for registering the clocks. Also, get rid of the now redundant API for adding the clocks to the OMAP HW clocks list; instead this is used directly from the register API. Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Tested-by: Keerthy <j-keerthy@ti.com>