[PATCH] drm/dp-helper: Move the legacy helpers to gma500

2014-10-23 Thread Daniel Vetter
On Wed, Oct 22, 2014 at 5:34 PM, Alan Cox wrote: > On Wed, 22 Oct 2014 16:32:52 +0200 > Patrik Jakobsson wrote: > >> On Wed, Oct 22, 2014 at 11:16 AM, Daniel Vetter >> wrote: >> > Except for gma500 all drivers are converted to the new style helpers, >> > which have much better abstraction of th

[PATCH] drm/dp-helper: Move the legacy helpers to gma500

2014-10-22 Thread Daniel Vetter
On Wed, Oct 22, 2014 at 04:32:52PM +0200, Patrik Jakobsson wrote: > On Wed, Oct 22, 2014 at 11:16 AM, Daniel Vetter > wrote: > > Except for gma500 all drivers are converted to the new style helpers, > > which have much better abstraction of the underlying hw protocols and > > already much more he

[PATCH] drm/dp-helper: Move the legacy helpers to gma500

2014-10-22 Thread Alan Cox
On Wed, 22 Oct 2014 16:32:52 +0200 Patrik Jakobsson wrote: > On Wed, Oct 22, 2014 at 11:16 AM, Daniel Vetter > wrote: > > Except for gma500 all drivers are converted to the new style helpers, > > which have much better abstraction of the underlying hw protocols and > > already much more helper

[PATCH] drm/dp-helper: Move the legacy helpers to gma500

2014-10-22 Thread Patrik Jakobsson
On Wed, Oct 22, 2014 at 11:16 AM, Daniel Vetter wrote: > Except for gma500 all drivers are converted to the new style helpers, > which have much better abstraction of the underlying hw protocols and > already much more helper functions (including the entire mst library) > on top of them. Since no

[PATCH] drm/dp-helper: Move the legacy helpers to gma500

2014-10-22 Thread Daniel Vetter
Except for gma500 all drivers are converted to the new style helpers, which have much better abstraction of the underlying hw protocols and already much more helper functions (including the entire mst library) on top of them. Since no one seems to work on converting gma500 let's just move the code