clk: ti: add generic support for clock latching
authorTero Kristo <t-kristo@ti.com>
Wed, 26 Jul 2017 13:47:28 +0000 (16:47 +0300)
committerTero Kristo <t-kristo@ti.com>
Thu, 8 Mar 2018 09:42:04 +0000 (11:42 +0200)
commite31922eda18c950d6b51450711ae459b97eae097
treeaccb2d8fc22285386e3d1228e1262840725ea3f3
parent4902c2025b8ade9c230d4bca25ec5f691e91cb1f
clk: ti: add generic support for clock latching

Certain clocks require latching to be done, so that the actual
settings get updated on the HW that generates the clock signal.
One example of such a clock is the dra76x GMAC DPLL H14 output,
which requires its divider settings to be latched when updated.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
drivers/clk/ti/clk.c
drivers/clk/ti/clock.h