RE: [RFC v2 2/7] media: rc: Add cec protocol handling

2015-03-10 Thread Kamil Debski
Hi Bastien, From: Bastien Nocera [mailto:had...@hadess.net] Sent: Monday, March 09, 2015 5:44 PM On Mon, 2015-03-09 at 17:22 +0100, Kamil Debski wrote: Hi Mauro, From: Mauro Carvalho Chehab [mailto:mche...@osg.samsung.com] Sent: Sunday, March 08, 2015 3:21 PM Em Thu, 22 Jan 2015

[PATCH] stk1160: Make sure current buffer is released

2015-03-10 Thread Ezequiel Garcia
The available (i.e. not used) buffers are returned by stk1160_clear_queue(), on the stop_streaming() path. However, this is insufficient and the current buffer must be released as well. Fix it. Cc: sta...@vger.kernel.org Signed-off-by: Ezequiel Garcia ezequ...@vanguardiasur.com.ar ---

Re: em38xx locking question

2015-03-10 Thread Ezequiel Garcia
On 03/10/2015 10:46 AM, Hans Verkuil wrote: On 03/10/2015 02:29 PM, Ezequiel Garcia wrote: On 03/10/2015 10:26 AM, Hans Verkuil wrote: On 03/10/2015 02:18 PM, Ezequiel Garcia wrote: Mauro, Function drivers/media/usb/em28xx/em28xx-video.c:get_next_buf (copy pasted below for reference)

Re: em38xx locking question

2015-03-10 Thread Hans Verkuil
On 03/10/2015 02:18 PM, Ezequiel Garcia wrote: Mauro, Function drivers/media/usb/em28xx/em28xx-video.c:get_next_buf (copy pasted below for reference) does not take the list spinlock, yet it modifies the list. Is that correct? That looks wrong to me. You really need spinlocks here. Regards,

Re: em38xx locking question

2015-03-10 Thread Ezequiel Garcia
On 03/10/2015 10:26 AM, Hans Verkuil wrote: On 03/10/2015 02:18 PM, Ezequiel Garcia wrote: Mauro, Function drivers/media/usb/em28xx/em28xx-video.c:get_next_buf (copy pasted below for reference) does not take the list spinlock, yet it modifies the list. Is that correct? That looks wrong

Re: em38xx locking question

2015-03-10 Thread Hans Verkuil
On 03/10/2015 02:29 PM, Ezequiel Garcia wrote: On 03/10/2015 10:26 AM, Hans Verkuil wrote: On 03/10/2015 02:18 PM, Ezequiel Garcia wrote: Mauro, Function drivers/media/usb/em28xx/em28xx-video.c:get_next_buf (copy pasted below for reference) does not take the list spinlock, yet it

em38xx locking question

