cron job: media_tree daily build: OK

2015-10-16 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: Sat Oct 17 04:00:21 CEST 2015 git branch: test git hash: efe98010b80ec4516b2779e1b4e4a8ce16bf89fe gcc versi

Re: [PATCH] [media] lnbh25: fix lnbh25_attach inline wrapper

2015-10-16 Thread Javier Martinez Canillas
Hello Arnd, On Fri, Oct 16, 2015 at 11:49 PM, Arnd Bergmann wrote: > On Friday 16 October 2015 23:45:46 Javier Martinez Canillas wrote: >> >> On Fri, Oct 16, 2015 at 10:32 PM, Arnd Bergmann wrote: >> > The 'static inline' version of lnbh25_attach() has an incorrect >> > prototype which results i

Re: [PATCH] [media] lnbh25: fix lnbh25_attach inline wrapper

2015-10-16 Thread Arnd Bergmann
On Friday 16 October 2015 23:45:46 Javier Martinez Canillas wrote: > > On Fri, Oct 16, 2015 at 10:32 PM, Arnd Bergmann wrote: > > The 'static inline' version of lnbh25_attach() has an incorrect > > prototype which results in a build error when > > CONFIG_DVB_LNBH25 is disabled: > > > > In file in

Re: [PATCH] [media] lnbh25: fix lnbh25_attach inline wrapper

2015-10-16 Thread Javier Martinez Canillas
Hello Arnd, On Fri, Oct 16, 2015 at 10:32 PM, Arnd Bergmann wrote: > The 'static inline' version of lnbh25_attach() has an incorrect > prototype which results in a build error when > CONFIG_DVB_LNBH25 is disabled: > > In file included from > /git/arm-soc/drivers/media/pci/netup_unidvb/netup_unid

Re: [PATCH] [media] horus3a: fix horus3a_attach inline wrapper

2015-10-16 Thread Javier Martinez Canillas
Hello Arnd, On Fri, Oct 16, 2015 at 10:30 PM, Arnd Bergmann wrote: > The 'static inline' version of horus3a_attach() is incorrectly > copied from another file, which results in a build error when > CONFIG_DVB_HORUS3A is disabled: > > In file included from > /git/arm-soc/drivers/media/pci/netup_u

[PATCH] [media] cobalt: add VIDEO_V4L2_SUBDEV_API dependency

2015-10-16 Thread Arnd Bergmann
The cobalt driver uses various encoders that require the VIDEO_V4L2_SUBDEV_API code, but it does not have the dependency itself, so we get a build error when it's not enabled: warning: (VIDEO_COBALT) selects VIDEO_ADV7511 which has unmet direct dependencies (MEDIA_SUPPORT && VIDEO_V4L2 && I2C &&

[PATCH] [media] lnbh25: fix lnbh25_attach inline wrapper

2015-10-16 Thread Arnd Bergmann
The 'static inline' version of lnbh25_attach() has an incorrect prototype which results in a build error when CONFIG_DVB_LNBH25 is disabled: In file included from /git/arm-soc/drivers/media/pci/netup_unidvb/netup_unidvb_core.c:36:0: /git/arm-soc/drivers/media/dvb-frontends/lnbh25.h:46:86: error:

[PATCH] [media] horus3a: fix horus3a_attach inline wrapper

2015-10-16 Thread Arnd Bergmann
The 'static inline' version of horus3a_attach() is incorrectly copied from another file, which results in a build error when CONFIG_DVB_HORUS3A is disabled: In file included from /git/arm-soc/drivers/media/pci/netup_unidvb/netup_unidvb_core.c:34:0: media/dvb-frontends/horus3a.h:51:13: warning: 's

[PATCH] [media] sh-vou: clarify videobuf2 dependency

