Re: [RFCv11 PATCH 25/29] media: vim2m: add media device

2018-04-23 Thread Hans Verkuil
On 04/12/2018 10:54 AM, Tomasz Figa wrote: > On Mon, Apr 9, 2018 at 11:21 PM Hans Verkuil wrote: > >> From: Alexandre Courbot > >> Request API requires a media node. Add one to the vim2m driver so we can >> use requests with it. > >> This probably needs a bit more work to correctly represent m

Re: [RFCv11 PATCH 25/29] media: vim2m: add media device

2018-04-16 Thread Alexandre Courbot
On Mon, Apr 9, 2018 at 11:20 PM Hans Verkuil wrote: > From: Alexandre Courbot > Request API requires a media node. Add one to the vim2m driver so we can > use requests with it. > This probably needs a bit more work to correctly represent m2m > hardware in the media topology. > Signed-off-by:

Re: [RFCv11 PATCH 25/29] media: vim2m: add media device

2018-04-12 Thread Tomasz Figa
On Mon, Apr 9, 2018 at 11:21 PM Hans Verkuil wrote: > From: Alexandre Courbot > Request API requires a media node. Add one to the vim2m driver so we can > use requests with it. > This probably needs a bit more work to correctly represent m2m > hardware in the media topology. [snip] > @@ -1013,

[RFCv11 PATCH 25/29] media: vim2m: add media device

2018-04-09 Thread Hans Verkuil
From: Alexandre Courbot Request API requires a media node. Add one to the vim2m driver so we can use requests with it. This probably needs a bit more work to correctly represent m2m hardware in the media topology. Signed-off-by: Alexandre Courbot --- drivers/media/platform/vim2m.c | 43 ++