cron job: media_tree daily build: ERRORS

2016-12-28 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: Thu Dec 29 05:00:06 CET 2016 media-tree git hash:40eca140c404505c09773d1c6685d818cb55ab1a media_build git

[PATCH] [media] cobalt: fix spelling mistake: "Celcius" -> "Celsius"

2016-12-28 Thread Colin King
From: Colin Ian King trivial fix to spelling mistake in cobalt_info message. Anders Celsius was the Swedish astronomer. Signed-off-by: Colin Ian King --- drivers/media/pci/cobalt/cobalt-cpld.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/pci/cobalt/coba

Re: [PATCH] v4l: add support for CSI-1 bus

2016-12-28 Thread kbuild test robot
Hi Sakari, [auto build test WARNING on linuxtv-media/master] [also build test WARNING on v4.10-rc1 next-20161224] [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/Pavel-Machek/v4l-add-support-for-

[PATCH] [media] dvb-frontends: fix spelling mistake on cx24123_pll_calcutate

2016-12-28 Thread Colin King
From: Colin Ian King trivial fix to spelling mistake of function name in err message, should be cx24123_pll_calculate instead of cx24123_pll_calcutate. Signed-off-by: Colin Ian King --- drivers/media/dvb-frontends/cx24123.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr

[PATCH] v4l: add support for CSI-1 bus

2016-12-28 Thread Pavel Machek
From: Sakari Ailus The function to parse CSI2 bus parameters was called v4l2_of_parse_csi_bus(), rename it as v4l2_of_parse_csi2_bus() in anticipation of CSI1/CCP2 support. Obtain data bus type from bus-type property. Only try parsing bus specific properties in this case. Add CSI1 and CCP2 bus

[PATCH] dt: bindings: Add support for CSI1 bus

2016-12-28 Thread Pavel Machek
From: Sakari Ailus In the vast majority of cases the bus type is known to the driver(s) since a receiver or transmitter can only support a single one. There are cases however where different options are possible. Document the CSI1/CCP2 properties strobe_clk_inv and strobe_clock properties. The f

[PATCH] Don't detach frontends at .exit() callback

2016-12-28 Thread Mauro Carvalho Chehab
The .exit() callback is called when the USB device is detached. On dvbsky, this callback was used to detach the frontends. However, i the frontend kthread is still running on that time, the logic will keep calling the tuner drivers, with could lead to either warnings about mutexes taking too long o

Re: [PATCH 1/1] [media] v4l: rcar_fdp1: use %4.4s to format a 4-byte string

2016-12-28 Thread Kieran Bingham
Hi Nicolas, Thankyou for the patch This looks like a good catch, On 26/12/16 13:31, Nicolas Iooss wrote: > Using %4s to format f->fmt.pix_mp.pixelformat in fdp1_try_fmt() and > fdp1_s_fmt() may lead to more characters being printed (when the byte > following field pixelformat is not zero). > >