Re: [PATCH 2/2] android: add sync_fence_create_dma

2014-09-01 Thread Dan Carpenter
On Mon, Sep 01, 2014 at 02:33:59PM +0200, Maarten Lankhorst wrote: > Hey, > > Op 28-08-14 om 13:57 schreef Dan Carpenter: > > On Thu, Aug 28, 2014 at 08:54:05AM +0200, Maarten Lankhorst wrote: > >> Hey, > >> > >> On 15-08-14 08:46, Greg Kroah-Hartman wrote: > >>> On Thu, Aug 14, 2014 at 11:54:52AM

Re: [PATCH 2/2] android: add sync_fence_create_dma

2014-09-01 Thread Maarten Lankhorst
Hey, Op 28-08-14 om 13:57 schreef Dan Carpenter: > On Thu, Aug 28, 2014 at 08:54:05AM +0200, Maarten Lankhorst wrote: >> Hey, >> >> On 15-08-14 08:46, Greg Kroah-Hartman wrote: >>> On Thu, Aug 14, 2014 at 11:54:52AM +0200, Maarten Lankhorst wrote: This allows users of dma fences to create a a

Re: [PATCH 2/2] android: add sync_fence_create_dma

2014-08-28 Thread Dan Carpenter
On Thu, Aug 28, 2014 at 08:54:05AM +0200, Maarten Lankhorst wrote: > Hey, > > On 15-08-14 08:46, Greg Kroah-Hartman wrote: > > On Thu, Aug 14, 2014 at 11:54:52AM +0200, Maarten Lankhorst wrote: > >> This allows users of dma fences to create a android fence. > > > > Who is going to use these funct

Re: [PATCH 2/2] android: add sync_fence_create_dma

2014-08-28 Thread Maarten Lankhorst
Hey, On 15-08-14 08:46, Greg Kroah-Hartman wrote: > On Thu, Aug 14, 2014 at 11:54:52AM +0200, Maarten Lankhorst wrote: >> This allows users of dma fences to create a android fence. > > Who is going to use these functions? I need an in-kernel user before I > can add new api calls. So I found a i

Re: [PATCH 2/2] android: add sync_fence_create_dma

2014-08-15 Thread Jesse Barnes
On Fri, 15 Aug 2014 14:46:56 +0800 Greg Kroah-Hartman wrote: > On Thu, Aug 14, 2014 at 11:54:52AM +0200, Maarten Lankhorst wrote: > > This allows users of dma fences to create a android fence. > > Who is going to use these functions? I need an in-kernel user before I > can add new api calls. I

Re: [PATCH 2/2] android: add sync_fence_create_dma

2014-08-15 Thread Greg Kroah-Hartman
On Thu, Aug 14, 2014 at 11:54:52AM +0200, Maarten Lankhorst wrote: > This allows users of dma fences to create a android fence. Who is going to use these functions? I need an in-kernel user before I can add new api calls. thanks, greg k-h ___ devel ma

Re: [PATCH 2/2] android: add sync_fence_create_dma

2014-08-14 Thread Jesse Barnes
On Thu, 14 Aug 2014 11:54:52 +0200 Maarten Lankhorst wrote: > This allows users of dma fences to create a android fence. > > Signed-off-by: Maarten Lankhorst > Cc: Daniel Vetter > Cc: Jesse Barnes > --- > drivers/staging/android/sync.c | 24 > drivers/staging/android

[PATCH 2/2] android: add sync_fence_create_dma

2014-08-14 Thread Maarten Lankhorst
This allows users of dma fences to create a android fence. Signed-off-by: Maarten Lankhorst Cc: Daniel Vetter Cc: Jesse Barnes --- drivers/staging/android/sync.c | 24 drivers/staging/android/sync.h | 11 +++ 2 files changed, 31 insertions(+), 4 deletions(-) d