cron job: media_tree daily build: WARNINGS

2017-02-19 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Mon Feb 20 05:00:19 CET 2017 media-tree git hash:9eeb0ed0f30938f31a3d9135a88b9502192c18dd media_build git

Re: [RFC 01/13] Core changes for CCP2/CSI1 support.

2017-02-19 Thread Laurent Pinchart
Hi Pavel, As a general note, when posting a patch series, please include a cover letter and send all patches as replies to the cover letter. It gets very difficult to associate them together if you send them separately. -- Regards, Laurent Pinchart

Re: [PATCH] omap3isp: add support for CSI1 bus

2017-02-19 Thread Laurent Pinchart
Hi Pavel, On Wednesday 15 Feb 2017 10:42:29 Pavel Machek wrote: > Hi! > > >> diff --git a/drivers/media/platform/omap3isp/isp.c > >> b/drivers/media/platform/omap3isp/isp.c index 0321d84..88bc7c6 100644 > >> --- a/drivers/media/platform/omap3isp/isp.c > >> +++ b/drivers/media/platform/omap3isp/is

Re: [PATCH 1/1] hdpvr: code cleanup

2017-02-19 Thread Keith Pyle
On 02/14/17 19:18, Jonathan Sims wrote: > This is a code cleanup after recent changes introduced by commit > a503ff812430e104f591287b512aa4e3a83f20b1. > > Signed-off-by: Jonathan Sims > --- > > drivers/media/usb/hdpvr/hdpvr-video.c | 18 +++--- > 1 file changed, 7 insertions(+), 11 d

Re: [PATCH v4 15/36] platform: add video-multiplexer subdevice driver

2017-02-19 Thread Pavel Machek
Hi! > From: Philipp Zabel > > This driver can handle SoC internal and external video bus multiplexers, > controlled either by register bit fields or by a GPIO. The subdevice > passes through frame interval and mbus configuration of the active input > to the output side. > > Signed-off-by: Sasch

Re: [PATCH v4 14/36] [media] v4l2-mc: add a function to inherit controls from a pipeline

2017-02-19 Thread Pavel Machek
On Wed 2017-02-15 18:19:16, Steve Longerbeam wrote: > v4l2_pipeline_inherit_controls() will add the v4l2 controls from > all subdev entities in a pipeline to a given video device. > > Signed-off-by: Steve Longerbeam Reviewed-by: Pavel Machek -- (english) http://www.livejournal.com/~pavelmache

Re: [PATCH v4 12/36] add mux and video interface bridge entity functions

2017-02-19 Thread Pavel Machek
On Wed 2017-02-15 18:19:14, Steve Longerbeam wrote: > From: Philipp Zabel > > Signed-off-by: Philipp Zabel > > - renamed MEDIA_ENT_F_MUX to MEDIA_ENT_F_VID_MUX > > Signed-off-by: Steve Longerbeam This is slightly "interesting" format of changelog. Normally signoffs go below. > diff --git a/

[PATCH 2/2] em28xx: simplify ID-reading from Micron sensors

2017-02-19 Thread Frank Schäfer
Use i2c_smbus_read_word_data() instead of i2c_master_send() and i2c_master_recv() for reading the ID of Micorn sensors. Bytes need to be swapped afterwards, because i2c_smbus_read_word_data() assumes that the received bytes are little-endian byte order (as specified by smbus), while Micron sensors

[PATCH 1/2] em28xx: reduce stack usage in sensor probing functions

2017-02-19 Thread Frank Schäfer
It's no longer necessary to keep the i2c_client in the device struct unmodified until a sensor is found, so reduce stack usage in em28xx_probe_sensor_micron() and em28xx_probe_sensor_omnivision() by using a pointer to the client instead of a local copy. Reported-by: Arnd Bergmann Signed-off-by: F

[PATCH] media: pci: constify stv0299_config structures

2017-02-19 Thread Bhumika Goyal
Declare stv0299_config structures as const as they are only passed as an argument to the function dvb_attach. dvb_attach calls its first argument on the rest of its arguments. The first argument of dvb_attach in the changed cases is stv0299_attach and the parameter of this function to which the ob

[PATCH] pci: mantis: constify mb86a16_config structure

2017-02-19 Thread Bhumika Goyal
Declare mb86a16_config structure as const as it is either passed as an argument to the function dvb_attach or is dereferenced. dvb_attach calls its first argument on the rest of its arguments. The first argument of dvb_attach in the changed case is mb86a16_attach and the parameter of this function

