On Mon, Aug 10, 2026 at 04:13:13PM +0300, Vladimir Oltean wrote: > Multiple DRM bridge drivers use runtime PM operations without > including the proper header, instead relying on transitive inclusion > by <linux/phy/phy.h>. > > The PHY subsystem wants to get rid of headers it provides for no reason, > so modify these drivers to include what they need directly. > > Signed-off-by: Vladimir Oltean <[email protected]> > --- > Cc: Andrzej Hajda <[email protected]> > Cc: Neil Armstrong <[email protected]> > Cc: Robert Foss <[email protected]> > Cc: Laurent Pinchart <[email protected]> > Cc: Jonas Karlman <[email protected]> > Cc: Jernej Skrabec <[email protected]> > Cc: Maarten Lankhorst <[email protected]> > Cc: Maxime Ripard <[email protected]> > Cc: Thomas Zimmermann <[email protected]> > Cc: David Airlie <[email protected]> > Cc: Simona Vetter <[email protected]> > Cc: Inki Dae <[email protected]> > Cc: Jagan Teki <[email protected]> > Cc: Marek Szyprowski <[email protected]> > Cc: Rob Clark <[email protected]> > Cc: Dmitry Baryshkov <[email protected]> > > v1->v9: none > --- > drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 1 + > drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c | 1 + > drivers/gpu/drm/bridge/nwl-dsi.c | 1 + > drivers/gpu/drm/bridge/samsung-dsim.c | 1 + > drivers/gpu/drm/msm/dp/dp_aux.c | 1 + > drivers/gpu/drm/rockchip/cdn-dp-core.c | 1 + > 6 files changed, 6 insertions(+) >
Reviewed-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry
