clk: propagate parent change up one level
authorTomasz Stanislawski <t.stanislaws@samsung.com>
Tue, 15 Oct 2013 15:59:11 +0000 (17:59 +0200)
committerChanho Park <chanho61.park@samsung.com>
Thu, 20 Mar 2014 08:43:45 +0000 (17:43 +0900)
commit23a8c31f0e3d5fb47cb235ad0a2d7590511080ac
tree2461eba5cf66a9122d85a5d36a896a338c125830
parent3b0b039f820828ca8dea5d54a733e2193884e448
clk: propagate parent change up one level

This patch adds support for propagation of setup of clock's parent one level
up.

This feature is helpful when a driver changes topology of its clocks using
clk_set_parent().  The problem occurs when on one platform/SoC driver's clock
is located at MUX output but on the other platform/SoC there is a gated proxy
clock between the MUX and driver's clock.  In such a case, driver's code has to
be modified to use one clock for enabling and the other clock for setup of a
parent.

The code updates are avoided by propagating setup of a parent up one level.

Additionally, this patch adds CLK_SET_PARENT_PARENT (sorry for naming) flag to
inform clk-core that clk_set_parent() should be propagated.

Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com>
Change-Id: I206d23fb86cc09bce943ef9971a710876e3a7744
drivers/clk/clk.c
include/linux/clk-provider.h