> Hello Rudy
>
> I use a similar card from Digital Devices with Ubuntu 14.04 and kernel
> 3.13.0-32-generic. Support for this card was not build into the kernel and I
> had to compile it myself. I had to use media_build_experimental from Mr.
> Endriss.
>
> http://linuxtv.org/hg/~endriss/media_
Current algorithm relies on the fact that caller will align the
size to PAGE_SIZE, otherwise order will be decreased to negative
when remain size is less than PAGE_SIZE, it makes the function
hard to be migrated.
This patch sloves the hidden problem.
Signed-off-by: Zhaowei Yuan
---
drivers/media
Current algothim relies on the fact that caller will align the
size to PAGE_SIZE, otherwise order will be decreased to negative
when remain size is less than PAGE_SIZE, it makes the function
hard to be migrated.
This patch sloves the hidden problem.
Signed-off-by: Zhaowei Yuan
---
drivers/media/
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 Jul 30 04:00:19 CEST 2014
git branch: test
git hash: 488046c237f3b78f91046d45662b318cd2415f64
gcc versi
From: Wei Yongjun
Fixes the following sparse warnings:
drivers/media/radio/radio-miropcm20.c:193:33: warning:
Using plain integer as NULL pointer
Signed-off-by: Wei Yongjun
---
drivers/media/radio/radio-miropcm20.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/m
On 07/29/2014 10:22 PM, Matthias Schwarzott wrote:
On 29.07.2014 13:34, Antti Palosaari wrote:
On 07/29/2014 11:53 AM, Antonio Ospite wrote:
On Tue, 29 Jul 2014 07:37:44 +0200
Matthias Schwarzott wrote:
On 23.07.2014 22:10, Antonio Ospite wrote:
On Wed, 23 Jul 2014 21:03:14 +0200
Matthi
On 29.07.2014 13:34, Antti Palosaari wrote:
>
>
> On 07/29/2014 11:53 AM, Antonio Ospite wrote:
>> On Tue, 29 Jul 2014 07:37:44 +0200
>> Matthias Schwarzott wrote:
>>
>>> On 23.07.2014 22:10, Antonio Ospite wrote:
On Wed, 23 Jul 2014 21:03:14 +0200
Matthias Schwarzott wrote:
On 29.07.2014 16:06, Mauro Carvalho Chehab wrote:
> Em Tue, 29 Jul 2014 07:45:29 +0200
> Matthias Schwarzott escreveu:
>
>> On 27.07.2014 22:47, Mauro Carvalho Chehab wrote:
>>> Some vendors have their on keymap table that are used on
>>> all (or almost all) models for that vendor.
>>>
>>> So, in
Am 28.07.2014 um 17:27 schrieb Hans Verkuil:
...
> OK, I looked at it: the problem is in get_next_buf() and
> finish_field_prepare_next().
> In get_next_buf() the driver gets a buffer from the active list and deletes
> it from
> that list. In finish_field_prepare_next() that buffer is given back
Hi Shawn,
On Tue, Jul 29, 2014 at 5:30 PM, Shawn Guo wrote:
> Hi Philipp,
>
> On Tue, Jul 22, 2014 at 02:50:33PM +0200, Philipp Zabel wrote:
>> The firmware-imx packages referenced in the Freescale meta-fsl-arm
>> repository on github.com contain VPU firmware files. Their use is
>> restricted by
Am 29.07.2014 02:53, schrieb Laurent Pinchart:
You're right. Maybe that's the first problem to be fixed though ;-)
Michael, could you try using the "official" (and under development)
BT.656 support code for the OMAP3 ISP driver ? I've just pushed the
branch to git://linuxtv.org/pinchartl/media.
Hi Philipp,
On Tue, Jul 22, 2014 at 02:50:33PM +0200, Philipp Zabel wrote:
> The firmware-imx packages referenced in the Freescale meta-fsl-arm
> repository on github.com contain VPU firmware files. Their use is
> restricted by an EULA. For example:
> http://www.freescale.com/lgfiles/NMG/MAD/YOCTO
These patches fix typos in the name of a type referenced in a sizeof
command. These problems are not caught by the compiler, because they have
no impact on execution - the size of a pointer is independent of the size
of the pointed value.
The semantic patch that finds these problems is shown belo
From: Julia Lawall
Correct typo in the name of the type given to sizeof. Because it is the
size of a pointer that is wanted, the typo has no impact on compilation or
execution.
This problem was found using Coccinelle (http://coccinelle.lip6.fr/). The
semantic patch used can be found in message
Em Tue, 29 Jul 2014 07:45:29 +0200
Matthias Schwarzott escreveu:
> On 27.07.2014 22:47, Mauro Carvalho Chehab wrote:
> > Some vendors have their on keymap table that are used on
> > all (or almost all) models for that vendor.
> >
> > So, instead of specifying the keymap table per USB ID,
> > let
Hi Mauro,
The following changes since commit 7f196789b3ffee243b681d3e7dab8890038db856:
si2135: Declare the structs even if frontend is not enabled (2014-07-28
10:37:08 -0300)
are available in the git repository at:
git://linuxtv.org/snawrocki/samsung.git for-v3.17
for you to fetch changes
On 23/07/14 06:05, Zhaowei Yuan wrote:
> It should be bank2_virt to be checked after dma allocation
> instead of dev->fw_virt_addr.
This patch is not applicable to the media master branch [1].
Additionally, AFAICS dma_alloc_coherent return value should be tested
for NULL, rather than for ERR_PTR()
On 23/07/14 06:06, Zhaowei Yuan wrote:
> Since we have get vdev by calling video_devdata() at the beginning of
> s5p_mfc_open(), we should just use vdev instead of calling video_devdata()
> again in the following code.
Applied to my tree, thanks.
--
To unsubscribe from this list: send the line "un
I want to keep up with you with hope for friendship if you are interested.
If you don't mind i will like you to write me back. I am waiting to read
from you, because i have something important and urgent to discuss with
you. I will also send some of my beautiful photos to you.
--
To unsubscribe f
On 07/29/2014 11:53 AM, Antonio Ospite wrote:
On Tue, 29 Jul 2014 07:37:44 +0200
Matthias Schwarzott wrote:
On 23.07.2014 22:10, Antonio Ospite wrote:
On Wed, 23 Jul 2014 21:03:14 +0200
Matthias Schwarzott wrote:
[...]
The crc value:
It protects the content of the file until it is in the
On 22/07/14 18:08, Linus Walleij wrote:
> On Sat, Jul 12, 2014 at 10:30 PM, abdoulaye berthe
> wrote:
>
> Heads up. Requesting ACKs for this patch or I'm atleast warning that it will
> be
> applied. We're getting rid of the return value from gpiochip_remove().
>> drivers/video/fbdev/via/via-g
On Tue, 29 Jul 2014 07:37:44 +0200
Matthias Schwarzott wrote:
> On 23.07.2014 22:10, Antonio Ospite wrote:
> > On Wed, 23 Jul 2014 21:03:14 +0200
> > Matthias Schwarzott wrote:
> >
> > [...]
> >> The crc value:
> >> It protects the content of the file until it is in the demod - so
> >> calculat
Hi,
Am Freitag, den 18.07.2014, 12:22 +0200 schrieb Philipp Zabel:
> Hi,
>
> the following patches add a few fixes and cleanups and split the
> coda video4linux2 device into encoder and decoder.
> Following the principle of least surprise, this way the format
> enumeration on the output and captu
23 matches
Mail list logo