From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wm0-f46.google.com ([74.125.82.46]:35605 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754483AbdGCOKy (ORCPT ); Mon, 3 Jul 2017 10:10:54 -0400 Received: by mail-wm0-f46.google.com with SMTP id w126so169745972wme.0 for ; Mon, 03 Jul 2017 07:10:53 -0700 (PDT) Subject: Re: [PATCH v2 05/19] media: camss: Add CSID files To: Hans Verkuil , mchehab@kernel.org, hans.verkuil@cisco.com, javier@osg.samsung.com, s.nawrocki@samsung.com, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org References: <1497883719-12410-1-git-send-email-todor.tomov@linaro.org> <1497883719-12410-6-git-send-email-todor.tomov@linaro.org> From: Todor Tomov Message-ID: <8d73bee7-ee9f-24c3-b2ca-27af0718ab77@linaro.org> Date: Mon, 3 Jul 2017 17:10:49 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Hello Hans, Thank you for the review. On 07/03/2017 01:49 PM, Hans Verkuil wrote: > On 06/19/2017 04:48 PM, Todor Tomov wrote: >> These files control the CSID modules which handle the protocol and application >> layer of the CSI2 receivers. >> >> Signed-off-by: Todor Tomov >> --- >> drivers/media/platform/qcom/camss-8x16/csid.c | 1072 +++++++++++++++++++++++++ >> drivers/media/platform/qcom/camss-8x16/csid.h | 82 ++ >> 2 files changed, 1154 insertions(+) >> create mode 100644 drivers/media/platform/qcom/camss-8x16/csid.c >> create mode 100644 drivers/media/platform/qcom/camss-8x16/csid.h >> >> diff --git a/drivers/media/platform/qcom/camss-8x16/csid.c b/drivers/media/platform/qcom/camss-8x16/csid.c >> new file mode 100644 >> index 0000000..c637d78 >> --- /dev/null >> +++ b/drivers/media/platform/qcom/camss-8x16/csid.c >> @@ -0,0 +1,1072 @@ >> +/* >> + * csid.c >> + * >> + * Qualcomm MSM Camera Subsystem - CSID Module >> + * >> + * Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. >> + * Copyright (C) 2015-2016 Linaro Ltd. > > 2016 -> 2017 > > This should probably be done elsewhere as well. Yes, I'll fix it here and on all other places. > > Regards, > > Hans -- Best regards, Todor Tomov