Re: [PATCH 0/3] MediaTek MIPI-DSI PHY: Cleanups

2023-07-11 Thread Vinod Koul
On Thu, 25 May 2023 13:52:55 +0200, AngeloGioacchino Del Regno wrote: > This series performs some cleanups to the MediaTek mipi-dsi PHY, used in > various MediaTek SoCs; in particular, it's migrating this driver to > register its clock as clk_hw provider instead and makes use of the devm > functi

[PATCH 0/3] MediaTek MIPI-DSI PHY: Cleanups

2023-05-25 Thread AngeloGioacchino Del Regno
This series performs some cleanups to the MediaTek mipi-dsi PHY, used in various MediaTek SoCs; in particular, it's migrating this driver to register its clock as clk_hw provider instead and makes use of the devm function for the same, allowing to remove a pointer to struct clk and the whole .remov