Re: [PATCH] rc-core: fix dib0700 scancode generation for RC5

2015-03-18 Thread David Cimbůrek
Hi, any progress?? Do you need some more debugging output from me? Regards, David 2015-02-26 19:14 GMT+01:00 David Cimbůrek david.cimbu...@gmail.com: 2015-02-25 23:30 GMT+01:00 David Härdeman da...@hardeman.nu: David, could you please test this patch? ---

RE: [PATCH 10/12] [media] coda: fail to start streaming if userspace set invalid formats

2015-03-18 Thread Kamil Debski
Hi Philipp, From: Jean-Michel Hautbois [mailto:jhautb...@gmail.com] Sent: Friday, February 27, 2015 10:00 AM To: Philipp Zabel Cc: Kamil Debski; Peter Seiderer; Linux Media Mailing List; Sascha Hauer Subject: Re: [PATCH 10/12] [media] coda: fail to start streaming if userspace set invalid

Re: cx23885: DVBSky S952 dvb_register failed err = -22

2015-03-18 Thread Ole Ernst
Hi Max, I'm afraid I'm not experienced enough to adapt the ts2020 driver to interwork with the current kernel driver for the S952. I'd be more than happy to test patches though! Thanks, Ole Am 18.03.2015 um 02:40 schrieb Nibble Max: Hello Ole, If it is m88ts2020, there is a tuner driver

[PATCH v2] [media] coda: bitrate can only be set in kbps steps

2015-03-18 Thread Philipp Zabel
We divide the bitrate by 1000 before writing it to the register. Communicate to userspace that the bitrate granularity is kbps. Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- Changes since v1: - Added missing patch description --- drivers/media/platform/coda/coda-common.c | 2 +- 1

[PATCH] DocBook media: improve event documentation

2015-03-18 Thread Hans Verkuil
It always annoyed me that the event type documentation was separate from the struct v4l2_event documentation. This patch moves it all to one place, VIDIOC_DQEVENT. This makes much more sense. Also changed the 'changes-flags' ref to 'ctrl-changes-flags' since this referred to control changes.

[PATCH v2 0/5] i.MX5/6 mem2mem scaler

2015-03-18 Thread Philipp Zabel
Hi, this series uses the IPU IC post-processing task, to implement a mem2mem device for scaling and colorspace conversion. The first version had a fixup applied to the wrong patch. Changes since v1: - Removed deinterlacer support left-overs regards Philipp Philipp Zabel (3): gpu: ipu-v3:

[PATCH v2 1/5] gpu: ipu-v3: Add missing IDMAC channel names

2015-03-18 Thread Philipp Zabel
This patch adds the remaining missing IDMAC channel names: all VDIC channels for deinterlacing and combining, the separate alpha channels for the MEM-IC and MEM-DC ASYNC channels, and the DC read / command / output mask channels. Signed-off-by: Philipp Zabel p.za...@pengutronix.de ---

[PATCH v2 4/5] [media] imx-ipu: Add ipu media common code

2015-03-18 Thread Philipp Zabel
From: Sascha Hauer s.ha...@pengutronix.de Add video4linux API routines common to drivers for units that accept or provide video data via the i.MX IPU IDMAC channels, such as scaler or deinterlacer drivers. Signed-off-by: Sascha Hauer s.ha...@pengutronix.de Signed-off-by: Lucas Stach

[PATCH v2 2/5] gpu: ipu-v3: Add mem2mem image conversion support to IC

2015-03-18 Thread Philipp Zabel
This patch adds support for mem2mem scaling and colorspace conversion using the IC module's post-processing task. Scaling images larger than 1024x1024 is supported by tiling over multiple IC scaling runs. Since the IDMAC and IC units have interesting and different alignment limitations for buffer

[PATCH V2 03/18] [media] V4L: soc-camera: add SPI device support

2015-03-18 Thread Kassey Li
From: Kassey Li kass...@nvidia.com This adds support for spi interface sub device for soc_camera. Signed-off-by: Kassey Li kass...@nvidia.com --- drivers/media/platform/soc_camera/soc_camera.c | 94 include/media/soc_camera.h |4 + 2 files

Re: two UVC simultaneous devices impossible?

2015-03-18 Thread Moritz Kassner
hi, your problem is not related to de-facto bandwidth use but with bandwidth allocation. The uvc driver follows the uvc specification: The driver selects an alternate setting for the Isochronous endpoint that satisfies the bandwidth requirements for the negotiated video stream. The bandwidth

Re: [PATCH/RFC v13 10/13] Documentation: leds: Add description of v4l2-flash sub-device

2015-03-18 Thread Sakari Ailus
Hi Jacek, On Thu, Mar 12, 2015 at 04:45:11PM +0100, Jacek Anaszewski wrote: This patch extends LED Flash class documention by the description of interactions with v4l2-flash sub-device. Signed-off-by: Jacek Anaszewski j.anaszew...@samsung.com Acked-by: Kyungmin Park

