[PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-07-08 Thread Daniel Vetter
On Sat, Jun 28, 2014 at 06:51:15AM -0400, Rob Clark wrote: > On Fri, Jun 27, 2014 at 6:08 PM, Darren Etheridge > wrote: > > Guido, > > > > > > On 06/17/2014 09:17 AM, Guido Mart?nez wrote: > >> > >> The tilcdc driver could be compiled as a module, but was severely broken > >> and could not be

[PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-07-08 Thread Dave Airlie
On 3 July 2014 06:38, Ezequiel Garc?a wrote: > On 02 Jul 02:08 PM, Dave Airlie wrote: >> On 2 July 2014 12:31, Darren Etheridge wrote: >> > On 07/01/2014 06:39 PM, Guido Mart?nez wrote: >> >> >> >> On Fri, Jun 27, 2014 at 05:08:51PM -0500, Darren Etheridge wrote: >> >>> >> >>> [snip] >> >>> >>

[PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-07-02 Thread Ezequiel García
On 02 Jul 02:08 PM, Dave Airlie wrote: > On 2 July 2014 12:31, Darren Etheridge wrote: > > On 07/01/2014 06:39 PM, Guido Mart?nez wrote: > >> > >> On Fri, Jun 27, 2014 at 05:08:51PM -0500, Darren Etheridge wrote: > >>> > >>> [snip] > >>> > >>> Otherwise I think this is a good and useful patch

[PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-07-02 Thread Dave Airlie
On 2 July 2014 12:31, Darren Etheridge wrote: > On 07/01/2014 06:39 PM, Guido Mart?nez wrote: >> >> On Fri, Jun 27, 2014 at 05:08:51PM -0500, Darren Etheridge wrote: >>> >>> [snip] >>> >>> Otherwise I think this is a good and useful patch series. >> >> It that a Tested-by tag? :) > > > Sure - I

[PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-07-01 Thread Darren Etheridge
On 07/01/2014 06:39 PM, Guido Mart?nez wrote: > On Fri, Jun 27, 2014 at 05:08:51PM -0500, Darren Etheridge wrote: >> [snip] >> >> Otherwise I think this is a good and useful patch series. > It that a Tested-by tag? :) Sure - I would prefer that the WARN_ON was silenced when the tilcdc module is

[PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-07-01 Thread Guido Martínez
Hi Dave, did you take a look at this patchset? I foolishly missed adding you on the To: header, so apologies for that in advance. Thanks, On Tue, Jun 17, 2014 at 11:17:02AM -0300, Guido Mart?nez wrote: > The tilcdc driver could be compiled as a module, but was severely broken > and could not be

[PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-07-01 Thread Guido Martínez
On Fri, Jun 27, 2014 at 05:08:51PM -0500, Darren Etheridge wrote: > [snip] > > Otherwise I think this is a good and useful patch series. It that a Tested-by tag? :) Thanks! Guido > > Darren > > >The first 7 patches are bug fixes which and should probably be applied > >in the stable trees. The

[PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-06-28 Thread Rob Clark
On Fri, Jun 27, 2014 at 6:08 PM, Darren Etheridge wrote: > Guido, > > > On 06/17/2014 09:17 AM, Guido Mart?nez wrote: >> >> The tilcdc driver could be compiled as a module, but was severely broken >> and could not be used as such. This patchset attempts to fix the issues >> preventing a proper

[PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-06-27 Thread Darren Etheridge
Guido, On 06/17/2014 09:17 AM, Guido Mart?nez wrote: > The tilcdc driver could be compiled as a module, but was severely broken > and could not be used as such. This patchset attempts to fix the issues > preventing a proper load/unload of the module. > > Issues included dangling sysfs nodes,

[PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-06-23 Thread Guido Martínez
Hi Rob, On Tue, Jun 17, 2014 at 11:17:02AM -0300, Guido Mart?nez wrote: > The tilcdc driver could be compiled as a module, but was severely broken > and could not be used as such. This patchset attempts to fix the issues > preventing a proper load/unload of the module. > > Issues included

[PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-06-19 Thread Guido Martínez
Hi Darren, On Thu, Jun 19, 2014 at 08:41:43AM -0500, Darren Etheridge wrote: > Guido, > > Thanks and sorry I missed this the first time around. I'll give it a try on > a few of my AM335x based boards when I have access to them again on Monday. Thanks! And no worries :) > > Darren > -- Guido

[PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-06-19 Thread Darren Etheridge
Guido, Thanks and sorry I missed this the first time around. I'll give it a try on a few of my AM335x based boards when I have access to them again on Monday. Darren On 06/17/2014 09:17 AM, Guido Mart?nez wrote: > The tilcdc driver could be compiled as a module, but was severely broken > and

[PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-06-17 Thread Guido Martínez
The tilcdc driver could be compiled as a module, but was severely broken and could not be used as such. This patchset attempts to fix the issues preventing a proper load/unload of the module. Issues included dangling sysfs nodes, dangling devices, memory leaks and a double kfree. It now seems to