Re: [PATCH] em28xx: Fix height setting on non-progressive captures

2012-08-12 Thread Mauro Carvalho Chehab
Em 04-08-2012 05:53, llar...@gmx.net escreveu: Wait a minute, unless I completely misunderstood the bug (which is possible), I think this patch is straightforward. By the look of this hunk on commit c2a6b54a: -8-- diff --git

Re: [Linaro-mm-sig] [PATCH 2/4] dma-fence: dma-buf synchronization (v8 )

2012-08-12 Thread Daniel Vetter
On Fri, Aug 10, 2012 at 04:57:52PM +0200, Maarten Lankhorst wrote: A dma-fence can be attached to a buffer which is being filled or consumed by hw, to allow userspace to pass the buffer without waiting to another device. For example, userspace can call page_flip ioctl to display the next

Re: [PATCH] em28xx: Fix height setting on non-progressive captures

2012-08-12 Thread Mauro Carvalho Chehab
Em 03-08-2012 14:52, Ezequiel Garcia escreveu: This was introduced on commit c2a6b54a9: em28xx: fix: don't do image interlacing on webcams It is a known bug that has already been reported several times and confirmed by Mauro. Thanks for reminding us about that. Tested by compilation only.

Re: [RFC PATCH] Add core TMC (Traffic Message Channel) support

2012-08-12 Thread Hans de Goede
Hi, Looks good to me. Regards, Hans On 08/10/2012 07:04 PM, Konke Radlow wrote: Signed-off-by: Konke Radlow korad...@gmail.com --- lib/include/libv4l2rds.h| 64 lib/libv4l2rds/libv4l2rds.c | 340 ++- utils/rds-ctl/rds-ctl.cpp |

Re: [PATCH] staging: media: cxd2099: remove memcpy of similar structure variables

2012-08-12 Thread Mauro Carvalho Chehab
Em 06-08-2012 07:40, Ezequiel Garcia escreveu: On Mon, Aug 6, 2012 at 2:28 AM, Devendra Naga develkernel412...@gmail.com wrote: Hi Ezequiel, On Mon, Aug 6, 2012 at 3:36 AM, Ezequiel Garcia elezegar...@gmail.com wrote: Hi Devendra, Thanks for the patch, On Sun, Aug 5, 2012 at 5:40 PM,

[git:v4l-dvb/for_v3.7] [media] cpia2: Declare MODULE_FIRMWARE usage

2012-08-12 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] cpia2: Declare MODULE_FIRMWARE usage Author: Tim Gardner tim.gard...@canonical.com Date:Fri Aug 3 13:39:28 2012 -0300 Cc: Mauro

Patchwork notifications for '[RESEND,media] v4l2: define V4L2_PIX_FMT_NV16M and V4L2_PIX_FMT_NV24M pixel formats'

2012-08-12 Thread Ilyes Gouta
Hi, On Sun, Aug 12, 2012 at 2:58 AM, Patchwork patchw...@linuxtv.org wrote: Hello, The following patches (submitted by you) have been updated in patchwork: * [RESEND,media] v4l2: define V4L2_PIX_FMT_NV16M and V4L2_PIX_FMT_NV24M pixel formats -

[PATCH] DocBook validation fixes

2012-08-12 Thread Hans Verkuil
More validation fixes as reported by xmllint. There are still three xmllint errors remaining after this patch regarding SVG file support. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- Documentation/DocBook/media/Makefile |2 +-

Re: [RFC PATCH] Add core TMC (Traffic Message Channel) support

2012-08-12 Thread Hans Verkuil
On Fri August 10 2012 19:04:52 Konke Radlow wrote: Signed-off-by: Konke Radlow korad...@gmail.com --- lib/include/libv4l2rds.h| 64 lib/libv4l2rds/libv4l2rds.c | 340 ++- utils/rds-ctl/rds-ctl.cpp | 31 +++- 3 files changed,

[GIT PULL FOR v3.7] uvcvideo patches

2012-08-12 Thread Laurent Pinchart
Hi Mauro, The following changes since commit 518c267f4ca4c45cc51bd582b4aef9f0b9f01eba: [media] saa7164: use native print_hex_dump() instead of custom one (2012-08-12 07:58:54 -0300) are available in the git repository at: git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo-next Jayakrishnan

Re: [PATCH RFC 3/3] dvb_frontend: do not allow statistic IOCTLs when sleeping

