Hello guys,
I'm working on supporting BCM 970012/15 crystalhd decoder in userspace video/tv
apps and
can't find where to report bugs of
http://git.linuxtv.org/jarod/crystalhd.git
I think he just borrowed our git server.
So I borrow this list to get more developers, testers and sw- quality gu
Hello guys,
I'm working on supporting BCM 970012/15 crystalhd decoder in userspace video/tv
apps and
can't find where to report bugs of
http://git.linuxtv.org/jarod/crystalhd.git
I think he just borrowed our git server.
So I borrow this list to get more developers, testers and sw- quality gu
Em Fri, 28 Dec 2012 20:23:34 +0100
Geert Uytterhoeven escreveu:
> dma_common_mmap() and dma_common_get_sgtable() are defined in
> drivers/base/dma-mapping.c, and always compiled if CONFIG_HAS_DMA=y.
>
> However, their forward declarations and the inline functions defined on top
> of them (dma_mm
Em Fri, 28 Dec 2012 14:52:24 -0500
Devin Heitmueller escreveu:
> Hi there,
>
> So I noticed that one of the "V4L2 ambiguities" discussed at the Media
> Workshop relates to expected behavior with TRY_FMT/S_FMT.
> Specifically (from
> http://www.linuxtv.org/news.php?entry=2012-12-28.mchehab):
>
>
Em Sat, 29 Dec 2012 01:06:29 +0300
"Igor M. Liplianin" escreveu:
> On 27 декабрÑ_ 2012 19:33:38 Mauro Carvalho Chehab wrote:
> > Hi Igor,
> Hi Mauro,
>
> >
> > Em Mon, 24 Dec 2012 11:23:56 +0300
> >
> > "Igor M. Liplianin" escreveu:
> > > The following changes since commit
> > > 8b2aea
Em Fri, 28 Dec 2012 12:04:33 -0800
VDR User escreveu:
> On Fri, Dec 28, 2012 at 10:57 AM, Mauro Carvalho Chehab
> wrote:
> > This year was crazy... too much stuff on the 4Q. Only today I found some
> > time to merge all notes we took from the San Diego's summit, convert them
> > into html and pu
The DVBv3 quality parameters are limited on several ways:
- Doesn't provide any way to indicate the used measure;
- Userspace need to guess how to calculate the measure;
- Only a limited set of stats are supported;
- Doesn't provide QoS measure for the OFDM TPS/TMCC
The DVBv3 quality parameters are limited on several ways:
- Doesn't provide any way to indicate the used measure;
- Userspace need to guess how to calculate the measure;
- Only a limited set of stats are supported;
- Doesn't provide QoS measure for the OFDM TPS/TMCC
get_frontend() can't be called too early, as the device may not have it
yet. Yet, get_frontend() on OFDM standards can happen before FE_HAS_LOCK,
as the TMCC carriers (ISDB-T) or the TPS carriers (DVB-T) require a very
low signal to noise relation to be detected. The other carriers use
different mo
The following changes since commit c19bec500168108bf28710fae304523679ffb40f:
[media] vivi: Constify structures (2012-12-28 13:32:51 -0200)
are available in the git repository at:
git://git.linuxtv.org/liplianin/media_tree.git ts2020_1_v3.9
for you to fetch changes up to 3a36fae7540e031a811e
On 27 декабÑÑ 2012 19:33:38 Mauro Carvalho Chehab wrote:
> Hi Igor,
Hi Mauro,
>
> Em Mon, 24 Dec 2012 11:23:56 +0300
>
> "Igor M. Liplianin" escreveu:
> > The following changes since commit 8b2aea7878f64814544d0527c659011949d52358:
> > [media] em28xx: prefer bulk mode on webcams (2012-
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:Fri Dec 28 19:00:17 CET 2012
git hash:c19bec500168108bf28710fae304523679ffb40f
gcc version: i686-linux-gcc (GCC
On Fri, Dec 28, 2012 at 10:57 AM, Mauro Carvalho Chehab
wrote:
> This year was crazy... too much stuff on the 4Q. Only today I found some
> time to merge all notes we took from the San Diego's summit, convert them
> into html and publish.
>
> They're all available at:
> http://www.linuxtv.
Hi there,
So I noticed that one of the "V4L2 ambiguities" discussed at the Media
Workshop relates to expected behavior with TRY_FMT/S_FMT.
Specifically (from
http://www.linuxtv.org/news.php?entry=2012-12-28.mchehab):
===
1.4. Unsupported formats in TRY_FMT/S_FMT
What should a driver return in TR
On Sun, Dec 16, 2012 at 5:03 PM, Geert Uytterhoeven
wrote:
> drivers/media/v4l2-core/videobuf2-dma-contig.c: In function ‘vb2_dc_mmap’:
> drivers/media/v4l2-core/videobuf2-dma-contig.c:204: error: implicit
> declaration of function ‘dma_mmap_coherent’
> drivers/media/v4l2-core/videobuf2-dma-conti
In two places, we check !CONFIG_MMU_SUN3 while we should check
CONFIG_HAS_DMA instead.
While fixing this, the check in became redundant
( already handles this case), so just remove it.
Signed-off-by: Geert Uytterhoeven
---
arch/m68k/include/asm/dma-mapping.h |5 -
arch/m68k/kernel/Makef
dma_common_mmap() and dma_common_get_sgtable() are defined in
drivers/base/dma-mapping.c, and always compiled if CONFIG_HAS_DMA=y.
However, their forward declarations and the inline functions defined on top
of them (dma_mmap_attrs(), dma_mmap_coherent(), dma_mmap_writecombine(),
dma_get_sgtable_at
Provide dummy versions of get_dma_ops(), as dma_mmap_attrs() and
dma_get_sgtable_attrs() (will) need these
Signed-off-by: Geert Uytterhoeven
---
arch/avr32/include/asm/dma-mapping.h|8
arch/blackfin/include/asm/dma-mapping.h |8
arch/c6x/include/asm/dma-mapping.h
It just includes , which is already
handled by for the !CONFIG_HAS_DMA case (score sets
CONFIG_NO_DMA=y).
Signed-off-by: Geert Uytterhoeven
Cc: Chen Liqin
Cc: Lennox Wu
---
arch/score/include/asm/dma-mapping.h |6 --
1 files changed, 0 insertions(+), 6 deletions(-)
delete mode 100644
This year was crazy... too much stuff on the 4Q. Only today I found some
time to merge all notes we took from the San Diego's summit, convert them
into html and publish.
They're all available at:
http://www.linuxtv.org/news.php?entry=2012-12-28.mchehab
If you find anything wrong there, pl
On Fri December 28 2012 14:12:56 Kirill Smelkov wrote:
> On Thu, Dec 27, 2012 at 12:55:11PM +0100, Hans Verkuil wrote:
> > On Wed December 26 2012 16:29:43 Kirill Smelkov wrote:
> > > Most of *_ops and other structures in vivi.c were already declared const
> > > but some have not. Constify and code
Em Fri, 28 Dec 2012 14:27:56 +0100 (CET)
Jiri Kosina escreveu:
> On Fri, 28 Dec 2012, Mauro Carvalho Chehab wrote:
>
> > Hi Jiri,
> >
> > There's another radio device that it is incorrectly detected as an HID
> > driver.
> > As I'll be applying the driver's patch via the media tree, do you min
Hi everyone,
Some stk1160 users (a lot acually) are reporting that stk1160 is broken.
The reports come in the out of tree driver [1], but probably the issue
is in mainline too.
Now, it seems to me the problem is the saa711x decoder can't get matched,
see a portion of dmesg.
[89947.448813] usb 1-
Hi Hans,
On Fri, Dec 28, 2012 at 2:24 PM, Hans Verkuil wrote:
> On Mon November 12 2012 07:56:06 Alexey Klimov wrote:
>> Hi all,
>>
>> This is second version of small patch series for ma901 usb radio driver.
>> Initial letter about this usb radio was sent on October 29 and can be
>> found here: h
On Fri, 28 Dec 2012, Mauro Carvalho Chehab wrote:
> Hi Jiri,
>
> There's another radio device that it is incorrectly detected as an HID driver.
> As I'll be applying the driver's patch via the media tree, do you mind if I
> also
> apply this hid patch there?
Hi Mauro,
please feel free to add
On Thu, Dec 27, 2012 at 12:55:11PM +0100, Hans Verkuil wrote:
> On Wed December 26 2012 16:29:43 Kirill Smelkov wrote:
> > Most of *_ops and other structures in vivi.c were already declared const
> > but some have not. Constify and code/data will take less space:
> >
> > $ size drivers/media/p
Hi Jiri,
There's another radio device that it is incorrectly detected as an HID driver.
As I'll be applying the driver's patch via the media tree, do you mind if I also
apply this hid patch there?
Thanks!
Mauro
Forwarded message:
Date: Mon, 12 Nov 2012 07:57:03 +0100
From: Alexey Klimov
To: li
Em Fri, 28 Dec 2012 10:40:36 +0530
Tushar Behera escreveu:
> On 12/26/2012 06:03 PM, Patchwork wrote:
> > Hello,
> >
> > The following patches (submitted by you) have been updated in patchwork:
> >
> > * [05/14,media] atmel-isi: Update error check for unsigned variables
> > - http://patch
Silences the following checkpatch warning:
WARNING: struct spinlock should be spinlock_t
Signed-off-by: Sachin Kamat
---
drivers/media/platform/s5p-fimc/mipi-csis.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/platform/s5p-fimc/mipi-csis.c
b/drivers/me
Silences the following checkpatch warning:
WARNING: struct spinlock should be spinlock_t
Signed-off-by: Sachin Kamat
---
drivers/media/platform/s5p-jpeg/jpeg-core.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/platform/s5p-jpeg/jpeg-core.h
b/drivers/me
This builds the code only if DT is enabled.
Signed-off-by: Sachin Kamat
---
drivers/media/platform/s5p-mfc/s5p_mfc.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc.c
b/drivers/media/platform/s5p-mfc/s5p_mfc.c
index 3930177..65e
The code returns before this statement. Hence not required.
Silences the following smatch message:
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c:525
s5p_mfc_set_dec_frame_buffer_v5() info: ignoring unreachable code.
Signed-off-by: Sachin Kamat
---
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.
Use mfc_err for consistency. Also silences checkpatch warning.
Signed-off-by: Sachin Kamat
---
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
b/drivers/media/platform/s5p-
On Mon November 12 2012 07:56:06 Alexey Klimov wrote:
> Hi all,
>
> This is second version of small patch series for ma901 usb radio driver.
> Initial letter about this usb radio was sent on October 29 and can be
> found here: http://www.spinics.net/lists/linux-media/msg55779.html
>
> Changes:
>
34 matches
Mail list logo