[PATCH 5/6] clk: mediatek: mt8192: deduplicate parent clock lists
AngeloGioacchino Del Regno
angelogioacchino.delregno at collabora.com
Tue Sep 27 03:39:45 PDT 2022
Il 26/09/22 12:25, Chen-Yu Tsai ha scritto:
> Some groups of clocks of the same type share the same list of parents.
> These lists were declared separately for each clock in older drivers,
> bloating the code.
>
> Merge some obvious duplicate parent clock lists in the MT8192 clock
> driver together to reduce the code size. These include:
>
> - apll_i2s*_m_parents into one as apll_i2s_m_parents
> - img1_parents & img2_parents into one as img_parents
> - msdc30_*_parents into one as msdc30_parents
> - camtg*_parents into cam_tg_parents
> - seninf*_parents into seninf_parents
>
> Signed-off-by: Chen-Yu Tsai <wenst at chromium.org>
Makes a lot of sense, agreed.
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno at collabora.com>
More information about the linux-arm-kernel
mailing list