Re: [PATCH v5 11/34] drm/mediatek: mtk_hdmi: Convert to module_platform_driver macro

2025-02-07 Thread Alexandre Mergnat
On 13/01/2025 15:52, AngeloGioacchino Del Regno wrote: Now that all of the mtk_hdmi subdrivers are a platform driver on their own it is possible to remove the custom init/exit functions in this driver and just use the module_platform_driver() macro. While at it, also compress struct of_device

[PATCH v5 11/34] drm/mediatek: mtk_hdmi: Convert to module_platform_driver macro

2025-01-13 Thread AngeloGioacchino Del Regno
Now that all of the mtk_hdmi subdrivers are a platform driver on their own it is possible to remove the custom init/exit functions in this driver and just use the module_platform_driver() macro. While at it, also compress struct of_device_id entries and remove stray commas in mtk_hdmi_driver assig