distro-specific hint for Raspbian

2017-07-26 Thread Christoph Wempe
Hello, I want to suggest to add a "distro-specific hint" for Raspbian. I got this message: --- snip --- Checking if the needed tools for Raspbian GNU/Linux 8.0 (jessie) are available ERROR: please install "lsdiff", otherwise, build won't work. ERROR: please install "Proc::ProcessTable", otherw

Re: adv7281m and rcar-vin problem

2017-07-26 Thread Niklas Söderlund
Hi Naman, On 2017-07-24 22:43:06 +0530, Naman Jain wrote: > On Mon, Jul 24, 2017 at 3:11 PM, Niklas Söderlund > wrote: > > Hi Naman, > > > > On 2017-07-24 14:30:52 +0530, Naman Jain wrote: > >> i am using renesas soc with video decoder adv7281m > >> i have done thr device tree configuration by fo

Re: [PATCH V2 0/3] fix compile for kernel 3.13

2017-07-26 Thread Hans Verkuil
On 07/24/2017 10:53 PM, Jasmin J. wrote: From: Jasmin Jessich Changes since V1: - CEC_PIN and VIDEO_OV5670 disabled for all kernels older 4.10. This series fixed compilation errors for older kernels. I have tested it with Kernel 3.13 and Daniel with Kernel 4.12 and someone else with Kernel 4.4

Re: [PATCH] Add compat code for skb_put_data

2017-07-26 Thread Hans Verkuil
On 07/23/2017 11:31 AM, Matthias Schwarzott wrote: Signed-off-by: Matthias Schwarzott Applied, much appreciated that you looked into this! Regards. Hans --- v4l/compat.h | 12 v4l/scripts/make_config_compat.pl | 1 + 2 files changed, 13 insert

[PATCH v1] Build libv4lconvert helper support only when fork() is available

2017-07-26 Thread Hugues Fruchet
Signed-off-by: Thomas Petazzoni Signed-off-by: Hugues Fruchet --- configure.ac | 3 +++ lib/libv4lconvert/Makefile.am | 7 ++- lib/libv4lconvert/libv4lconvert.c | 6 ++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac ind

[PATCH v1] Build libv4lconvert helper support only when fork() is available.

2017-07-26 Thread Hugues Fruchet
Build libv4lconvert helper support only when fork() is available. This fix the build issue reported here: http://lists.buildroot.org/pipermail/buildroot/2017-July/197571.html Patch made by Thomas Petazzoni: http://lists.buildroot.org/pipermail/buildroot/2017-July/199093.html Hugues Fruchet (1):

Re: [PATCH v3 02/12] intel-ipu3: mmu: implement driver

2017-07-26 Thread Tomasz Figa
Hi Robin, On Wed, Jul 19, 2017 at 10:37 PM, Robin Murphy wrote: > On 19/07/17 04:12, Yong Zhi wrote: >> From: Tomasz Figa >> >> This driver translates Intel IPU3 internal virtual >> address to physical address. >> >> Signed-off-by: Tomasz Figa >> Signed-off-by: Yong Zhi >> --- >> drivers/medi

Re: [PATCH] media: v4l: use WARN_ON(1) instead of __WARN()

2017-07-26 Thread Pavel Machek
On Tue 2017-07-25 17:39:14, Arnd Bergmann wrote: > __WARN() cannot be used in portable code, since it is only > available on some architectures and configurations: > > drivers/media/platform/pxa_camera.c: In function 'pxa_mbus_config_compatible': > drivers/media/platform/pxa_camera.c:642:3: error:

Re: distro-specific hint for Raspbian

2017-07-26 Thread Hans Verkuil
On 07/26/17 09:06, Christoph Wempe wrote: > Hello, > > I want to suggest to add a "distro-specific hint" for Raspbian. > > I got this message: > --- snip --- > Checking if the needed tools for Raspbian GNU/Linux 8.0 (jessie) are > available > ERROR: please install "lsdiff", otherwise, build won'

Re: [PATCH v4] uvcvideo: add a metadata device node