2012-08-12 Thread Mauro Carvalho Chehab
Em 09-08-2012 19:25, Antti Palosaari escreveu: Demodulator cannot perform statistic IOCTLs when it is not tuned. Return -EPERM in such case. While, in general, doing it makes sense, -EPERM is a very bad return code. It is used to indicate when accessing some resources would require root access.

Re: [PATCH RFC 2/3] dvb_frontend: return -ENOTTY for unimplement IOCTL

2012-08-12 Thread Mauro Carvalho Chehab
Em 09-08-2012 19:25, Antti Palosaari escreveu: Earlier it was returning -EOPNOTSUPP. This change makes all sense to me. We just need to be sure that this won't cause any regressions on userspace apps. Regards, Mauro Signed-off-by: Antti Palosaari cr...@iki.fi ---

Re: [PATCH RFC 1/3] dvb_frontend: use Kernel dev_* logging

2012-08-12 Thread Mauro Carvalho Chehab
Em 09-08-2012 19:24, Antti Palosaari escreveu: Signed-off-by: Antti Palosaari cr...@iki.fi That looks ok for me. --- drivers/media/dvb/dvb-core/dvb_frontend.c | 226 +++--- 1 file changed, 116 insertions(+), 110 deletions(-) diff --git

Re: [PATCH RFC 3/3] dvb_frontend: do not allow statistic IOCTLs when sleeping

2012-08-12 Thread Antti Palosaari
On 08/12/2012 06:28 PM, Mauro Carvalho Chehab wrote: Em 09-08-2012 19:25, Antti Palosaari escreveu: Demodulator cannot perform statistic IOCTLs when it is not tuned. Return -EPERM in such case. While, in general, doing it makes sense, -EPERM is a very bad return code. It is used to indicate

suitable IOCTL error code when device is in state IOCTL cannot performed

2012-08-12 Thread Antti Palosaari
Subject says it all. Which one error value is most suitable / generic ? Here are few ones I found which could be possible: #define EPERM1 /* Operation not permitted */ #define EAGAIN 11 /* Try again */ #define EACCES 13 /* Permission denied */ #define EBUSY 16 /*

Re: [PATCH 1/6] [media] iguanair: Fix return value on transmit

2012-08-12 Thread Mauro Carvalho Chehab
Em 11-08-2012 17:52, Sean Young escreveu: On Fri, Aug 10, 2012 at 08:28:03PM +0100, Sean Young wrote: Transmit returned 0 after sending and failed to send anything if the amount exceeded its buffer size. Also fix some minor errors. Signed-off-by: Sean Young s...@mess.org I'm sorry, this

Re: Patchwork notifications for '[RESEND,media] v4l2: define V4L2_PIX_FMT_NV16M and V4L2_PIX_FMT_NV24M pixel formats'

2012-08-12 Thread Mauro Carvalho Chehab
Em 12-08-2012 08:55, Ilyes Gouta escreveu: Hi, On Sun, Aug 12, 2012 at 2:58 AM, Patchwork patchw...@linuxtv.org wrote: Hello, The following patches (submitted by you) have been updated in patchwork: * [RESEND,media] v4l2: define V4L2_PIX_FMT_NV16M and V4L2_PIX_FMT_NV24M pixel formats

cron job: media_tree daily build: ERRORS

2012-08-12 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 Aug 12 19:00:30 CEST 2012 git hash:e0e52d4e9f5bce7ea887027c127473eb654a5a04 gcc version: i686-linux-gcc

Re: suitable IOCTL error code when device is in state IOCTL cannot performed

2012-08-12 Thread Mauro Carvalho Chehab
Em 12-08-2012 13:38, Antti Palosaari escreveu: Subject says it all. Which one error value is most suitable / generic ? Here are few ones I found which could be possible: #define EPERM1 /* Operation not permitted */ #define EAGAIN 11 /* Try again */ #define EACCES 13

Re: [PATCH] [media] iguanair: various fixes

2012-08-12 Thread Sean Young
On Sat, Aug 11, 2012 at 09:35:29PM -0300, Mauro Carvalho Chehab wrote: Em 31-07-2012 07:37, Sean Young escreveu: This fixes: - rx_overflow while holding down any down button on a nec remote - suspend/resume - stop receiver on rmmod - advertise rx_resolution and timeout properly -

Re: [PATCH] DVB-S2 multistream support

