Re: [PATCH 01/12] [media] vb2: add explicit fence user API

2017-07-03 Thread Tomasz Figa
Hi Gustavo, On Tue, Jun 27, 2017 at 12:39 AM, Gustavo Padovan wrote: > 2017-06-18 kbuild test robot : > >> Hi Gustavo, >> >> [auto build test ERROR on linuxtv-media/master] >> [also build test ERROR on v4.12-rc5 next-20170616] >> [if your patch is applied to

Re: [PATCH v2 01/10] [media] dvb-frontends: add ST STV0910 DVB-S/S2 demodulator frontend driver

2017-07-03 Thread Daniel Scheller
Am Tue, 4 Jul 2017 06:01:32 +0800 schrieb kbuild test robot : > All errors (new ones prefixed by >>): > >drivers/media/dvb-frontends/stv0910.c: In function > 'read_signal_strength': > >> drivers/media/dvb-frontends/stv0910.c:1284: error: 'p' undeclared > >> (first use in this

Re: [PATCH v2 09/19] media: camms: Add core files

2017-07-03 Thread Sakari Ailus
Hi Todor, On Mon, Jul 03, 2017 at 05:03:40PM +0300, Todor Tomov wrote: > >> + unsigned int i; > >> + > >> + v4l2_of_parse_endpoint(node, ); > >> + > >> + csd->interface.csiphy_id = vep.base.port; > >> + > >> + mipi_csi2 = _csi2; > >> + lncfg->clk.pos = mipi_csi2->clock_lane; > >> +

Re: [PATCH] media: vb2 dma-sg: Constify dma_buf_ops structures.

2017-07-03 Thread Marek Szyprowski
Hi Arvind, On 2017-07-01 14:18, Arvind Yadav wrote: dma_buf_ops are not supposed to change at runtime. All functions working with dma_buf_ops provided by work with const dma_buf_ops. So mark the non-const structs as const. File size before: text data bss dec hex

Re: [PATCH] media: vb2 dma-contig: Constify dma_buf_ops structures.

2017-07-03 Thread Marek Szyprowski
Hi Arvind, On 2017-07-01 13:27, Arvind Yadav wrote: dma_buf_ops are not supposed to change at runtime. All functions working with dma_buf_ops provided by work with const dma_buf_ops. So mark the non-const structs as const. File size before: text data bss dec hex

Re: [PATCH] media: vb2 vmalloc: Constify dma_buf_ops structures.

2017-07-03 Thread Marek Szyprowski
Hi Arvind, On 2017-07-01 13:37, Arvind Yadav wrote: dma_buf_ops are not supposed to change at runtime. All functions working with dma_buf_ops provided by work with const dma_buf_ops. So mark the non-const structs as const. File size before: text data bss dec hex

Re: [PATCH v2 01/10] [media] dvb-frontends: add ST STV0910 DVB-S/S2 demodulator frontend driver

2017-07-03 Thread kbuild test robot
Hi Daniel, [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.12 next-20170703] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Daniel-Scheller/dvb-frontends-add-ST

Re: [PATCH 00/12] V4L2 explicit synchronization support

2017-07-03 Thread Gustavo Padovan
Hi Mauro, 2017-06-30 Mauro Carvalho Chehab : > Em Fri, 16 Jun 2017 16:39:03 +0900 > Gustavo Padovan escreveu: > > > From: Gustavo Padovan > > > > Hi, > > > > This adds support for Explicit Synchronization of shared

Re: [PATCH 07/12] [media] v4l: add support to BUF_QUEUED event

2017-07-03 Thread Gustavo Padovan
Hi Mauro, 2017-06-30 Mauro Carvalho Chehab : > Em Fri, 16 Jun 2017 16:39:10 +0900 > Gustavo Padovan escreveu: > > > From: Gustavo Padovan > > > > Implement the needed pieces to let userspace subscribe for > >

Re: [PATCH 03/12] [media] vb2: add in-fence support to QBUF

2017-07-03 Thread Gustavo Padovan
Hi Mauro, 2017-06-30 Mauro Carvalho Chehab : > Em Fri, 16 Jun 2017 16:39:06 +0900 > Gustavo Padovan escreveu: > > > From: Gustavo Padovan > > > > Receive in-fence from userspace and add support for waiting on them >

[PATCH v3 03/10] [media] dvb-frontends/stv0910: add multistream (ISI) and PLS capabilities

2017-07-03 Thread Daniel Scheller
From: Daniel Scheller Implements stream_id filter and scrambling code setup in start() and also sets FE_CAN_MULTISTREAM in frontend_ops. This enables the driver to properly receive and handle multistream transponders, functionality has been reported working fine by testers

[PATCH v3 07/10] [media] ddbridge: return stv09xx id in port_has_stv0900_aa()

2017-07-03 Thread Daniel Scheller
From: Daniel Scheller The returned value is required for further evaluation of the exact demodulator chip (stv090x or stv0910). Signed-off-by: Daniel Scheller Tested-by: Richard Scobie ---

[PATCH v3 04/10] [media] dvb-frontends/stv0910: Add demod-only signal strength reporting

2017-07-03 Thread Daniel Scheller
From: Daniel Scheller Original code at least has some signed/unsigned issues, resulting in values like 32dBm. Implement signal strength readout to work without asking the attached tuner, and use a lookup table instead of log calc. Values reported appear plausible, gathered

[PATCH v3 08/10] [media] ddbridge: support for CineS2 V7(A) and DuoFlex S2 V4 hardware

2017-07-03 Thread Daniel Scheller
From: Daniel Scheller This adds all required glue code to support - in conjunction with the new stv0910 and stv6111 demod/tuner drivers and additionally the lnbh25 LNB controller driver - all current DVB-S/S2 hardware (bridges and flex modules) from Digital Devices like the

[PATCH v3 06/10] [media] dvb-frontends: add ST STV6111 DVB-S/S2 tuner frontend driver

2017-07-03 Thread Daniel Scheller
From: Daniel Scheller This adds a frontend driver for the ST STV6111 DVB-S/S2 tuners. Like the stv0910 demod frontend driver, this driver originates from the Digital Devices' dddvb vendor driver package as of version 0.9.29, and was cleaned up aswell. No functionality had to

[PATCH v3 09/10] [media] ddbridge: stv0910 single demod mode module option

2017-07-03 Thread Daniel Scheller
From: Daniel Scheller Adds a stv0910_single modparm which, when set, configures the stv0910 to run in single demodulator mode, currently intended for high bit rate testing. Signed-off-by: Daniel Scheller Tested-by: Richard Scobie

[PATCH v3 05/10] [media] dvb-frontends/stv0910: Add missing set_frontend fe-op

2017-07-03 Thread Daniel Scheller
From: Daniel Scheller This was missing from the frontend_ops. Signed-off-by: Daniel Scheller Tested-by: Richard Scobie --- drivers/media/dvb-frontends/stv0910.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v3 10/10] [media] MAINTAINERS: add entries for stv0910 and stv6111

2017-07-03 Thread Daniel Scheller
From: Daniel Scheller Signed-off-by: Daniel Scheller --- MAINTAINERS | 16 1 file changed, 16 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c4be6d4af7d2..7b85e578d238 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8246,6

[PATCH v3 02/10] [media] dvb-frontends/stv0910: Fix possible buffer overflow

2017-07-03 Thread Daniel Scheller
From: Daniel Scheller Fixes smatch error: drivers/media/dvb-frontends/stv0910.c:715 dvbs2_nbch() error: buffer overflow 'nbch[fectype]' 2 <= 28 Also, fixes the nbch array table by adding the DUMMY_PLF element at the top to match the enums (table element order was off by

[PATCH v3 00/10] STV0910/STV6111 drivers, ddbridge CineS2 V7 support

2017-07-03 Thread Daniel Scheller
From: Daniel Scheller For Linux 4.14. This v3 is a fixup for the previously posted v2. Smatch and W=1 uncovered three additional issues in the stv6111 driver, see the v3 notes below. While at it, few things have been fixed in patch 1 (initial stv0910 driver). Sorry for the

Re: [PATCH v6 2/3] media: i2c: adv748x: add adv748x driver

2017-07-03 Thread Hans Verkuil
On 07/03/2017 05:00 PM, Kieran Bingham wrote: Hi Hans, On 03/07/17 15:45, Kieran Bingham wrote: Hi Hans, Thanks for your review, On 03/07/17 14:51, Hans Verkuil wrote: On 06/27/2017 05:03 PM, Kieran Bingham wrote: From: Kieran Bingham Provide

Re: [PATCH] Hauppauge HVR-1975 support

2017-07-03 Thread Steven Toth
> Yes - it's a 1:1 forward port of the patch Hauppauge released for 3.19 > (apparently with the goal to support as many of their devices as > possible). Agreed. > >> the patch also contains materials that I >> suspect Silicon Labs would consider proprietary and confidential, its >> definitely

Re: [PATCH v6 2/3] media: i2c: adv748x: add adv748x driver

2017-07-03 Thread Kieran Bingham
Hi Hans, On 03/07/17 15:45, Kieran Bingham wrote: > Hi Hans, > > Thanks for your review, > > On 03/07/17 14:51, Hans Verkuil wrote: >> On 06/27/2017 05:03 PM, Kieran Bingham wrote: >>> From: Kieran Bingham >>> >>> Provide support for the ADV7481 and

Re: [PATCH] Hauppauge HVR-1975 support

2017-07-03 Thread Bernhard Rosenkränzer
On 3 July 2017 at 14:56, Steven Toth wrote: > Bernhard, thank you for sharing. > > Mauro, > > I've reviewed this patch, it has a host of problems. Yes - it's a 1:1 forward port of the patch Hauppauge released for 3.19 (apparently with the goal to support as many of their

Re: [PATCH v6 2/3] media: i2c: adv748x: add adv748x driver

2017-07-03 Thread Hans Verkuil
On 07/03/2017 04:45 PM, Kieran Bingham wrote: +#define ADV748X_HDMI_MAX_PIXELCLOCK16200 You probably based that on the 1600x1200p60 format? No idea I'm afraid - it's the value that was set when I recieved the driver... 162MHz is a bit low for an adv receiver. The adv7604 and

Re: [PATCH v6 2/3] media: i2c: adv748x: add adv748x driver

2017-07-03 Thread Kieran Bingham
Hi Hans, Thanks for your review, On 03/07/17 14:51, Hans Verkuil wrote: > On 06/27/2017 05:03 PM, Kieran Bingham wrote: >> From: Kieran Bingham >> >> Provide support for the ADV7481 and ADV7482. >> >> The driver is modelled with 4 subdevices to allow

Re: [PATCH v2 09/19] media: camms: Add core files

2017-07-03 Thread Todor Tomov
Hello Hans, Thank you for the review. On 07/03/2017 02:24 PM, Hans Verkuil wrote: > On 06/19/2017 04:48 PM, Todor Tomov wrote: >> These files implement the platform driver code. >> >> Signed-off-by: Todor Tomov >> --- >> drivers/media/platform/qcom/camss-8x16/camss.c |

Re: [PATCH v2 05/19] media: camss: Add CSID files

2017-07-03 Thread Todor Tomov
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

Re: [PATCH v2 09/19] media: camms: Add core files

2017-07-03 Thread Todor Tomov
Hi Sakari, Thank you for the review. On 06/29/2017 09:33 AM, Sakari Ailus wrote: > Hi Todor, > > On Mon, Jun 19, 2017 at 05:48:29PM +0300, Todor Tomov wrote: >> These files implement the platform driver code. >> >> Signed-off-by: Todor Tomov >> --- >>

Re: [PATCH v6 2/3] media: i2c: adv748x: add adv748x driver

2017-07-03 Thread Hans Verkuil
On 06/27/2017 05:03 PM, Kieran Bingham wrote: From: Kieran Bingham Provide support for the ADV7481 and ADV7482. The driver is modelled with 4 subdevices to allow simultaneous streaming from the AFE (Analog front end) and HDMI inputs though two CSI TX

Re: [PATCH] Hauppauge HVR-1975 support

2017-07-03 Thread Steven Toth
(Resending) Bernhard, thank you for sharing. Mauro, I've reviewed this patch, it has a host of problems. Ignoring the fact it contains patches to all sorts of different cards (saa7164, CX231xx, PVR-USB2)... the patch also contains materials that I suspect Silicon Labs would consider

Re: [PATCH v6] media: platform: Renesas IMR driver

2017-07-03 Thread Hans Verkuil
On 06/23/2017 10:34 PM, Sergei Shtylyov wrote: Index: media_tree/Documentation/media/v4l-drivers/rcar_imr.rst === --- /dev/null +++ media_tree/Documentation/media/v4l-drivers/rcar_imr.rst @@ -0,0 +1,86 @@ +Renesas R-Car Image

[PATCH 2/2] v4l: cadence: Add Cadence MIPI-CSI2 RX driver

2017-07-03 Thread Maxime Ripard
The Cadence CSI-2 RX Controller is an hardware block meant to be used as a bridge between a CSI-2 bus and pixel grabbers. It supports operating with internal or external D-PHY, with up to 4 lanes, or without any D-PHY. The current code only supports the former case. It also support dynamic

[PATCH 1/2] dt-bindings: media: Add Cadence MIPI-CSI2RX Device Tree bindings

2017-07-03 Thread Maxime Ripard
The Cadence MIPI-CSI2 RX controller is a CSI2RX bridge that supports up to 4 CSI-2 lanes, and can route the frames to up to 4 streams, depending on the hardware implementation. It can operate with an external D-PHY, an internal one or no D-PHY at all in some configurations. Signed-off-by: Maxime

[PATCH 0/2] media: v4l: Add support for the Cadence MIPI-CSI2RX

2017-07-03 Thread Maxime Ripard
Hi, Here is an attempt at supporting the MIPI-CSI2 RX block from Cadence. This IP block is able to receive CSI data over up to 4 lanes, and split it to over 4 streams. Those streams are basically the interfaces to the video grabbers that will perform the capture. It is able to map streams to

Re: [PATCH] [media] media: Make parameter of media_entity_remote_pad() const

2017-07-03 Thread Sakari Ailus
On Mon, Jul 03, 2017 at 03:08:11PM +0300, Todor Tomov wrote: > The local pad parameter in media_entity_remote_pad() is not modified. > Make that explicit by adding a const modifier. > > Signed-off-by: Todor Tomov Thanks! Acked-by: Sakari Ailus

Re: [PATCH v6] media: platform: Renesas IMR driver

2017-07-03 Thread Hans Verkuil
Hi Sergei, Some comments below: On 06/23/2017 10:34 PM, Sergei Shtylyov wrote: From: Konstantin Kozhevnikov The image renderer, or the distortion correction engine, is a drawing processor with a simple instruction system capable of referencing video

[PATCH] [media] media: Make parameter of media_entity_remote_pad() const

2017-07-03 Thread Todor Tomov
The local pad parameter in media_entity_remote_pad() is not modified. Make that explicit by adding a const modifier. Signed-off-by: Todor Tomov --- drivers/media/media-entity.c | 2 +- include/media/media-entity.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

Re: [PATCH] media: adv7180: add missing adv7180cp, adv7180st i2c device IDs

2017-07-03 Thread Geert Uytterhoeven
Hi Ulrich, On Mon, Jul 3, 2017 at 10:43 AM, Ulrich Hecht wrote: > Fixes a crash on Renesas R8A7793 Gose board that uses these "compatible" > entries. Thanks! > Signed-off-by: Ulrich Hecht Tested-by: Geert Uytterhoeven

Re: [PATCH v2 00/19] Qualcomm 8x16 Camera Subsystem driver

2017-07-03 Thread Hans Verkuil
On 06/19/2017 04:48 PM, Todor Tomov wrote: This patchset adds basic support for the Qualcomm Camera Subsystem found on Qualcomm MSM8916 and APQ8016 processors. The driver implements V4L2, Media controller and V4L2 subdev interfaces. Camera sensor using V4L2 subdev interface in the kernel is

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 |

Re: [PATCH RFC 1/2] media: V3s: Add support for Allwinner CSI.

2017-07-03 Thread Maxime Ripard
Hi, On Mon, Jul 03, 2017 at 06:59:52PM +0800, Yong wrote: > > > + select VIDEOBUF2_DMA_CONTIG > > > + select REGMAP_MMIO > > > + ---help--- > > > +Support for the Allwinner Camera Sensor Interface Controller. > > > > This controller is the same for all Allwinner SoC models? > > No. > I will

Re: [PATCH v2 09/19] media: camms: Add core files

2017-07-03 Thread Hans Verkuil
On 06/19/2017 04:48 PM, Todor Tomov wrote: These files implement the platform driver code. Signed-off-by: Todor Tomov --- drivers/media/platform/qcom/camss-8x16/camss.c | 630 + drivers/media/platform/qcom/camss-8x16/camss.h | 96 2

[PATCH v3 2/2] regmap: Avoid namespace collision within macro & tidy up

2017-07-03 Thread Ramesh Shanmugasundaram
Renamed variable "timeout" to "__timeout" & "pollret" to "__ret" to avoid namespace collision. Tidy up macro arguments with parentheses. Signed-off-by: Ramesh Shanmugasundaram --- include/linux/regmap.h | 17 + 1 file changed, 9

[PATCH v3 0/2] Avoid namespace collision within macros & tidy up

2017-07-03 Thread Ramesh Shanmugasundaram
hset is based on top of today's linux-next repo. commit b18ea5c46031 ("Add linux-next specific files for 20170703") Change history: v3: - Rebased - Corrected parentheses spelling v2: - iopoll.h: - Enclosed timeout_us & sleep_us arguments with parentheses - regmap.h:

[PATCH v3 1/2] iopoll: Avoid namespace collision within macros & tidy up

2017-07-03 Thread Ramesh Shanmugasundaram
Renamed variable "timeout" to "__timeout" to avoid namespace collision. Tidy up macro arguments with parentheses. Signed-off-by: Ramesh Shanmugasundaram --- include/linux/iopoll.h | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff

Re: [PATCH RFC 1/2] media: V3s: Add support for Allwinner CSI.

2017-07-03 Thread Yong
Hi Hans, Thanks for your review. On Mon, 3 Jul 2017 12:18:55 +0200 Hans Verkuil wrote: > Hi Yong Deng, > > Thanks for contributing this driver! > > First a high-level comment: you need to rebase this to the latest media_tree > master branch

Re: [PATCH v2 05/19] media: camss: Add CSID files

2017-07-03 Thread Hans Verkuil
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 +

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-03 Thread Hans Verkuil
On 07/03/2017 11:53 AM, Jose Abreu wrote: Hi Hans, On 03-07-2017 10:27, Hans Verkuil wrote: On 06/29/2017 12:46 PM, Jose Abreu wrote: This is an initial submission for the Synopsys Designware HDMI RX Controller Driver. This driver interacts with a phy driver so that a communication between

Re: [PATCH RFC 1/2] media: V3s: Add support for Allwinner CSI.

2017-07-03 Thread Hans Verkuil
Hi Yong Deng, Thanks for contributing this driver! First a high-level comment: you need to rebase this to the latest media_tree master branch (https://git.linuxtv.org/media_tree.git/) since v4l2-of.h has been replaced by v4l2-fwnode.h. So this driver will not apply as-is. Also missing is a

[PATCH] [dtv-scan-tables] Add scan file for EWCom Goms DVB-C

2017-07-03 Thread Bernhard Rosenkränzer
Add a scan file for EWCom Goms DVB-C Signed-off-by: Bernhard Rosenkränzer --- dvb-c/ch-Oberwallis-ewcom | 9 + 1 file changed, 9 insertions(+) create mode 100644 dvb-c/ch-Oberwallis-ewcom diff --git a/dvb-c/ch-Oberwallis-ewcom b/dvb-c/ch-Oberwallis-ewcom new file mode

[PATCH] Hauppauge HVR-1975 support

2017-07-03 Thread Bernhard Rosenkränzer
Hi, Hauppauge HVR-1975 is a USB DVB receiver box, http://www.hauppauge.co.uk/site/products/data_hvr1900.html It is currently not supported by v4l; Hauppauge provides a patch for kernel 3.19 at http://www.hauppauge.com/site/support/linux.html As expected, the patch doesn't work with more recent

RE: [PATCH v2 1/2] iopoll: Avoid namespace collision within macros & tidyup

2017-07-03 Thread Ramesh Shanmugasundaram
Hi Geert, Thanks for the review. Replying to the thread to update what we discussed in IRC sometime back. > On Tue, Jun 13, 2017 at 3:33 PM, Ramesh Shanmugasundaram > wrote: > > Renamed variable "timeout" to "__timeout" to avoid namespace collision. > >

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-03 Thread Jose Abreu
Hi Hans, On 03-07-2017 10:27, Hans Verkuil wrote: > On 06/29/2017 12:46 PM, Jose Abreu wrote: >> This is an initial submission for the Synopsys Designware HDMI RX >> Controller Driver. This driver interacts with a phy driver so >> that >> a communication between them is created and a video

Re: [PATCH] [media] rc-core: do not depend on MEDIA_SUPPORT

2017-07-03 Thread Hans Verkuil
On 07/02/2017 09:37 PM, Sean Young wrote: There is no dependency between the two, so remove the dependency in Kconfig files. Signed-off-by: Sean Young Acked-by: Hans Verkuil It might be nice to go through the 'depends on RC_CORE' Kconfig lines and see

[PATCH] [media] uvcvideo: fix spelling mistake: "entites" -> "entities"

2017-07-03 Thread Colin King
From: Colin Ian King Trivial fix to spelling mistake in uvc_printk message Signed-off-by: Colin Ian King --- drivers/media/usb/uvc/uvc_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH v3 0/2] [media] videobuf2-dc: Add support for cacheable MMAP

2017-07-03 Thread Marek Szyprowski
Hi All, On 2016-10-26 10:52, Thierry Escande wrote: This series adds support for cacheable MMAP in DMA coherent allocator. The first patch moves the vb2_dc_get_base_sgt() function above mmap callbacks for calls introduced by the second patch. This avoids a forward declaration. I'm sorry for

Re: [PATCH v5 2/4] [media] platform: Add Synopsys Designware HDMI RX Controller Driver

2017-07-03 Thread Hans Verkuil
On 06/29/2017 12:46 PM, Jose Abreu wrote: This is an initial submission for the Synopsys Designware HDMI RX Controller Driver. This driver interacts with a phy driver so that a communication between them is created and a video pipeline is configured. The controller + phy pipeline can then be

[PATCH] [media] media/i2c/saa717x: fix spelling mistake: "implementd" -> "implemented"

2017-07-03 Thread Colin King
From: Colin Ian King Trivial fix to spelling mistake in v4l2_dbg debug message Signed-off-by: Colin Ian King --- drivers/media/i2c/saa717x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/i2c/saa717x.c

[PATCH v2 2/7] [media] ov9650: switch i2c device id to lower case

2017-07-03 Thread Hugues Fruchet
Switch i2c device id to lower case as it is done for other omnivision cameras. Signed-off-by: Hugues Fruchet --- drivers/media/i2c/ov9650.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/i2c/ov9650.c b/drivers/media/i2c/ov9650.c

[PATCH v2 1/7] DT bindings: add bindings for ov965x camera module

2017-07-03 Thread Hugues Fruchet
From: "H. Nikolaus Schaller" This adds documentation of device tree bindings for the OV965X family camera sensor module. Signed-off-by: H. Nikolaus Schaller Signed-off-by: Hugues Fruchet ---

[PATCH v2 7/7] [media] ov9650: add analog power supply and clock gating

2017-07-03 Thread Hugues Fruchet
Add optional analog power supply and clock gating. Signed-off-by: H. Nikolaus Schaller Signed-off-by: Hugues Fruchet --- drivers/media/i2c/ov9650.c | 26 ++ 1 file changed, 26 insertions(+) diff --git

[PATCH v2 0/7] [PATCH v2 0/7] Add support of OV9655 camera

2017-07-03 Thread Hugues Fruchet
This patchset enables OV9655 camera support. OV9655 support has been tested using STM32F4DIS-CAM extension board plugged on connector P1 of STM32F746G-DISCO board. Due to lack of OV9650/52 hardware support, the modified related code could not have been checked for non-regression. First patches

[PATCH v2 4/7] [media] ov9650: use write_array() for resolution sequences

2017-07-03 Thread Hugues Fruchet
Align resolution sequences on initialization sequence using i2c_rv structure NULL terminated .This add flexibility on resolution sequence size. Document resolution related registers by using corresponding define instead of hexa address/value. Signed-off-by: Hugues Fruchet

[PATCH v2 3/7] [media] ov9650: add device tree support

2017-07-03 Thread Hugues Fruchet
Allows use of device tree configuration data. If no device tree data is there, configuration is taken from platform data. In order to keep GPIOs configuration compatible between both way of doing, GPIOs are switched to descriptor-based interface. Signed-off-by: H. Nikolaus Schaller

[PATCH v2 6/7] [media] ov9650: add support of OV9655 variant

2017-07-03 Thread Hugues Fruchet
Add a first support of OV9655 variant. Because of register set slightly different from OV9650/9652, not all of the driver features are supported (controls). Supported resolutions are limited to VGA, QVGA, QQVGA. Supported format is limited to RGB565. Controls are limited to color bar test pattern

[PATCH v2 5/7] [media] ov9650: add multiple variant support

2017-07-03 Thread Hugues Fruchet
Ops support and registers set can now be different from a variant to another. Signed-off-by: Hugues Fruchet --- drivers/media/i2c/ov9650.c | 156 - 1 file changed, 99 insertions(+), 57 deletions(-) diff --git

[PATCH] [media] media: i2c: m5mols: fix spelling mistake: "Machanics" -> "Mechanics"

2017-07-03 Thread Colin King
From: Colin Ian King Trivial fix to spelling mistake in v4l2_info message Signed-off-by: Colin Ian King --- drivers/media/i2c/m5mols/m5mols_core.c | 2 +- drivers/scsi/qedi/qedi_fw.c| 2 +- 2 files changed, 2 insertions(+), 2

Re: Null Pointer Dereference in mceusb

2017-07-03 Thread Johan Hovold
On Mon, Jul 03, 2017 at 03:41:59PM +0700, Lars Melin wrote: > On 2017-07-03 15:10, Johan Hovold wrote: > > On Thu, Jun 29, 2017 at 07:41:24PM +0200, Sebastian wrote: > >> Sorry for the long delay, Johan. > >> > >> 2017-06-01 9:20 GMT+02:00 Johan Hovold : > >>> [ +CC: media list ]

Re: [PATCH v3 2/4] media: adv7180: add adv7180cp, adv7180st compatible strings

2017-07-03 Thread Ulrich Hecht
On Fri, Jun 30, 2017 at 11:19 AM, Geert Uytterhoeven wrote: > Hi Ulrich, > > On Fri, May 19, 2017 at 3:07 PM, Ulrich Hecht > wrote: >> Used to differentiate between models with 3 and 6 inputs. >> >> Signed-off-by: Ulrich Hecht

[PATCH] media: adv7180: add missing adv7180cp, adv7180st i2c device IDs

2017-07-03 Thread Ulrich Hecht
Fixes a crash on Renesas R8A7793 Gose board that uses these "compatible" entries. Signed-off-by: Ulrich Hecht --- drivers/media/i2c/adv7180.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/i2c/adv7180.c b/drivers/media/i2c/adv7180.c index

Re: Null Pointer Dereference in mceusb

2017-07-03 Thread Lars Melin
On 2017-07-03 15:10, Johan Hovold wrote: On Thu, Jun 29, 2017 at 07:41:24PM +0200, Sebastian wrote: Sorry for the long delay, Johan. 2017-06-01 9:20 GMT+02:00 Johan Hovold : [ +CC: media list ] On Wed, May 31, 2017 at 08:25:42PM +0200, Sebastian wrote: What is the lsusb -v

Re: Null Pointer Dereference in mceusb

2017-07-03 Thread Johan Hovold
On Thu, Jun 29, 2017 at 07:41:24PM +0200, Sebastian wrote: > Sorry for the long delay, Johan. > > 2017-06-01 9:20 GMT+02:00 Johan Hovold : > > [ +CC: media list ] > > > > On Wed, May 31, 2017 at 08:25:42PM +0200, Sebastian wrote: > > > > What is the lsusb -v output for your