Re: [PATCH 10/12] [media] coda: fail to start streaming if userspace set invalid formats

2015-03-18 Thread Philipp Zabel
Hi Kamil, Am Mittwoch, den 18.03.2015, 11:44 +0100 schrieb Kamil Debski: Hi Philipp, From: Jean-Michel Hautbois [mailto:jhautb...@gmail.com] Sent: Friday, February 27, 2015 10:00 AM To: Philipp Zabel Cc: Kamil Debski; Peter Seiderer; Linux Media Mailing List; Sascha Hauer Subject:

[PATCH v4] v4l: mt9v032: Add OF support

2015-03-18 Thread Laurent Pinchart
Parse DT properties into a platform data structure when a DT node is available. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- Changes since v3: - Use /bits/ 64 in the DT bindings example - Remove the parent I2C master node from the DT bindings example - Use

Re: [PATCH 10/12] [media] coda: fail to start streaming if userspace set invalid formats

2015-03-18 Thread Philipp Zabel
Am Freitag, den 27.02.2015, 09:59 +0100 schrieb Jean-Michel Hautbois: Hi Philipp, 2015-02-23 16:20 GMT+01:00 Philipp Zabel p.za...@pengutronix.de: Signed-off-by: Philipp Zabel p.za...@pengutronix.de --- drivers/media/platform/coda/coda-common.c | 13 - 1 file changed, 12

Re: [PATCH/RFC] v4l: vsp1: Change VSP1 LIF linebuffer FIFO

2015-03-18 Thread Laurent Pinchart
Hello, On Monday 16 March 2015 09:06:22 Geert Uytterhoeven wrote: On Sun, Mar 15, 2015 at 3:33 PM, Yoshihiro Kaneko wrote: From: Yoshifumi Hosoya yoshifumi.hosoya...@renesas.com Change to VSPD hardware recommended value. Purpose is highest pixel clock without underruns. In the default

Re: [PATCH v2 25/26] omap3isp: Move to videobuf2

2015-03-18 Thread Tim Nordell
Laurent - On 03/18/15 07:39, Laurent Pinchart wrote: Hi Tim, On Tuesday 17 March 2015 17:57:30 Tim Nordell wrote: On 04/21/14 07:29, Laurent Pinchart wrote: Replace the custom buffers queue implementation with a videobuf2 queue. Signed-off-by: Laurent Pinchart

Re: [PATCH v2 25/26] omap3isp: Move to videobuf2

2015-03-18 Thread Laurent Pinchart
Hi Tim, On Wednesday 18 March 2015 10:19:15 Tim Nordell wrote: Laurent - On 03/18/15 09:59, Laurent Pinchart wrote: Hi Tim, The names might be a bit misleading, vb2-dma-contig requires contiguous memory in the device memory space, not in physical memory. The IOMMU, managed through

Re: [PATCH v2 25/26] omap3isp: Move to videobuf2

2015-03-18 Thread Laurent Pinchart
Hi Tim, On Wednesday 18 March 2015 09:54:58 Tim Nordell wrote: On 03/18/15 07:39, Laurent Pinchart wrote: On Tuesday 17 March 2015 17:57:30 Tim Nordell wrote: On 04/21/14 07:29, Laurent Pinchart wrote: Replace the custom buffers queue implementation with a videobuf2 queue.

Re: [PATCH 2/3] omap3isp: Disable CCDC's VD0 and VD1 interrupts when stream is not enabled

2015-03-18 Thread Laurent Pinchart
Hi Tim, Thank you for the patch. On Tuesday 10 March 2015 14:24:53 Tim Nordell wrote: During testing there appeared to be a race condition where the IRQs for VD0 and VD1 could be triggered while enabling the CCDC module before the pipeline status was updated. Simply modify the trigger

Re: [PATCH/RFC v13 10/13] Documentation: leds: Add description of v4l2-flash sub-device

2015-03-18 Thread Jacek Anaszewski
Hi Sakari, On 03/18/2015 01:39 PM, Sakari Ailus wrote: Hi Jacek, On Thu, Mar 12, 2015 at 04:45:11PM +0100, Jacek Anaszewski wrote: This patch extends LED Flash class documention by the description of interactions with v4l2-flash sub-device. Signed-off-by: Jacek Anaszewski

Re: Dynamic video input/output list

2015-03-18 Thread Devin Heitmueller
Note however that it is perfectly fine if the driver detects the presence of such an onboard header when it is loaded and then only exposes those extra inputs if the header is present. It just can't change the list later unless do you an rmmod and modprobe of the driver. It's probably what you

Re: [PATCH 2/3] omap3isp: Disable CCDC's VD0 and VD1 interrupts when stream is not enabled

2015-03-18 Thread Tim Nordell
Laurent - On 03/18/15 10:19, Laurent Pinchart wrote: Hi Tim, Thank you for the patch. On Tuesday 10 March 2015 14:24:53 Tim Nordell wrote: During testing there appeared to be a race condition where the IRQs for VD0 and VD1 could be triggered while enabling the CCDC module before the pipeline

