Searched hist:"3 fccf2ed6f27e314ba4965cf455347b53fdf8d6b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun8i-r40.c | diff 3fccf2ed6f27e314ba4965cf455347b53fdf8d6b Fri May 03 05:07:52 CDT 2019 Chen-Yu Tsai <wens@csie.org> clk: sunxi-ng: r40: Use local parent references for CLK_FIXED_FACTOR
With the new clk parenting code and CLK_FIXED_FACTOR_{HW,FW_NAME} macros, we can reference parents locally via pointers to struct clk_hw or DT clock-names.
Convert existing CLK_FIXED_FACTOR definitions to either the _HW or _FW_NAME variant based on whether the parent clock is internal or external to the CCU.
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
|