[PATCH RFC v2 1/3] drm/dp: Keep a list of drm_dp_aux helper.

2015-09-22 Thread Daniel Vetter
On Tue, Sep 15, 2015 at 04:55:02PM -0700, Rafael Antognolli wrote: > This list will be used to get the aux channels registered through the > helpers. One function is provided to set a callback for added/removed > aux channels, and another function to iterate over the list of aux > channels. > > Si

[PATCH RFC v2 1/3] drm/dp: Keep a list of drm_dp_aux helper.

2015-09-15 Thread Rafael Antognolli
This list will be used to get the aux channels registered through the helpers. One function is provided to set a callback for added/removed aux channels, and another function to iterate over the list of aux channels. Signed-off-by: Rafael Antognolli --- drivers/gpu/drm/drm_dp_helper.c | 73 +