Most DRM bridge drivers have been converted to devm_drm_bridge_alloc() by [0], but a few drivers were missed. One got converted by [1], this series converts all the (known) remaining ones.
Thanks Marek for having found and reported them! [0] https://lore.kernel.org/all/20250528-drm-bridge-convert-to-alloc-api-v4-1-f04e698c9...@bootlin.com/ [1] https://lore.kernel.org/all/[email protected]/ Signed-off-by: Luca Ceresoli <[email protected]> --- Luca Ceresoli (2): drm/sti: hdmi: convert to devm_drm_bridge_alloc() API drm/sti: hda: convert to devm_drm_bridge_alloc() API drivers/gpu/drm/sti/sti_hda.c | 27 +++++++++++++-------------- drivers/gpu/drm/sti/sti_hdmi.c | 26 ++++++++++++-------------- drivers/gpu/drm/sti/sti_hdmi.h | 2 ++ 3 files changed, 27 insertions(+), 28 deletions(-) --- base-commit: 482c7e296edc0f594e8869a789a40be53c49bd6a change-id: 20250708-drm-bridge-convert-to-alloc-api-leftovers-6c8e2734b5e9 Best regards, -- Luca Ceresoli <[email protected]>