2015-10-16 Thread Arnd Bergmann
The sh-vou driver has been converted from videobuf to videobuf2, but the Kconfig file still lists VIDEOBUF_DMA_CONTIG as a dependency. Consequently we can build the driver without VIDEOBUF2_DMA_CONTIG and get a link error: drivers/built-in.o: In function `sh_vou_probe': vf610-ocotp.c:(.text+0x2dbf

[PATCH v1] dvb/keytable: fix libintl linking

2015-10-16 Thread Peter Seiderer
Fix libintl linking for uclibc (see [1] for details). [1] http://lists.busybox.net/pipermail/buildroot/2015-October/142032.html Signed-off-by: Peter Seiderer --- utils/dvb/Makefile.am | 8 utils/keytable/Makefile.am | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --g

Re: [PATCH] Disable -Wframe-larger-than warnings with KASAN=y

2015-10-16 Thread Andrey Ryabinin
16 октября 2015 г. 19:47:00 GMT+03:00, Andi Kleen пишет: >On Fri, Oct 16, 2015 at 07:02:10PM +0300, Andrey Ryabinin wrote: >> When the kernel compiled with KASAN=y, GCC adds redzones >> for each variable on stack. This enlarges function's stack >> frame and causes: >> 'warning: the frame si

Re: [PATCH] Disable -Wframe-larger-than warnings with KASAN=y

2015-10-16 Thread Andi Kleen
On Fri, Oct 16, 2015 at 07:02:10PM +0300, Andrey Ryabinin wrote: > When the kernel compiled with KASAN=y, GCC adds redzones > for each variable on stack. This enlarges function's stack > frame and causes: > 'warning: the frame size of X bytes is larger than Y bytes' > > The worst case I've s

Re: [PATCH] Disable -Wframe-larger-than warnings with KASAN=y

2015-10-16 Thread Abylay Ospan
Hello, Acked-by: Abylay Ospan 2015-10-16 19:02 GMT+03:00 Andrey Ryabinin : > When the kernel compiled with KASAN=y, GCC adds redzones > for each variable on stack. This enlarges function's stack > frame and causes: > 'warning: the frame size of X bytes is larger than Y bytes' > > The w

[PATCH] Disable -Wframe-larger-than warnings with KASAN=y

2015-10-16 Thread Andrey Ryabinin
When the kernel compiled with KASAN=y, GCC adds redzones for each variable on stack. This enlarges function's stack frame and causes: 'warning: the frame size of X bytes is larger than Y bytes' The worst case I've seen for now is following: ../net/wireless/nl80211.c: In function ‘nl80211_

Re: [GIT PULL FOR v4.4] Various fixes + SDR TX

2015-10-16 Thread Hans Verkuil
On 10/16/2015 11:20 AM, Hans Verkuil wrote: > This pull request fixes various bugs, but the main change is Antti's support > for SDR transmitters. > > BTW, I have v4l2-ctl and v4l2-compliance support ready for this feature as > well. Available here: > > http://git.linuxtv.org/cgit.cgi/hverkuil/v4

Re: [Patch v2 1/2] media: v4l: ti-vpe: Add CAL v4l2 camera capture driver

2015-10-16 Thread Hans Verkuil
On 09/21/2015 10:04 PM, Benoit Parrot wrote: > The Camera Adaptation Layer (CAL) is a block which consists of a dual > port CSI2/MIPI camera capture engine. > Port #0 can handle CSI2 camera connected to up to 4 data lanes. > Port #1 can handle CSI2 camera connected to up to 2 data lanes. > The driv

Re: [RFC PATCH v7 3/7] media: videobuf2: Add set_timestamp to struct vb2_queue

2015-10-16 Thread Sakari Ailus
Hi Junghak, On Fri, Oct 16, 2015 at 03:27:39PM +0900, Junghak Sung wrote: > diff --git a/include/media/videobuf2-core.h b/include/media/videobuf2-core.h > index f1e7169..6ef7da7 100644 > --- a/include/media/videobuf2-core.h > +++ b/include/media/videobuf2-core.h > @@ -431,6 +431,7 @@ struct vb2_bu

[PATCH 1/1] UVC: Add support for ds4 depth camera.

2015-10-16 Thread Sakari Ailus
From: Aviv Greenberg Add support for Intel DS4 depth camera in uvc driver. This includes adding new uvc GUIDs for the new pixel formats, adding new V4L pixel format definition to user api headers, and updating the uvc driver GUID-to-4cc tables with the new formats. Change-Id: If240d95a7d4edc8dcc

[GIT PULL FOR v4.4] Various fixes + SDR TX

2015-10-16 Thread Hans Verkuil
This pull request fixes various bugs, but the main change is Antti's support for SDR transmitters. BTW, I have v4l2-ctl and v4l2-compliance support ready for this feature as well. Available here: http://git.linuxtv.org/cgit.cgi/hverkuil/v4l-utils.git/log/?h=sdr Note: this needs some cleanup as t

Re: [PATCH 10/13] hackrf: add support for transmitter

2015-10-16 Thread Hans Verkuil
On 10/16/2015 10:59 AM, Antti Palosaari wrote: > > > On 10/16/2015 11:53 AM, Hans Verkuil wrote: >> On 09/04/2015 12:06 PM, Hans Verkuil wrote: >>> Hi Antti, >>> >>> Two comments, see below: >>> >>> On 09/01/2015 11:59 PM, Antti Palosaari wrote: HackRF SDR device has both receiver and transm

Re: [PATCH 10/13] hackrf: add support for transmitter

2015-10-16 Thread Antti Palosaari
On 10/16/2015 11:53 AM, Hans Verkuil wrote: On 09/04/2015 12:06 PM, Hans Verkuil wrote: Hi Antti, Two comments, see below: On 09/01/2015 11:59 PM, Antti Palosaari wrote: HackRF SDR device has both receiver and transmitter. There is limitation that receiver and transmitter cannot be used at

Re: [PATCH 10/13] hackrf: add support for transmitter

2015-10-16 Thread Hans Verkuil
On 09/04/2015 12:06 PM, Hans Verkuil wrote: > Hi Antti, > > Two comments, see below: > > On 09/01/2015 11:59 PM, Antti Palosaari wrote: >> HackRF SDR device has both receiver and transmitter. There is limitation >> that receiver and transmitter cannot be used at the same time >> (half-duplex oper