Re: [PATCH v3 1/2] of: Add vendor prefix for Aptina Imaging

2015-03-18 Thread Rob Herring
On Sat, Mar 14, 2015 at 9:57 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) Aptina has recently been acquired by

Webmail Előfizető

2015-03-18 Thread E-mail System.
Kedves: Webmail Előfizető Felhívjuk figyelmét, hogy az e-mail fiók meghaladta tárolókapacitás. Ön nem tud küldeni és fogadni e-maileket és a e-mail fiókja törlésre kerül a szerverünkről. A probléma elkerülése érdekében, Kattintson ide frissítse a számla. http://mailhusite.jigsy.com/

Re: [PATCH v2 25/26] omap3isp: Move to videobuf2

2015-03-18 Thread Tim Nordell
On 03/18/15 16:44, Sakari Ailus wrote: I don't think omap3isp has been using this very long. A few minor versions perhaps. Do you know if this common code is supposed to guarantee a physically contiguous memory region? The documentation for the function doesn't indicate that it should, and

[PATCH v2 1/3] dt: bindings: Add bindings for omap3isp

2015-03-18 Thread Sakari Ailus
Signed-off-by: Sakari Ailus sakari.ai...@iki.fi Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- .../devicetree/bindings/media/ti,omap3isp.txt | 71 MAINTAINERS|1 + include/dt-bindings/media/omap3-isp.h

[PATCH] OMAP3 ISP: Set DMA segment size

2015-03-18 Thread Tim Nordell
When utilizing userptr buffers for output from the CCDC, the DMA subsystem maps buffers into the virtual address space. However, the DMA subsystem also has a configurable parameter for what the largest segment to allocate is out of the virtual address space as well. Since we need contiguous

[GIT PULL FOR v4.1] Sensor drivers fixes

2015-03-18 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 3d945be05ac1e806af075e9315bc1b3409adae2b: [media] mn88473: simplify bandwidth registers setting code (2015-03-03 13:09:12 -0300) are available in the git repository at: git://linuxtv.org/pinchartl/media.git sensors/next for you to fetch

cron job: media_tree daily build: WARNINGS

2015-03-18 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 Mar 19 04:00:15 CET 2015 git branch: test git hash: 3d945be05ac1e806af075e9315bc1b3409adae2b gcc

Re: [PATCH v7] media: i2c: add support for omnivision's ov2659 sensor

2015-03-18 Thread Sakari Ailus
Hi Prabhakar, Lad Prabhakar wrote: ... +static int ov2659_g_volatile_ctrl(struct v4l2_ctrl *ctrl) +{ + struct ov2659 *ov2659 = + container_of(ctrl-handler, struct ov2659, ctrls); + struct v4l2_mbus_framefmt *fmt = ov2659-format; + + switch (ctrl-id) { +

OMAP3 ISP previewer Y10 to UYVY conversion

2015-03-18 Thread Chris Whittenburg
We're working on a DM3730 platform running a 3.5.7 kernel, using the pipeline below to take a 12-bit monochrome sensor (Aptina AR0130) and convert it to UYVY format for use with the TI codecs. In general, this works, but the images end up looking washed out. Running them thru a normalize function

Re: [PATCH v2 25/26] omap3isp: Move to videobuf2

2015-03-18 Thread Tim Nordell
Laurent - On 03/18/15 14:49, Tim Nordell wrote: Digging through to find who is responsible for assigning the virtual addresses, I find that it's buried inside arch/arm/mm/dma-mapping.c:__alloc_iova(...). This call is called individually for each entry in the scatter-gather table via

Re: [PATCH 10/10] mn88473: implement lock for all delivery systems

2015-03-18 Thread Antti Palosaari
On 03/17/2015 01:10 AM, Benjamin Larsson wrote: On 03/16/2015 11:44 PM, Antti Palosaari wrote: On 03/16/2015 11:47 PM, Antti Palosaari wrote: On 03/16/2015 12:57 AM, Benjamin Larsson wrote: Signed-off-by: Benjamin Larsson benja...@southpole.se Applied. I found this does not work at least

Re: [PATCH v2 25/26] omap3isp: Move to videobuf2

2015-03-18 Thread Sakari Ailus
Hi Tim, On Wed, Mar 18, 2015 at 03:58:07PM -0500, Tim Nordell wrote: Laurent - On 03/18/15 14:49, Tim Nordell wrote: Digging through to find who is responsible for assigning the virtual addresses, I find that it's buried inside arch/arm/mm/dma-mapping.c:__alloc_iova(...). This call is

two UVC simultaneous devices impossible?

2015-03-18 Thread dongdong zhang
Using kernel 3.2.0 on ti am3354 , Kernel 2.6.35.7 on samsung s5pv210, Kernel 3.0.8 on samsung s5pv210, Linux ubuntu 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 2014 i686 i686 i686 GNU/Linux Ubuntu 14.04 on x86 I find it impossible to start motion with two UVC cameras: uvcvideo: