Searched hist:"45 d0706ebf26384c97f29959a23636f896e5eaca" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun8i-r.c | diff 45d0706ebf26384c97f29959a23636f896e5eaca Fri May 03 05:29:42 CEST 2019 Chen-Yu Tsai <wens@csie.org> clk: sunxi-ng: sun8i-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>
|