2015-03-10 Thread Ezequiel Garcia
Mauro, Function drivers/media/usb/em28xx/em28xx-video.c:get_next_buf (copy pasted below for reference) does not take the list spinlock, yet it modifies the list. Is that correct? static inline struct em28xx_buffer *get_next_buf(struct em28xx *dev,

Re: [RFC v2 2/7] media: rc: Add cec protocol handling

2015-03-10 Thread Hans Verkuil
On 03/10/2015 01:02 PM, Kamil Debski wrote: Hi Bastien, From: Bastien Nocera [mailto:had...@hadess.net] Sent: Monday, March 09, 2015 5:44 PM On Mon, 2015-03-09 at 17:22 +0100, Kamil Debski wrote: Hi Mauro, From: Mauro Carvalho Chehab [mailto:mche...@osg.samsung.com] Sent: Sunday, March

Re: em38xx locking question

2015-03-10 Thread Hans Verkuil
On 03/10/2015 03:06 PM, Ezequiel Garcia wrote: On 03/10/2015 10:46 AM, Hans Verkuil wrote: On 03/10/2015 02:29 PM, Ezequiel Garcia wrote: On 03/10/2015 10:26 AM, Hans Verkuil wrote: On 03/10/2015 02:18 PM, Ezequiel Garcia wrote: Mauro, Function

Re: [RFC v2 2/7] media: rc: Add cec protocol handling

2015-03-10 Thread Bastien Nocera
On Tue, 2015-03-10 at 13:02 +0100, Kamil Debski wrote: Hi Bastien, From: Bastien Nocera [mailto:had...@hadess.net] Sent: Monday, March 09, 2015 5:44 PM On Mon, 2015-03-09 at 17:22 +0100, Kamil Debski wrote: Hi Mauro, From: Mauro Carvalho Chehab [mailto:mche...@osg.samsung.com]

Re: [PATCH 00/18] marvell-ccic + ov7670 fixes

2015-03-10 Thread Jonathan Corbet
On Mon, 9 Mar 2015 22:22:05 +0100 Hans Verkuil hverk...@xs4all.nl wrote: This patch series makes loads of fixes and improvements to the marvell-ccic and ov7670 drivers. This has been tested on an OLPC XO-1 laptop. So I'm traveling and even shorter on time than usual. I've had a quick look

[PATCH] media: davinci: vpfe_capture: embed video_device

2015-03-10 Thread Lad Prabhakar
From: Lad, Prabhakar prabhakar.cse...@gmail.com Embed the video_device struct to simplify the error handling and in order to (eventually) get rid of video_device_alloc/release. Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com --- drivers/media/platform/davinci/vpfe_capture.c | 26

cron job: media_tree daily build: WARNINGS

2015-03-10 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: Wed Mar 11 04:00:16 CET 2015 git branch: test git hash: 3d945be05ac1e806af075e9315bc1b3409adae2b gcc

Re: [PATCH 00/18] marvell-ccic + ov7670 fixes

2015-03-10 Thread Hans Verkuil
On 03/10/2015 03:30 PM, Jonathan Corbet wrote: On Mon, 9 Mar 2015 22:22:05 +0100 Hans Verkuil hverk...@xs4all.nl wrote: This patch series makes loads of fixes and improvements to the marvell-ccic and ov7670 drivers. This has been tested on an OLPC XO-1 laptop. So I'm traveling and even

RE: [RFC v2 2/7] media: rc: Add cec protocol handling

2015-03-10 Thread Kamil Debski
From: Bastien Nocera [mailto:had...@hadess.net] Sent: Tuesday, March 10, 2015 3:15 PM On Tue, 2015-03-10 at 13:02 +0100, Kamil Debski wrote: Hi Bastien, From: Bastien Nocera [mailto:had...@hadess.net] Sent: Monday, March 09, 2015 5:44 PM On Mon, 2015-03-09 at 17:22 +0100, Kamil

[PATCH] MAINTAINERS: Update the maintainer mail address for stk1160

2015-03-10 Thread Ezequiel Garcia
I'd rather use my work mail address to get patches, so let's update it. Signed-off-by: Ezequiel Garcia ezequ...@vanguardiasur.com.ar --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index c721042..1202c18 100644 --- a/MAINTAINERS +++

Re: [GIT PULL v2] of: Add of-graph helpers to loop over endpoints and find ports by id

2015-03-10 Thread Philipp Zabel
Hi Grant, Rob, Am Dienstag, den 03.03.2015, 08:59 +0100 schrieb Philipp Zabel: Hi Grant, Rob, this series has been around for quite some time now, basically unchanged except for adding fixes for new users of the API that keep appearing over time in different subsystems. It would be

Re: [PATCH 18/18] marvell-ccic: fix Y'CbCr ordering

2015-03-10 Thread Hans Verkuil
On 03/09/2015 10:22 PM, Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Various formats had their byte ordering implemented incorrectly, and the V4L2_PIX_FMT_UYVY is actually impossible to create, instead you get V4L2_PIX_FMT_YVYU. This was working before commit

[GIT PULL FOR v4.1] fixes, blackfin cleanups

2015-03-10 Thread Hans Verkuil
Hi Mauro, This patch series has various fixes all over and the blackfin cleanups (this time with new and improved commit messages!). Regards, Hans The following changes since commit 3d945be05ac1e806af075e9315bc1b3409adae2b: [media] mn88473: simplify bandwidth registers setting code

Re: [GIT PULL v2] of: Add of-graph helpers to loop over endpoints and find ports by id

2015-03-10 Thread Russell King - ARM Linux
On Tue, Mar 10, 2015 at 04:24:47PM +0100, Philipp Zabel wrote: Hi Grant, Rob, Am Dienstag, den 03.03.2015, 08:59 +0100 schrieb Philipp Zabel: Hi Grant, Rob, this series has been around for quite some time now, basically unchanged except for adding fixes for new users of the API that

[PATCH v2 1/1] Fix DVBsky rc-keymap

2015-03-10 Thread Dirk Nehring
Signed-off-by: Dirk Nehring dnehr...@gmx.net --- drivers/media/rc/keymaps/rc-dvbsky.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/media/rc/keymaps/rc-dvbsky.c b/drivers/media/rc/keymaps/rc-dvbsky.c index c5115a1..48bf307 100644 ---

Re: [PATCH] v4l: mt9p031: Convert to the gpiod API

2015-03-10 Thread Lad, Prabhakar
Hi Laurent, Thanks for the patch. On Sun, Mar 8, 2015 at 1:40 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: This simplifies platform data and DT integration. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/i2c/mt9p031.c | 31

Re: [GIT PULL v2] of: Add of-graph helpers to loop over endpoints and find ports by id

2015-03-10 Thread Rob Herring
On Tue, Mar 10, 2015 at 10:42 AM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Tue, Mar 10, 2015 at 04:24:47PM +0100, Philipp Zabel wrote: Hi Grant, Rob, Am Dienstag, den 03.03.2015, 08:59 +0100 schrieb Philipp Zabel: Hi Grant, Rob, this series has been around for quite some

[PATCH 3/3] omap3isp: Add a delayed buffers for frame mode

2015-03-10 Thread Tim Nordell
When using an external decoder such as a NTSC decoder chip, the decoder is sending frame data most of the time making it very time sensitive to latch onto the CCDC not busy bit from one frame to the next. This is different than most parallel cameras that may be attached to the system as these

[PATCH 0/3] *** Updates against OMAP3ISP and BT.656

2015-03-10 Thread Tim Nordell
I've been doing some testing for a client's system that has a ADV7180 attached to the omap3isp and integrating it with kernel v3.19 on a DM3730 platform. I had some stability problems with the driver (it would crash sometimes upon stream startup or shutdown) as well as the ISR causing the

[PATCH 1/3] omap3isp: Defer probing when subdev isn't available

2015-03-10 Thread Tim Nordell
If the subdev isn't available just yet, defer probing of the system. This is useful if the omap3isp comes up before the I2C subsystem does. Signed-off-by: Tim Nordell tim.nord...@logicpd.com --- drivers/media/platform/omap3isp/isp.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)

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

2015-03-10 Thread Tim Nordell
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 conditions for VD0 and VD1 so they won't occur when the CCDC module is not enabled. (When this

Re: [PATCH v6 6/8] v4l: xilinx: Add Xilinx Video IP core

2015-03-10 Thread Hans Verkuil
On 03/09/2015 09:09 PM, Laurent Pinchart wrote: Hi Hans, Thank you for the review. On Wednesday 04 March 2015 16:11:43 Hans Verkuil wrote: Hi Laurent, Almost OK :-) Great :-) Two small issues remain, see below. On 03/04/15 15:51, Laurent Pinchart wrote: Xilinx platforms have no

