Re: [PATCH v2 08/19] media: camss: Add files which handle the video device nodes

2017-07-06 Thread Hans Verkuil
On 07/06/17 15:44, Todor Tomov wrote: > Hello Hans, > > Thank you for the time spent to review. > > On 07/03/2017 02:32 PM, Hans Verkuil wrote: >> On 06/19/2017 04:48 PM, Todor Tomov wrote: >>> These files handle the video device nodes of the camss driver. >>> >>> Signed-off-by: Todor Tomov >>>

Re: [PATCH v2 08/19] media: camss: Add files which handle the video device nodes

2017-07-06 Thread Todor Tomov
Hello Hans, Thank you for the time spent to review. On 07/03/2017 02:32 PM, Hans Verkuil wrote: > On 06/19/2017 04:48 PM, Todor Tomov wrote: >> These files handle the video device nodes of the camss driver. >> >> Signed-off-by: Todor Tomov >> --- >> drivers/media/platform/qcom/camss-8x16/video

Re: [PATCH v2 08/19] media: camss: Add files which handle the video device nodes

2017-07-03 Thread Hans Verkuil
On 06/19/2017 04:48 PM, Todor Tomov wrote: These files handle the video device nodes of the camss driver. Signed-off-by: Todor Tomov --- drivers/media/platform/qcom/camss-8x16/video.c | 629 + drivers/media/platform/qcom/camss-8x16/video.h | 64 +++ 2 files changed,

[PATCH v2 08/19] media: camss: Add files which handle the video device nodes

2017-06-19 Thread Todor Tomov
These files handle the video device nodes of the camss driver. Signed-off-by: Todor Tomov --- drivers/media/platform/qcom/camss-8x16/video.c | 629 + drivers/media/platform/qcom/camss-8x16/video.h | 64 +++ 2 files changed, 693 insertions(+) create mode 100644 drivers/m