Re: SOLO6x10: fix a race in IRQ handler.

2014-11-15 Thread Andrey Utkin
Krzysztof, it seems to really help. The host is working stable for 2.5 hours at the moment, with original framerate of 2 fps. Thank you very much. -- Andrey Utkin -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

Re: SOLO6x10: fix a race in IRQ handler.

2014-11-15 Thread Hans Verkuil
Hi Andrey, Please always prefix the subject line with [PATCH] when you post a patch. That way it will be picked up by patchwork (https://patchwork.linuxtv.org/project/linux-media/list/) and the patch won't be lost. Can you repost with such a prefix? Thanks! Hans On 11/15/2014 11:34

Re: [PATCH 1/3] tuners: si2157: Si2148 support.

2014-11-15 Thread Olli Salonen
What about defining the firmware for Si2148-A20, but since the file is the same as Si2158-A20 just point to the same file? #define SI2148_A20_FIRMWARE dvb-tuner-si2158-a20-01.fw Then if Si2158-A20 would in the future get a new firmware that would not work with Si2148, this would not break

[PATCH] solo6x10: fix a race in IRQ handler

2014-11-15 Thread Andrey Utkin
From: Krzysztof Hałasa khal...@piap.pl The IRQs have to be acknowledged before they are serviced, otherwise some events may be skipped. Also, acknowledging IRQs just before returning from the handler doesn't leave enough time for the device to deassert the INTx line, and for bridges to propagate

Re: [PATCH 1/3] tuners: si2157: Si2148 support.

2014-11-15 Thread Antti Palosaari
On 11/15/2014 12:41 PM, Olli Salonen wrote: What about defining the firmware for Si2148-A20, but since the file is the same as Si2158-A20 just point to the same file? #define SI2148_A20_FIRMWARE dvb-tuner-si2158-a20-01.fw Then if Si2158-A20 would in the future get a new firmware that would not

Re: [PATCH 1/3] tuners: si2157: Si2148 support.

2014-11-15 Thread Olli Salonen
On Sat, 15 Nov 2014, Antti Palosaari wrote: Assuming you rename possible new firmware: dvb-tuner-si2158-a20-01.fw dvb-tuner-si2158-a20-02.fw ? Basically, you would not like to rename firmware when it is updated if it is compatible with the driver. Lets say firmware gets bug fixes, just

Re: [RFC] solo6x10 freeze, even with Oct 31's linux-next... any ideas or help?

2014-11-15 Thread Andrey Utkin
Thanks to all for the great help so far, but I've got another issue with upstream driver. In upstream there's no more module parameter for video standard (NTSC/PAL). But there's VIDIOC_S_STD handling procedure. But it turns out not to work correctly: the frame is offset, so that in the bottom

Re: [RFC] solo6x10 freeze, even with Oct 31's linux-next... any ideas or help?

2014-11-15 Thread Hans Verkuil
Hi Andrey, On 11/15/2014 02:48 PM, Andrey Utkin wrote: Thanks to all for the great help so far, but I've got another issue with upstream driver. In upstream there's no more module parameter for video standard (NTSC/PAL). But there's VIDIOC_S_STD handling procedure. But it turns out not to

Re: [RFC PATCH 06/11] videodev2.h: add new v4l2_ext_control flags field

2014-11-15 Thread Sakari Ailus
Hi Hans, On Sun, Sep 21, 2014 at 04:48:24PM +0200, Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Replace reserved2 by a flags field. This is used to tell whether setting a new store value is applied only once or every time that v4l2_ctrl_apply_store() is called for that

Re: [RFC] solo6x10 freeze, even with Oct 31's linux-next... any ideas or help?

2014-11-15 Thread Andrey Utkin
On Sat, Nov 15, 2014 at 6:08 PM, Hans Verkuil hverk...@xs4all.nl wrote: Hi Andrey, On 11/15/2014 02:48 PM, Andrey Utkin wrote: Thanks to all for the great help so far, but I've got another issue with upstream driver. In upstream there's no more module parameter for video standard

Re: [PATCH] [media] Add RGB444_1X12 and RGB565_1X16 media bus formats

2014-11-15 Thread Sakari Ailus
Hi Boris, Boris Brezillon wrote: Hi Sakari, On Fri, 14 Nov 2014 15:58:31 +0200 Sakari Ailus sakari.ai...@iki.fi wrote: Hi Boris, On Fri, Nov 14, 2014 at 11:36:00AM +0100, Boris Brezillon wrote: ... diff --git a/include/uapi/linux/media-bus-format.h

Re: [RFC PATCH 06/11] videodev2.h: add new v4l2_ext_control flags field

2014-11-15 Thread Sakari Ailus
Hi, On Sat, Nov 15, 2014 at 04:18:59PM +0200, Sakari Ailus wrote: ... union { __s32 value; __s64 value64; @@ -1294,6 +1294,10 @@ struct v4l2_ext_control { }; } __attribute__ ((packed)); +/* v4l2_ext_control flags */ +#define

[PATCH 1/3] staging: imx-drm: document internal HDMI I2C master controller DT binding

2014-11-15 Thread Vladimir Zapolskiy
Provide information about how to bind internal iMX6Q/DL HDMI DDC I2C master controller. The property is set as optional one, because iMX6 HDMI DDC bus may be represented by one of general purpose I2C busses found on SoC. Signed-off-by: Vladimir Zapolskiy vladimir_zapols...@mentor.com Cc: Wolfram

Re: bisected: IR press/release behavior changed in 3.17, repeat events

2014-11-15 Thread Mauro Carvalho Chehab
Hi Stephan, C/C linux-media, as this is the right ML for IR discussions. Em Sat, 15 Nov 2014 18:59:05 +0100 Stephan Raue mailingli...@openelec.tv escreveu: Hi with kernel 3.17 using a RC6 remote with a buildin nuvoton IR receiver (not tested others, but i think its a common problem) when

[PATCH] staging: media: bcm2048: fix coding style error

2014-11-15 Thread Christian Resell
Simple style fix (checkpatch.pl: space prohibited before that ','). For the eudyptula challenge (http://eudyptula-challenge.org/). Signed-off-by: Christian F. Resell christian.res...@gmail.com --- diff --git a/drivers/staging/media/bcm2048/radio-bcm2048.c

Re: [PATCH] staging: media: bcm2048: fix coding style error

2014-11-15 Thread Konrad Zapalowicz
On 11/15, Christian Resell wrote: Simple style fix (checkpatch.pl: space prohibited before that ','). For the eudyptula challenge (http://eudyptula-challenge.org/). Nice, however we do not need the information about the 'eudyptula challenge' in the commit message. If you want to include extra

Re: [RFC] solo6x10 freeze, even with Oct 31's linux-next... any ideas or help?

2014-11-15 Thread Krzysztof Hałasa
Andrey Utkin andrey.ut...@corp.bluecherry.net writes: In upstream there's no more module parameter for video standard (NTSC/PAL). But there's VIDIOC_S_STD handling procedure. But it turns out not to work correctly: the frame is offset, so that in the bottom there's black horizontal bar. The

Re: [PATCH] staging: media: bcm2048: fix coding style error

2014-11-15 Thread Pavel Machek
On Sat 2014-11-15 21:12:18, Konrad Zapalowicz wrote: On 11/15, Christian Resell wrote: Simple style fix (checkpatch.pl: space prohibited before that ','). For the eudyptula challenge (http://eudyptula-challenge.org/). Nice, however we do not need the information about the 'eudyptula

Re: [RFC PATCH 07/11] v4l2-ctrls: implement 'ignore after use' support.

2014-11-15 Thread Sakari Ailus
Hi Hans, A few comments below. On Sun, Sep 21, 2014 at 04:48:25PM +0200, Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Sometimes you want to apply a value every time v4l2_ctrl_apply_store is called, and sometimes you want to apply that value only once. This adds support

Re: [PATCH] staging: media: bcm2048: fix coding style error

2014-11-15 Thread Greg KH
On Sat, Nov 15, 2014 at 09:59:34PM +0100, Pavel Machek wrote: On Sat 2014-11-15 21:12:18, Konrad Zapalowicz wrote: On 11/15, Christian Resell wrote: Simple style fix (checkpatch.pl: space prohibited before that ','). For the eudyptula challenge (http://eudyptula-challenge.org/).

Re: [PATCH] staging: media: bcm2048: fix coding style error

2014-11-15 Thread Konrad Zapalowicz
On 11/15, Pavel Machek wrote: On Sat 2014-11-15 21:12:18, Konrad Zapalowicz wrote: On 11/15, Christian Resell wrote: Simple style fix (checkpatch.pl: space prohibited before that ','). For the eudyptula challenge (http://eudyptula-challenge.org/). Nice, however we do not need the

Nudimo osiguran i unsecured kredita

2014-11-15 Thread loan . dept
Nudimo osiguran i unsecured kredita zainteresiranim pojedincima i tvrtkama na niske kamatne stope. dajemo kredite od 20.000 £ na £ 900,000,000 (poslovnih kredita od dvadeset tisuca britanskih funti na 900 milijuna funti) Ako odobriti kredit, sredstva ce biti pohranjena u svoj bankovni racun u

Re: [RFC] solo6x10 freeze, even with Oct 31's linux-next... any ideas or help?

2014-11-15 Thread Andrey Utkin
On Sun, Nov 16, 2014 at 12:42 AM, Krzysztof Hałasa khal...@piap.pl wrote: Andrey Utkin andrey.ut...@corp.bluecherry.net writes: In upstream there's no more module parameter for video standard (NTSC/PAL). But there's VIDIOC_S_STD handling procedure. But it turns out not to work correctly: the

kernel panic in DVB code

2014-11-15 Thread JPT
Hi, I am using DVB on ARM and believe this is a little bit instable. Is this trace of any use to you? Please don't care about this only because of me. It is the first time this occured in 6 weeks, so fixing it is not important to me. I only wanted to report in case it was helpful to anyone for

cron job: media_tree daily build: ERRORS

2014-11-15 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: Sun Nov 16 04:00:15 CET 2014 git branch: test git hash: c02ef64aab828d80040b5dce934729312e698c33 gcc