Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1679917
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Hans Verkuil <hverkuil@xs4all.nl> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 09/19] media: camms: Add core files |
| Date | Mon, 03 Jul 2017 13:30:03 +0200 |
| Message-ID | <tZ7If-Fp-29@gated-at.bofh.it> (permalink) |
| References | <tU6jL-3YD-3@gated-at.bofh.it> <tU6ts-4hT-35@gated-at.bofh.it> |
| X-Original-To | Todor Tomov <todor.tomov@linaro.org>, 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 |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Language | en-US |
| Content-Transfer-Encoding | 7bit |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 52 |
| Organization | linux.* mail to news gateway |
| X-Original-Date | Mon, 3 Jul 2017 13:24:54 +0200 |
| X-Original-Message-ID | <20c81ca2-09f4-b0c9-a72a-1e39f861cfb5@xs4all.nl> |
| X-Original-References | <1497883719-12410-1-git-send-email-todor.tomov@linaro.org> <1497883719-12410-10-git-send-email-todor.tomov@linaro.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1679917 |
Show key headers only | View raw
On 06/19/2017 04:48 PM, Todor Tomov wrote: > These files implement the platform driver code. > > Signed-off-by: Todor Tomov <todor.tomov@linaro.org> > --- > drivers/media/platform/qcom/camss-8x16/camss.c | 630 +++++++++++++++++++++++++ > drivers/media/platform/qcom/camss-8x16/camss.h | 96 ++++ > 2 files changed, 726 insertions(+) > create mode 100644 drivers/media/platform/qcom/camss-8x16/camss.c > create mode 100644 drivers/media/platform/qcom/camss-8x16/camss.h > > diff --git a/drivers/media/platform/qcom/camss-8x16/camss.c b/drivers/media/platform/qcom/camss-8x16/camss.c > new file mode 100644 > index 0000000..a8798d1 > --- /dev/null > +++ b/drivers/media/platform/qcom/camss-8x16/camss.c > @@ -0,0 +1,630 @@ > +/* > + * camss.c > + * > + * Qualcomm MSM Camera Subsystem - Core > + * > + * Copyright (c) 2015, The Linux Foundation. All rights reserved. > + * Copyright (C) 2015-2016 Linaro Ltd. > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 and > + * only version 2 as published by the Free Software Foundation. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + */ > +#include <linux/clk.h> > +#include <linux/media-bus-format.h> > +#include <linux/module.h> > +#include <linux/platform_device.h> > +#include <linux/of.h> > +#include <linux/slab.h> > + > +#include <media/media-device.h> > +#include <media/v4l2-async.h> > +#include <media/v4l2-device.h> > +#include <media/v4l2-mc.h> > +#include <media/v4l2-of.h> v4l2-of.h has been replaced by v4l2-fwnode.h. You need to rebase. Regards, Hans
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH v2 09/19] media: camms: Add core files Hans Verkuil <hverkuil@xs4all.nl> - 2017-07-03 13:30 +0200 Re: [PATCH v2 09/19] media: camms: Add core files Todor Tomov <todor.tomov@linaro.org> - 2017-07-03 16:20 +0200
csiph-web