Re: [PATCH 1/1] Fix DVBsky rc-keymap

2015-03-10 Thread Antti Palosaari
On 03/10/2015 12:02 AM, Dirk Nehring wrote: Signed-off-by: Dirk Nehring dnehr...@gmx.net --- drivers/media/rc/keymaps/rc-dvbsky.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/media/rc/keymaps/rc-dvbsky.c b/drivers/media/rc/keymaps/rc-dvbsky.c

Re: [PATCH] uvcvideo: Don't call vb2 mmap and get_unmapped_area with queue lock held

2015-03-10 Thread Laurent Pinchart
Hi Bjørn, (it took me half an hour to figure out how to write ø on my keyboard :-)) On Monday 09 March 2015 12:06:36 Bjørn Mork wrote: Bjørn Mork bj...@mork.no writes: Laurent Pinchart laurent.pinch...@ideasonboard.com writes: Bjørn, does this fix the circular locking dependency you have

Re: [PATCH v6 6/8] v4l: xilinx: Add Xilinx Video IP core

2015-03-10 Thread Laurent Pinchart
Hi Hans, Thank you for the review. On Wednesday 04 March 2015 16:11:43 Hans Verkuil wrote: Hi Laurent, Almost OK :-) Great :-) Two small issues remain, see below. On 03/04/15 15:51, Laurent Pinchart wrote: Xilinx platforms have no hardwired video capture or video processing

[GIT FIXES FOR v4.0] Two fixes

2015-03-10 Thread Hans Verkuil
Hi Mauro, Two bug fixes for 4.0. The sh_veu patch was actually posted in December, but the git pull request I made had no subject and that was likely the reason it was never picked up by patchwork. I only discovered that today when I was cleaning up old branches in my git development tree. Well,

Re: [PATCH 1/1] Fix DVBsky rc-keymap

2015-03-10 Thread Dirk Nehring
On Tue, Mar 10, 2015 at 09:53:04AM +0200, Antti Palosaari wrote: On 03/10/2015 12:02 AM, Dirk Nehring wrote: Signed-off-by: Dirk Nehring dnehr...@gmx.net --- drivers/media/rc/keymaps/rc-dvbsky.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

Re: [PATCH 1/1] Fix DVBsky rc-keymap

2015-03-10 Thread Dirk Nehring
On Tue, Mar 10, 2015 at 09:48:33AM +0800, Nibble Max wrote: Hello, Mapping VOLUME and CHANNEL keys to the general ones will break some tv softwares remote control functions. The remote control has no volume and channel control, I would leave it to the general mapping. Tested successfully

hyvää päivää

2015-03-10 Thread Loan
hyvää päivää Hanki laina tänään Loan Engine, jonka korko on 3%. Täytä muodostavat alle jos kiinnostaa: Sukupuoli: maa: Määrä tarvitaan: Kesto: Mission: On monia syitä, miksi lainan voi auttaa tervehdys Ana Paula -- To unsubscribe from this list: send the line unsubscribe linux-media in the