Re: [PATCH v2 13/31] clk: mediatek: pll: Implement unregister API

From: AngeloGioacchino Del Regno
Date: Thu Feb 03 2022 - 04:50:42 EST


Il 02/02/22 14:48, Chen-Yu Tsai ha scritto:
The PLL clk type within the MediaTek clk driver library only has a
register function, and no corresponding unregister function. This
means there is no way for its users to properly implement cleanup
and removal.

Add a matching unregister function for the PLL type clk.

Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>