]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: ti: add support for clock latching to divider clocks
authorTero Kristo <t-kristo@ti.com>
Thu, 15 Feb 2018 07:49:27 +0000 (09:49 +0200)
committerTero Kristo <t-kristo@ti.com>
Thu, 8 Mar 2018 09:42:04 +0000 (11:42 +0200)
commitb44a03008da5e20e24c0d11d566796fb9b0f912e
treeff7b2093df05aff4cd0c4fc72148684fa15a26f1
parente31922eda18c950d6b51450711ae459b97eae097
clk: ti: add support for clock latching to divider clocks

Latching the clock settings is needed with certain clocks, where
the setting is "cached" in HW before doing the actual re-programming
of the clock source. This patch adds support for clock latching to
the divider clock.

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