Re: [PATCH v5 21/34] drm/mediatek: mtk_hdmi: Move CEC device parsing in new function

2025-02-10 Thread AngeloGioacchino Del Regno
Il 07/02/25 15:45, Alexandre Mergnat ha scritto: On 13/01/2025 15:52, AngeloGioacchino Del Regno wrote: Move the CEC device parsing logic to a new function called mtk_hdmi_get_cec_dev(), and move the parsing action to the end of mtk_hdmi_dt_parse_pdata(), allowing to remove gotos in this funct

Re: [PATCH v5 21/34] drm/mediatek: mtk_hdmi: Move CEC device parsing in new function

2025-02-09 Thread 胡俊光

Re: [PATCH v5 21/34] drm/mediatek: mtk_hdmi: Move CEC device parsing in new function

2025-02-07 Thread Alexandre Mergnat
On 13/01/2025 15:52, AngeloGioacchino Del Regno wrote: Move the CEC device parsing logic to a new function called mtk_hdmi_get_cec_dev(), and move the parsing action to the end of mtk_hdmi_dt_parse_pdata(), allowing to remove gotos in this function, reducing code size and improving readability

[PATCH v5 21/34] drm/mediatek: mtk_hdmi: Move CEC device parsing in new function

2025-01-13 Thread AngeloGioacchino Del Regno
Move the CEC device parsing logic to a new function called mtk_hdmi_get_cec_dev(), and move the parsing action to the end of mtk_hdmi_dt_parse_pdata(), allowing to remove gotos in this function, reducing code size and improving readability. Signed-off-by: AngeloGioacchino Del Regno --- drivers/