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
---
Documentation/DocBook/media/dvb/dvbp
Cc: Patrick Boettcher
Cc: Andreas Oberritter
Cc: Mauro Carvalho Chehab
Acked-by: Patrick Boettcher
Signed-off-by: Antti Palosaari
---
Documentation/DocBook/media/dvb/dvbproperty.xml | 40 -
drivers/media/dvb/dvb-core/dvb_frontend.c | 14 +++--
drivers/media/d
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
Documenta
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
---
drivers/media/dvb/dvb-usb-v2/rtl28xxu.c | 44 -
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 7
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 commit
Hi Mauro,
On Sun, Aug 12, 2012 at 6:15 PM, Mauro Carvalho Chehab
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 than reject
On Sat, Aug 11, 2012 at 9:06 PM, Andy Walls 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 so the user can spe
On Mon, Aug 13, 2012 at 12:20 AM, Antti Palosaari 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 PLP ID
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" :
We asked you to m
Ok, done :) Look like DTV_DVBT2_PLP_ID not implemented for CXD2820r ?
12.08.2012, 03:00, "Antti Palosaari" :
> 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 userspace
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 pro
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
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 (GC
Em 12-08-2012 08:55, Ilyes Gouta escreveu:
> Hi,
>
> On Sun, Aug 12, 2012 at 2:58 AM, Patchwork 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
>>
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
>
> I'm sorry, this patch
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 /* Devi
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 wh
Em 09-08-2012 19:24, Antti Palosaari escreveu:
> Signed-off-by: Antti Palosaari
That looks ok for me.
> ---
> drivers/media/dvb/dvb-core/dvb_frontend.c | 226
> +++---
> 1 file changed, 116 insertions(+), 110 deletions(-)
>
> diff --git a/drivers/media/dvb/dvb-core/dvb
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
> ---
> drivers/media/dvb/dvb-core/dvb_fr
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
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
On Fri August 10 2012 19:04:52 Konke Radlow wrote:
>
> Signed-off-by: Konke Radlow
> ---
> lib/include/libv4l2rds.h| 64
> lib/libv4l2rds/libv4l2rds.c | 340
> ++-
> utils/rds-ctl/rds-ctl.cpp | 31 +++-
> 3 files changed, 432 insertion
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
---
Documentation/DocBook/media/Makefile |2 +-
Documentation/DocBook/media/dvb/dvbproperty.xml| 20
Hi,
On Sun, Aug 12, 2012 at 2:58 AM, Patchwork 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
> - http://patchwork.linuxtv.org/patch/13555/
> was: N
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
Date:Fri Aug 3 13:39:28 2012 -0300
Cc: Mauro Carvalho Chehab
Cc: Hans Ver
Em 06-08-2012 07:40, Ezequiel Garcia escreveu:
> On Mon, Aug 6, 2012 at 2:28 AM, Devendra Naga
> wrote:
>> Hi Ezequiel,
>>
>> On Mon, Aug 6, 2012 at 3:36 AM, Ezequiel Garcia
>> wrote:
>>> Hi Devendra,
>>>
>>> Thanks for the patch,
>>>
>>> On Sun, Aug 5, 2012 at 5:40 PM, Devendra Naga
>>> wrote:
Hi,
Looks good to me.
Regards,
Hans
On 08/10/2012 07:04 PM, Konke Radlow wrote:
Signed-off-by: Konke Radlow
---
lib/include/libv4l2rds.h| 64
lib/libv4l2rds/libv4l2rds.c | 340 ++-
utils/rds-ctl/rds-ctl.cpp | 31 +++-
3 files
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 o
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 f
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<---
31 matches
Mail list logo