Re: [PATCH v2 1/2] drm/dp: Add callbacks to make using DP AUX bus properly easier

2022-05-04 Thread Doug Anderson
Hi, On Wed, May 4, 2022 at 3:41 AM Dmitry Baryshkov wrote: > > > - We had forgotten a EXPORT_SYMBOL_GPL on the non "devm" populate > >function. > > This can go to a separate patch, so that the fix can be backported to > earlier kernels. Please don't forget the Fixes: tag. Sure. Will do for

Re: [PATCH v2 1/2] drm/dp: Add callbacks to make using DP AUX bus properly easier

2022-05-04 Thread Dmitry Baryshkov
On 04/05/2022 01:40, Douglas Anderson wrote: As talked about in this patch in the kerneldoc of of_dp_aux_populate_ep_device() and also in the past in commit a1e3667a9835 ("drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-dev"), it can be difficult for eDP controller drivers to

[PATCH v2 1/2] drm/dp: Add callbacks to make using DP AUX bus properly easier

2022-05-03 Thread Douglas Anderson
As talked about in this patch in the kerneldoc of of_dp_aux_populate_ep_device() and also in the past in commit a1e3667a9835 ("drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-dev"), it can be difficult for eDP controller drivers to know when the panel has finished probing when