2017-07-26 Thread Guennadi Liakhovetski
On Tue, 25 Jul 2017, Guennadi Liakhovetski wrote: [snip] > > > +struct uvc_meta_buf { > > > + struct timespec ts; > > > > timespec has a different size on 32-bit and 64-bit architectures, so there > > could be issues on 32-bit userspace running on a 64-bit kernel. > > > > Additionally, on 32-bi

Re: [PATCH v4] uvcvideo: add a metadata device node

2017-07-26 Thread Hans Verkuil
On 07/26/17 14:29, Guennadi Liakhovetski wrote: > On Tue, 25 Jul 2017, Guennadi Liakhovetski wrote: > > [snip] > +struct uvc_meta_buf { + struct timespec ts; >>> >>> timespec has a different size on 32-bit and 64-bit architectures, so there >>> could be issues on 32-bit userspace runni

[PATCH v2] Build libv4lconvert helper support only when fork() is available.

2017-07-26 Thread Hugues Fruchet
Build libv4lconvert helper support only when fork() is available. This fix the build issue reported here: http://autobuild.buildroot.net/results/7e8/7e8fbd99a8c091d7bbeedd16066297682bbe29fe/build-end.log More details on buildroot mailing list here: http://lists.buildroot.org/pipermail/buildroot/20

[PATCH v2] Build libv4lconvert helper support only when fork() is available

2017-07-26 Thread Hugues Fruchet
From: Thomas Petazzoni Signed-off-by: Thomas Petazzoni --- configure.ac | 3 +++ lib/libv4lconvert/Makefile.am | 7 ++- lib/libv4lconvert/libv4lconvert.c | 6 ++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ae8

Re: [PATCH v3 03/12] intel-ipu3: Add DMA API implementation

2017-07-26 Thread Tomasz Figa
On Fri, Jul 21, 2017 at 7:09 AM, Sakari Ailus wrote: > Hi Arnd, > > On Wed, Jul 19, 2017 at 09:24:41AM +0200, Arnd Bergmann wrote: >> On Wed, Jul 19, 2017 at 5:12 AM, Yong Zhi wrote: >> > From: Tomasz Figa >> > >> > This patch adds support for the IPU3 DMA mapping API. >> > >> > Signed-off-by: T

Re: [PATCH 1/2] staging: greybus: light: Don't leak memory for no gain

2017-07-26 Thread Rui Miguel Silva
Hi, On Tue, Jul 25, 2017 at 02:30:31PM +0200, Johan Hovold wrote: > [ +CC: Rui and Greg ] Thanks Johan. I only got this because of you. > > On Tue, Jul 18, 2017 at 09:41:06PM +0300, Sakari Ailus wrote: > > Memory for struct v4l2_flash_config is allocated in > > gb_lights_light_v4l2_register() fo

[PATCH] media: v4l: omap_vout: vrfb: initialize DMA flags

2017-07-26 Thread Arnd Bergmann
Passing uninitialized flags into device_prep_interleaved_dma is clearly a bad idea, and we get a compiler warning for it: drivers/media/platform/omap/omap_vout_vrfb.c: In function 'omap_vout_prepare_vrfb': drivers/media/platform/omap/omap_vout_vrfb.c:273:5: error: 'flags' may be used uninitializ

Re: [RFC 1/1] v4l2-subdev: Add a function to set sub-device notifier callbacks

2017-07-26 Thread Mauro Carvalho Chehab
Em Thu, 20 Jul 2017 01:33:29 +0300 Sakari Ailus escreveu: > The sub-device's sub-notifier is hidded in the sub-device and not meant to > be accessed directly by drivers. Still the driver may wish to set callbacks > to the notifier. Add a function to do that: > v4l2_subdev_notifier_set_callbacks()

Problems pushing to v4l-utils

2017-07-26 Thread Gregor Jasny
Hello Mauro & list, I'm having problems to push to v4l-utils: Did the setup recently change? gjasny@sid:~/src/v4l-utils$ git remote -v origin git://linuxtv.org/v4l-utils.git (fetch) origin git://linuxtv.org/v4l-utils.git (push) gjasny@sid:~/src/v4l-utils$ git push -v Pushing to git://linuxtv.

Quick Loans

2017-07-26 Thread Sec Capital Loan
Loan Offer at 3%, Feel Free to REPLY back to us for more info.

Re: [PATCH 1/2] staging: greybus: light: Don't leak memory for no gain

2017-07-26 Thread Pavel Machek
Hi! > On Tue, Jul 25, 2017 at 02:30:31PM +0200, Johan Hovold wrote: > > [ +CC: Rui and Greg ] > > Thanks Johan. I only got this because of you. > > > return ret; > > > } > > > > And while it's fine to take this through linux-media, it would still be > > good to keep the maintainers on CC. >

Re: Problems pushing to v4l-utils

2017-07-26 Thread Gregor Jasny
On 7/26/17 8:15 PM, Gregor Jasny wrote: > I'm having problems to push to v4l-utils: Please ignore. It was the wrong clone of v4l-utils. Thanks, Gregor

Re: [PATCH v2] Build libv4lconvert helper support only when fork() is available.

2017-07-26 Thread Gregor Jasny
On 7/26/17 2:51 PM, Hugues Fruchet wrote: > Build libv4lconvert helper support only when fork() is available. > This fix the build issue reported here: > http://autobuild.buildroot.net/results/7e8/7e8fbd99a8c091d7bbeedd16066297682bbe29fe/build-end.log > > More details on buildroot mailing list her

[PATCH] v4l2-tpg: fix the SMPTE-2084 transfer function

2017-07-26 Thread Hans Verkuil
The SMPTE-2084 transfer functions maps to the luminance range of 0-1 cd/m^2. Other transfer functions use the traditional range of 0-100 cd/m^2. I didn't take this into account so the luminance was off by a factor of 100. Since qv4l2 made the same mistake in reverse I never noticed this unti

Re: [PATCHv2 3/3] drm/vc4: add HDMI CEC support

2017-07-26 Thread Eric Anholt
Hans Verkuil writes: > Hi Eric, > > On 16/07/17 12:48, Hans Verkuil wrote: >> From: Hans Verkuil >> >> This patch adds support to VC4 for CEC. >> >> Thanks to Eric Anholt for providing me with the CEC register information. >> >> To prevent the firmware from eating the CEC interrupts you need

RE: HELP DESK

2017-07-26 Thread Castanha, Terry
Webmail Update 20GB 23GB Dear user Your mailbox has exceeded the storage limit of 20GB set by the administrator, you are currently running at 20.9 GB, you can not send or receive new messages until your verify you mailbox. to Re-validate your account CLICK HERE

[PATCH v2 1/3] media: V3s: Add support for Allwinner CSI.

2017-07-26 Thread Yong Deng
Allwinner V3s SoC have two CSI module. CSI0 is used for MIPI interface and CSI1 is used for parallel interface. This is not documented in datasheet but by testing and guess. This patch implement a v4l2 framework driver for it. Currently, the driver only support the parallel interface. MIPI-CSI2,

[PATCH v2 2/3] dt-bindings: media: Add Allwinner V3s Camera Sensor Interface (CSI)

2017-07-26 Thread Yong Deng
Add binding documentation for Allwinner V3s CSI. Signed-off-by: Yong Deng --- .../devicetree/bindings/media/sun6i-csi.txt| 49 ++ 1 file changed, 49 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/sun6i-csi.txt diff --git a/Documentation/dev

[PATCH v2 0/3] Initial Allwinner V3s CSI Support

2017-07-26 Thread Yong Deng
This patchset add initial support for Allwinner V3s CSI. Allwinner V3s SoC have two CSI module. CSI0 is used for MIPI interface and CSI1 is used for parallel interface. This is not documented in datasheet but by testing and guess. This patchset implement a v4l2 framework driver and add a binding

cron job: media_tree daily build: ERRORS

2017-07-26 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 Jul 27 05:00:15 CEST 2017 media-tree git hash:da48c948c263c9d87dfc64566b3373a858cc8aa2 media_build gi

[PATCH v2 0/3] Initial Allwinner V3s CSI Support

2017-07-26 Thread Yong Deng
Sorry for resend the patch. Delivering to somebody in cc has failed at last time. This patchset add initial support for Allwinner V3s CSI. Allwinner V3s SoC have two CSI module. CSI0 is used for MIPI interface and CSI1 is used for parallel interface. This is not documented in datasheet but by tes

[PATCH v2 3/3] media: MAINTAINERS: add entries for Allwinner V3s CSI

2017-07-26 Thread Yong Deng
Signed-off-by: Yong Deng --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9826a91..b91fa27 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3686,6 +3686,14 @@ M: Jaya Kumar S: Maintained F: sound/pci/cs5535audio/ +CSI DRI

[PATCH v2 2/3] dt-bindings: media: Add Allwinner V3s Camera Sensor Interface (CSI)

2017-07-26 Thread Yong Deng
Add binding documentation for Allwinner V3s CSI. Signed-off-by: Yong Deng --- .../devicetree/bindings/media/sun6i-csi.txt| 49 ++ 1 file changed, 49 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/sun6i-csi.txt diff --git a/Documentation/dev

[PATCH v2 1/3] media: V3s: Add support for Allwinner CSI.

2017-07-26 Thread Yong Deng
Allwinner V3s SoC have two CSI module. CSI0 is used for MIPI interface and CSI1 is used for parallel interface. This is not documented in datasheet but by testing and guess. This patch implement a v4l2 framework driver for it. Currently, the driver only support the parallel interface. MIPI-CSI2,

Re: [PATCH v3] [media] v4l2: Add support for go2001 PCI codec driver

2017-07-26 Thread kbuild test robot
Hi Thierry, [auto build test WARNING on linuxtv-media/master] [also build test WARNING on v4.13-rc2 next-20170726] [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/Thierry-Escande/v4l2-Add