Re: [PATCH v8 01/13] [media] xilinx: regroup caps on querycap

2018-03-13 Thread Hans Verkuil
On 03/09/2018 09:49 AM, Gustavo Padovan wrote: > From: Gustavo Padovan > > To better organize the code we concentrate the setting of > V4L2_CAP_STREAMING in one place. > > Signed-off-by: Gustavo Padovan > --- >

Re: [PATCH v8 01/13] [media] xilinx: regroup caps on querycap

2018-03-13 Thread Hans Verkuil
On 03/09/2018 09:49 AM, Gustavo Padovan wrote: > From: Gustavo Padovan > > To better organize the code we concentrate the setting of > V4L2_CAP_STREAMING in one place. > > Signed-off-by: Gustavo Padovan > --- > drivers/media/platform/xilinx/xilinx-dma.c | 7 --- > 1 file changed, 4

[PATCH v8 01/13] [media] xilinx: regroup caps on querycap

2018-03-09 Thread Gustavo Padovan
From: Gustavo Padovan To better organize the code we concentrate the setting of V4L2_CAP_STREAMING in one place. Signed-off-by: Gustavo Padovan --- drivers/media/platform/xilinx/xilinx-dma.c | 7 --- 1 file changed, 4

[PATCH v8 01/13] [media] xilinx: regroup caps on querycap

2018-03-09 Thread Gustavo Padovan
From: Gustavo Padovan To better organize the code we concentrate the setting of V4L2_CAP_STREAMING in one place. Signed-off-by: Gustavo Padovan --- drivers/media/platform/xilinx/xilinx-dma.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git