Re: ddbridge -- kernel 3.15.6

2014-07-29 Thread Bjoern
> 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_

[PATCH] media: v4l2: make allocation algorithm more robust and flexible

2014-07-29 Thread Zhaowei Yuan
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

[PATCH] media: v4l2: make alloction alogthim more robust and flexible

2014-07-29 Thread Zhaowei Yuan
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/

cron job: media_tree daily build: WARNINGS

2014-07-29 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: Wed Jul 30 04:00:19 CEST 2014 git branch: test git hash: 488046c237f3b78f91046d45662b318cd2415f64 gcc versi

[PATCH -next] [media] radio-miropcm20: fix sparse NULL pointer warning

2014-07-29 Thread weiyj_lk
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

Re: [PATCH 1/8] get_dvb_firmware: Add firmware extractor for si2165

2014-07-29 Thread Antti Palosaari
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

Re: [PATCH 1/8] get_dvb_firmware: Add firmware extractor for si2165

2014-07-29 Thread Matthias Schwarzott
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:

Re: [PATCH] [media] mceusb: select default keytable based on vendor

2014-07-29 Thread Matthias Schwarzott
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

Re: em28xx vb2 warnings

2014-07-29 Thread Frank Schäfer
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

Re: [PATCH v3 06/32] [media] coda: Add encoder/decoder support for CODA960

2014-07-29 Thread Philipp Zabel
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

Re: omap3isp with DM3730 not working?!

2014-07-29 Thread Michael Dietschi
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.

Re: [PATCH v3 06/32] [media] coda: Add encoder/decoder support for CODA960

2014-07-29 Thread Shawn Guo
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

[PATCH 0/9] use correct structure type name in sizeof

2014-07-29 Thread Julia Lawall
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

[PATCH 1/9] drivers/staging/media/davinci_vpfe/vpfe_mc_capture.c: use correct structure type name in sizeof

2014-07-29 Thread Julia Lawall
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

Re: [PATCH] [media] mceusb: select default keytable based on vendor

2014-07-29 Thread Mauro Carvalho Chehab
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

[GIT PULL] s5p-jpeg/s5p-mfc updates

2014-07-29 Thread Sylwester Nawrocki
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

Re: [PATCH] media: s5p_mfc: Check the right pointer after allocation

2014-07-29 Thread Sylwester Nawrocki
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()

Re: [PATCH] media: s5p_mfc: remove unnecessary calling to function video_devdata()

2014-07-29 Thread Sylwester Nawrocki
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

Hello

2014-07-29 Thread Noemi Alvarez
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

Re: [PATCH 1/8] get_dvb_firmware: Add firmware extractor for si2165

2014-07-29 Thread Antti Palosaari
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

Re: [PATCH 3/3] driver:gpio remove all usage of gpio_remove retval in driver

2014-07-29 Thread Tomi Valkeinen
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

Re: [PATCH 1/8] get_dvb_firmware: Add firmware extractor for si2165

2014-07-29 Thread Antonio Ospite
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

Re: [PATCH v2 00/11] CODA encoder/decoder device split

2014-07-29 Thread Philipp Zabel
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