Re: [PATCH 03/14] drm/bridge: analogix_dp: register AUX bus after enabling runtime PM

2024-05-07 Thread Robert Foss
On Fri, May 3, 2024 at 5:12 PM Lucas Stach wrote: > > AUX transactions require the controller to be in working state and > take a runtime PM reference. To avoid potential races beween the > first transactions on the bus and runtime PM being set up, move the > AUX registration behind the runtime

[PATCH 03/14] drm/bridge: analogix_dp: register AUX bus after enabling runtime PM

2024-05-03 Thread Lucas Stach
AUX transactions require the controller to be in working state and take a runtime PM reference. To avoid potential races beween the first transactions on the bus and runtime PM being set up, move the AUX registration behind the runtime PM setup. Signed-off-by: Lucas Stach ---