2012-08-12 Thread CrazyCat
Ok, done :) Look like DTV_DVBT2_PLP_ID not implemented for CXD2820r ? 12.08.2012, 03:00, Antti Palosaari cr...@iki.fi: We asked you to merge isdbs_ts_id, dvbt2_plp_id and dvbs2_mis_id to one as those are logically same thing from the user-point of view. Technically those differs, but that is

Re: [PATCH] DVB-S2 multistream support

2012-08-12 Thread Antti Palosaari
On 08/12/2012 09:33 PM, CrazyCat wrote: Ok, done :) Look like DTV_DVBT2_PLP_ID not implemented for CXD2820r ? yes, true. It uses always PLP 0. I didn't have signal source that uses multiple PLPs. I didn't even add that PLP ID to API. 12.08.2012, 03:00, Antti Palosaari cr...@iki.fi: We

Re: [PATCH] DVB-S2 multistream support

2012-08-12 Thread Manu Abraham
On Mon, Aug 13, 2012 at 12:20 AM, Antti Palosaari cr...@iki.fi wrote: On 08/12/2012 09:33 PM, CrazyCat wrote: Ok, done :) Look like DTV_DVBT2_PLP_ID not implemented for CXD2820r ? yes, true. It uses always PLP 0. I didn't have signal source that uses multiple PLPs. I didn't even add that

Re: boot slow down

2012-08-12 Thread Ezequiel Garcia
On Sat, Aug 11, 2012 at 9:06 PM, Andy Walls awa...@md.metrocast.net wrote: On Wed, 2012-08-08 at 13:18 -0400, bjloc...@lockie.ca wrote: How hard would it be to get an official kernel option not to load firmware Submit a patch for the cx23885 driver to the list. It could add a module option

Re: Patchwork notifications for '[RESEND,media] v4l2: define V4L2_PIX_FMT_NV16M and V4L2_PIX_FMT_NV24M pixel formats'

2012-08-12 Thread Ilyes Gouta
Hi Mauro, On Sun, Aug 12, 2012 at 6:15 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Yes, that's the changes requested: to submit it together with the driver, when you're ready for that. While changes requested is not an exact match for postpone submission, it fits a little better

[GIT PULL] ViewCast O820E capture support added

2012-08-12 Thread Steven Toth
Hi Mauro, A new PCIe bridge driver below. It was released a couple of months ago to the public, probably about time we got this into the request queue. I'll review the linux-firmware additions shortly, I have a firmware blob and flexible license for the distros. The following changes since

[GIT PULL / Firmware] O820E firmware release

2012-08-12 Thread Steven Toth
Mauro, The firmware related to the O820 driver addition below. I'm not sure how you deal with this but here's the license and firmware blob. I don't see a direct git repo for linux-firmware on linuxtv.org, so this comes from kernel.org dwmw2/linux-firmware.git The following changes since commit

[PATCH 2/2] rtl28xxu: generalize streaming control

2012-08-12 Thread Antti Palosaari
Move rtl2831u LED from streaming control to power control. It changes LED behavior slightly but who cares :) After that same streaming control can be used for both rtl2831u and rtl2832u. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb/dvb-usb-v2/rtl28xxu.c | 44

[PATCH 0/2] add DTMB support for DVB API

2012-08-12 Thread Antti Palosaari
I think it is ready. As a last minute change I added INTERLEAVING_AUTO but such trivial and meaningless change I don't see necessary even ran PATCH RFC for it (interlaving was new enum added for DTMB). Antti Palosaari (2): add DTMB support for DVB API DVB API: add INTERLEAVING_AUTO

[PATCH 1/2] add DTMB support for DVB API

2012-08-12 Thread Antti Palosaari
Cc: Patrick Boettcher pboettc...@kernellabs.com Cc: Andreas Oberritter o...@linuxtv.org Cc: Mauro Carvalho Chehab mche...@redhat.com Acked-by: Patrick Boettcher pboettc...@kernellabs.com Signed-off-by: Antti Palosaari cr...@iki.fi --- Documentation/DocBook/media/dvb/dvbproperty.xml | 40

[PATCH 2/2] DVB API: add INTERLEAVING_AUTO

2012-08-12 Thread Antti Palosaari
After thinking twice, I ended up adding own value for AUTO interleaving instead of using NONE. API minor number is not needed to increase as that patch should be the same Kernel as interleaving parameter is initially added. Signed-off-by: Antti Palosaari cr...@iki.fi ---