Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1679879 > unrolled thread
| Started by | Hans Verkuil <hverkuil@xs4all.nl> |
|---|---|
| First post | 2017-07-03 12:50 +0200 |
| Last post | 2017-07-03 16:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 05/19] media: camss: Add CSID files Hans Verkuil <hverkuil@xs4all.nl> - 2017-07-03 12:50 +0200
Re: [PATCH v2 05/19] media: camss: Add CSID files Todor Tomov <todor.tomov@linaro.org> - 2017-07-03 16:20 +0200
| From | Hans Verkuil <hverkuil@xs4all.nl> |
|---|---|
| Date | 2017-07-03 12:50 +0200 |
| Subject | Re: [PATCH v2 05/19] media: camss: Add CSID files |
| Message-ID | <tZ75w-ba-15@gated-at.bofh.it> |
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 <todor.tomov@linaro.org> > --- > 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. Regards, Hans
[toc] | [next] | [standalone]
| From | Todor Tomov <todor.tomov@linaro.org> |
|---|---|
| Date | 2017-07-03 16:20 +0200 |
| Message-ID | <tZamN-2Dc-75@gated-at.bofh.it> |
| In reply to | #1679879 |
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 <todor.tomov@linaro.org> >> --- >> 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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web