Re: [Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-10-25 Thread Sean Paul
On Wed, Oct 19, 2016 at 6:28 AM, Russell King wrote: > Convert DT component matching to use component_match_add_release(). > > Signed-off-by: Russell King Applied to drm-misc, thanks! Sean > --- > Can we please get this patch from May merged into the drm-misc or > whatever trees so that we don

Re: [Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-10-24 Thread Jyri Sarha
On 10/19/16 13:28, Russell King wrote: > Convert DT component matching to use component_match_add_release(). > > Signed-off-by: Russell King Acked-by: Jyri Sarha Reviewed-by: Jyri Sarha However, the patch description is a bit brief. It took me this mail thread to fully understand why simple c

Re: [Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-10-21 Thread Russell King - ARM Linux
On Thu, Oct 20, 2016 at 07:15:56PM -0400, Sean Paul wrote: > On Thu, Oct 20, 2016 at 5:50 PM, Russell King - ARM Linux > wrote: > > On Thu, Oct 20, 2016 at 04:39:04PM -0400, Sean Paul wrote: > >> On Wed, Oct 19, 2016 at 6:28 AM, Russell King > >> wrote: > >> > Convert DT component matching to use

Re: [Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-10-20 Thread Sean Paul
On Thu, Oct 20, 2016 at 5:50 PM, Russell King - ARM Linux wrote: > On Thu, Oct 20, 2016 at 04:39:04PM -0400, Sean Paul wrote: >> On Wed, Oct 19, 2016 at 6:28 AM, Russell King >> wrote: >> > Convert DT component matching to use component_match_add_release(). >> > >> > Signed-off-by: Russell King

Re: [Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-10-20 Thread Russell King - ARM Linux
On Thu, Oct 20, 2016 at 04:39:04PM -0400, Sean Paul wrote: > On Wed, Oct 19, 2016 at 6:28 AM, Russell King > wrote: > > Convert DT component matching to use component_match_add_release(). > > > > Signed-off-by: Russell King > > --- > > Can we please get this patch from May merged into the drm-mis

Re: [Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-10-20 Thread Sean Paul
On Wed, Oct 19, 2016 at 6:28 AM, Russell King wrote: > Convert DT component matching to use component_match_add_release(). > > Signed-off-by: Russell King > --- > Can we please get this patch from May merged into the drm-misc or > whatever trees so that we don't end up with conflicts? I've no id

Re: [Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-10-19 Thread Daniel Vetter
On Wed, Oct 19, 2016 at 11:28:27AM +0100, Russell King wrote: > Convert DT component matching to use component_match_add_release(). > > Signed-off-by: Russell King > --- > Can we please get this patch from May merged into the drm-misc or > whatever trees so that we don't end up with conflicts? I

[Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-10-19 Thread Russell King
Convert DT component matching to use component_match_add_release(). Signed-off-by: Russell King --- Can we please get this patch from May merged into the drm-misc or whatever trees so that we don't end up with conflicts? I've no idea who looks after drm-misc, as they have _still_ failed to add t

Re: [Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-06-03 Thread Russell King - ARM Linux
On Fri, Jun 03, 2016 at 11:56:40AM +0100, Robin Murphy wrote: > Hi Russell, > > On 03/06/16 08:58, Russell King wrote: > >Convert DT component matching to use component_match_add_release(). > > > >Signed-off-by: Russell King > >--- > > drivers/gpu/drm/arm/hdlcd_drv.c | 10 --

Re: [Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-06-03 Thread Russell King - ARM Linux
On Fri, Jun 03, 2016 at 12:19:41PM +0100, Liviu Dudau wrote: > On Fri, Jun 03, 2016 at 11:36:33AM +0100, Russell King - ARM Linux wrote: > > On Fri, Jun 03, 2016 at 10:40:48AM +0100, Liviu Dudau wrote: > > > On Fri, Jun 03, 2016 at 08:58:10AM +0100, Russell King wrote: > > > > Convert DT component

[Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-06-03 Thread Russell King
Convert DT component matching to use component_match_add_release(). Signed-off-by: Russell King --- drivers/gpu/drm/arm/hdlcd_drv.c | 10 -- drivers/gpu/drm/armada/armada_drv.c | 9 +++-- drivers/gpu/drm/drm_of.c| 13 + drivers/gpu

Re: [Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-06-03 Thread Liviu Dudau
On Fri, Jun 03, 2016 at 08:58:10AM +0100, Russell King wrote: > Convert DT component matching to use component_match_add_release(). Hi Russell, Any reason for not keeping the component_match_add() calls in the drivers? Planning to remove it? > > Signed-off-by: Russell King Looks good to me!

Re: [Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-06-03 Thread Liviu Dudau
On Fri, Jun 03, 2016 at 11:36:33AM +0100, Russell King - ARM Linux wrote: > On Fri, Jun 03, 2016 at 10:40:48AM +0100, Liviu Dudau wrote: > > On Fri, Jun 03, 2016 at 08:58:10AM +0100, Russell King wrote: > > > Convert DT component matching to use component_match_add_release(). > > > > Hi Russell, >

Re: [Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-06-03 Thread Robin Murphy
Hi Russell, On 03/06/16 08:58, Russell King wrote: Convert DT component matching to use component_match_add_release(). Signed-off-by: Russell King --- drivers/gpu/drm/arm/hdlcd_drv.c | 10 -- drivers/gpu/drm/armada/armada_drv.c | 9 +++-- drivers/gpu/drm/dr

Re: [Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-06-03 Thread Russell King - ARM Linux
On Fri, Jun 03, 2016 at 10:40:48AM +0100, Liviu Dudau wrote: > On Fri, Jun 03, 2016 at 08:58:10AM +0100, Russell King wrote: > > Convert DT component matching to use component_match_add_release(). > > Hi Russell, > > Any reason for not keeping the component_match_add() calls in the drivers? Sorr