[PATCH] [media] s5p-g2d: Fix error handling

2017-02-19 Thread Christophe JAILLET
According to the surrounding goto, it is likely that 'unprep_clk_gate' was expected here. Signed-off-by: Christophe JAILLET --- drivers/media/platform/s5p-g2d/g2d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/s5p-g2d/g2d.c b/drivers/media/platform/

[PATCH] cx88: constify mb86a16_config structure

2017-02-19 Thread Bhumika Goyal
Declare mb86a16_config structure as const as it is only passed as an argument to the function dvb_attach. dvb_attach calls its first argument on the rest of its arguments. The first argument of dvb_attach in the changed case is mb86a16_attach and the parameter of this function to which the object r

Re: [PATCH v3 1/2] Documentation: Intel SR300 Depth camera INZI format

2017-02-19 Thread Laurent Pinchart
Hi Evgeni, Thank you for the patch. On Sunday 19 Feb 2017 18:14:36 evgeni.raik...@intel.com wrote: > From: eraikhel > > Provide the frame structure and data layout of V4L2-PIX-FMT-INZI > format utilized by Intel SR300 Depth camera. > > Signed-off-by: Evgeni Raikhel > Reviewed-by: Laurent Pinc

[PATCH v3 1/2] Documentation: Intel SR300 Depth camera INZI format

2017-02-19 Thread evgeni . raikhel
From: eraikhel Provide the frame structure and data layout of V4L2-PIX-FMT-INZI format utilized by Intel SR300 Depth camera. Signed-off-by: Evgeni Raikhel Reviewed-by: Laurent Pinchart --- Documentation/media/uapi/v4l/depth-formats.rst | 1 + Documentation/media/uapi/v4l/pixfmt-inzi.rst |

[PATCH v3 2/2] uvcvideo: Add support for Intel SR300 depth camera

2017-02-19 Thread evgeni . raikhel
From: Daniel Patrick Johnson Add support for Intel SR300 depth camera in uvc driver. This includes adding three uvc GUIDs for the required pixel formats and updating the uvc driver GUID-to-4cc tables with the new formats. Signed-off-by: Daniel Patrick Johnson Signed-off-by: Aviv Greenberg Sign

[PATCH v3 0/2] Intel Depth Formats for SR300 camera

2017-02-19 Thread evgeni . raikhel
From: Evgeni Raikhel This is the third iteration of the patch that addresses reported issues. Change Log: - Adding V4L2_PIX_FMT_INZI format description to v4l_fill_fmtdesc(..) - Reorder INZI entry in ../depth-formats.rst to keep the list strictly alphabetic - Patch comments minor amendments Da

[PATCH v3 0/2] Intel SR300 Depth Formats

2017-02-19 Thread evgeni . raikhel
From: Evgeni Raikhel This is the third iteration of the formats patch. Change log: - Changing INZI entry order in documentation to keep it sorted alphabetically - Adding format description string to v4l_fill_fmtdesc() function - Comments update Daniel Patrick Johnson (1): uvcvideo: Add suppor

Re: Cine CT V6.1 code change request

2017-02-19 Thread Daniel Scheller
Wed, 15 Feb 2017 20:20:58 +0100 Martin Herrman : Hi Martin, > The ddbridge and cxd2099 are in the latest media_build, but the > stv0367dd and tda18212dd are missing (however, the stv0367 and > tda18212 are available). How hard is it to add these two? For someone who has some knowledge on the stv

[PATCH] saa7134: constify nxt200x_config structures

2017-02-19 Thread Bhumika Goyal
Declare nxt200x_config structures as const as they are only passed as an argument to the function dvb_attach. dvb_attach calls its first argument on the rest of its arguments. The first argument of dvb_attach in the changed cases is nxt200x_attach and the parameter of this function to which the obj

[PATCH] b2c2: constify nxt200x_config structure

2017-02-19 Thread Bhumika Goyal
Declare nxt200x_config structure as const as it is only passed as an argument to the function dvb_attach. dvb_attach calls its first argument on the rest of its arguments. The first argument of dvb_attach in the changed case is nxt200x_attach and the parameter of this function to which the object r

[PATCH] staging: bcm2835: Fix a memory leak in error handling path

2017-02-19 Thread Christophe JAILLET
If 'kzalloc()' fails, we should release resources allocated so far, just as done in all other cases in this function. Signed-off-by: Christophe JAILLET --- Not sure that the error handling path is correct. Is 'gdev[0]' freed? Should it be? --- drivers/staging/media/platform/bcm2835/bcm2835-camer