Message ID | 20230525115258.90091-1-angelogioacchino.delregno@collabora.com |
---|---|
Headers | show |
Series | MediaTek MIPI-DSI PHY: Cleanups | expand |
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 > function for the same, allowing to remove a pointer to struct clk and > the whole .remove_new() callback, as it's not needed anymore. > This also cleans up the of_device_id table. > > [...] Applied, thanks! [1/3] phy: mediatek: mipi-dsi: Convert to register clk_hw commit: b1a34e7d196646a8fc0a6f91c2bf98943f3d440a [2/3] phy: mediatek: mipi-dsi: Use devm variant for of_clk_add_hw_provider() commit: e812c5b62a978ae67d23c5eb237959596734a86e [3/3] phy: mediatek: mipi-dsi: Compress of_device_id match entries commit: 5d295c1a20c747425c27dd9212ff091528136e55 Best regards,