Re: [PATCH] media: stm32-dcmi: add JPEG support

2018-02-28 Thread Hugues FRUCHET
Hi Hans, Yes depends on 'fix lock scheme', I'll send a v2 of this jpeg commit for unneeded V4L2_FMT_FLAG_COMPRESSED. Best regards, Hugues. On 02/26/2018 03:17 PM, Hans Verkuil wrote: > On 02/22/2018 10:51 AM, Hugues Fruchet wrote: >> Add DCMI JPEG support. > > Does this patch depend on the

Re: [PATCH] media: stm32-dcmi: add JPEG support

2018-02-26 Thread Hans Verkuil
On 02/22/2018 10:51 AM, Hugues Fruchet wrote: > Add DCMI JPEG support. Does this patch depend on the 'fix lock scheme' patch? It looks good to me except for one small thing (see below), but I think this depends on the 'fix lock scheme' patch, right? > > Signed-off-by: Hugues Fruchet

[PATCH] media: stm32-dcmi: add JPEG support

2018-02-22 Thread Hugues Fruchet
Add DCMI JPEG support. Signed-off-by: Hugues Fruchet --- drivers/media/platform/stm32/stm32-dcmi.c | 195 +++--- 1 file changed, 148 insertions(+), 47 deletions(-) diff --git a/drivers/media/platform/stm32/stm32-dcmi.c