[PATCH v3 0/4] drm/dp: Introduce AUX channel infrastructure

2014-01-14 Thread Thierry Reding
Hi, This small series introduces some infrastructure to support AUX channels in a generic way. Drivers make use of it by embedding and filling in a struct drm_dp_aux. Various helpers can then be used to for example read from or write to the DPCD. Patch 1 adds the basic infrastructure as well as a

[PATCH v3 0/4] drm/dp: Introduce AUX channel infrastructure

2014-01-14 Thread Alex Deucher
On Tue, Jan 14, 2014 at 10:54 AM, Alex Deucher wrote: > On Tue, Jan 14, 2014 at 9:55 AM, Thierry Reding > wrote: >> Hi, >> >> This small series introduces some infrastructure to support AUX channels >> in a generic way. Drivers make use of it by embedding and filling in a >> struct drm_dp_aux. Va

[PATCH v3 0/4] drm/dp: Introduce AUX channel infrastructure

2014-01-14 Thread Alex Deucher
On Tue, Jan 14, 2014 at 9:55 AM, Thierry Reding wrote: > Hi, > > This small series introduces some infrastructure to support AUX channels > in a generic way. Drivers make use of it by embedding and filling in a > struct drm_dp_aux. Various helpers can then be used to for example read > from or wri