Searched hist:"22 ce173f76f47b087d9978473db22d5d9ce79f71" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun50i-h6-r.c | diff 22ce173f76f47b087d9978473db22d5d9ce79f71 Fri May 03 12:10:53 CEST 2019 Chen-Yu Tsai <wens@csie.org> clk: sunxi-ng: h6-r: 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>
|