Re: Fwd: No audio in HW Compressed MPEG2 container on HVR-1300

2010-08-06 Thread lawrence rust
On Fri, 2010-08-06 at 11:49 +1200, Shane Harrison wrote: [snip] Well still no luck this end. Have done the following: 1) Swapped boards - no change 2) Applied the patch - no change (we were detecting the WM8775 OK anyway and the other changes were either non HVR-1300 or we had already tried

Avermedia dvb-t hybrid A188

2010-08-06 Thread Davor Emard
HI For the card AVerTV Duo Hybrid PCI-E II (A188) I have compiled correctly saa716x driver with kernel 2.6.32.17 I have to modify a card id with this patch: --- linux/drivers/media/common/saa716x/saa716x_hybrid.h~2010-06-20 --- 13:24:18.0 +0200 +++

Re: Fwd: No audio in HW Compressed MPEG2 container on HVR-1300

2010-08-06 Thread Andy Walls
On Fri, 2010-08-06 at 11:40 +0200, lawrence rust wrote: On Fri, 2010-08-06 at 11:49 +1200, Shane Harrison wrote: [snip] Well still no luck this end. Have done the following: 1) Swapped boards - no change 2) Applied the patch - no change (we were detecting the WM8775 OK anyway and the

Re: Fwd: No audio in HW Compressed MPEG2 container on HVR-1300

2010-08-06 Thread Andy Walls
On Fri, 2010-08-06 at 11:40 +0200, lawrence rust wrote: On Fri, 2010-08-06 at 11:49 +1200, Shane Harrison wrote: Well still no luck this end. Have done the following: 2) Applied the patch - no change (we were detecting the WM8775 OK BTW, I forgot to mention the ivtv driver uses the WM8775

Re: [GIT PATCHES FOR 2.6.36] Samsung fimc driver

2010-08-06 Thread Mauro Carvalho Chehab
Em 03-08-2010 12:16, Pawel Osciak escreveu: Hi Mauro, please pull the s5p-fimc driver with your yesterday's comments addressed. The following changes since commit c57fd88318988f17731e446fe1d8498f506fdd44: V4L/DVB: uvcvideo: Add support for Manta MM-353 Plako (2010-07-05 19:47:16

Re: [GIT PATCHES FOR 2.6.36] Add control framework

2010-08-06 Thread Mauro Carvalho Chehab
Em 01-08-2010 15:10, Hans Verkuil escreveu: Hi Mauro, This is the final version of the control framework for 2.6.36. Laurent tried to implement the control framework for UVC. While possible, it is clear that it is a poor fit for the particular requirements of UVC. Basically it would

[PATCH/RFCv3 1/6] lib: rbtree: rb_root_init() function added

2010-08-06 Thread Michal Nazarewicz
Added a rb_root_init() function which initialises a rb_root structure as a red-black tree with at most one element. The rationale is that using rb_root_init(root, node) is more straightforward and cleaner then first initialising and empty tree followed by an insert operation. Signed-off-by:

[PATCH/RFCv3 0/6] The Contiguous Memory Allocator framework

2010-08-06 Thread Michal Nazarewicz
Hello everyone, The following patchset implements a Contiguous Memory Allocator. For those who have not yet stumbled across CMA an excerpt from documentation: The Contiguous Memory Allocator (CMA) is a framework, which allows setting up a machine-specific configuration for

[PATCH/RFCv3 5/6] mm: cma: Test device and application added

2010-08-06 Thread Michal Nazarewicz
This patch adds a cma misc device which lets user space use the CMA API. This device is meant for testing. A testing application is also provided. Signed-off-by: Michal Nazarewicz m.nazarew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/misc/Kconfig |8

[PATCH/RFCv3 3/6] mm: cma: Added SysFS support

2010-08-06 Thread Michal Nazarewicz
The SysFS development interface lets one change the map attribute at run time as well as observe what regions have been reserved. --- .../ABI/testing/sysfs-kernel-mm-contiguous | 58 Documentation/contiguous-memory.txt|4 + mm/Kconfig

[PATCH/RFCv3 6/6] arm: Added CMA to Aquila and Goni

2010-08-06 Thread Michal Nazarewicz
Added the CMA initialisation code to two Samsung platforms. Signed-off-by: Michal Nazarewicz m.nazarew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-s5pv210/mach-aquila.c | 31 +++ arch/arm/mach-s5pv210/mach-goni.c | 31

[PATCH/RFCv3 4/6] mm: cma: Added command line parameters support

2010-08-06 Thread Michal Nazarewicz
This patch adds a pair of early parameters (cma and cma.map) which let one override the CMA configuration given by platform without the need to recompile the kernel. --- Documentation/contiguous-memory.txt | 82 -- Documentation/kernel-parameters.txt |4 + mm/Kconfig

Re: [PATCH/RFC] V4L2: add a generic function to find the nearest discrete format

2010-08-06 Thread Laurent Pinchart
Hi Guennadi, On Thursday 05 August 2010 20:03:46 Guennadi Liakhovetski wrote: Many video drivers implement a discrete set of frame formats and thus face a task of finding the best match for a user-requested format. Implementing this in a generic function has also an advantage, that different

Re: [PATCHv2 2/4] mm: cma: Contiguous Memory Allocator added

2010-08-06 Thread Michał Nazarewicz
Hello Hans, I've just posted updated patchset. It changes the way regions are reserved somehow so our discussion is not entirely applicable to a new version I think. I preserved the original map there. I came to a conclusion that your approach is not that different from what I had in mind but

[PATCH] v4l: s5p-fimc: Fix coding style issues

2010-08-06 Thread Pawel Osciak
Signed-off-by: Pawel Osciak p.osc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-fimc/fimc-core.c | 36 + drivers/media/video/s5p-fimc/fimc-core.h | 30 +++-- 2 files changed, 44 insertions(+),

[GIT PATCHES FOR 2.6.36] Add control framework

2010-08-06 Thread Hans Verkuil
Hi Mauro, Here is the rebased control framework code. Both cx25840 patches have been modified, all other patches are unchanged. Regards, Hans The following changes since commit 2763aca7314d3296dbabed9220a0a4094a6c1215: V4L/DVB: gspca - zc3xx: Redefine the exchanges of sensor

Re: [PULL] http://www.kernellabs.com/hg/~stoth/cx23885-mpx

2010-08-06 Thread Hans Verkuil
On Thursday 05 August 2010 14:11:09 Andy Walls wrote: 3. This caught my eye: 8 + if (is_cx2388x(state)) { 9 + /* for cx23885 volume doesn't work, 10 +* the calculation always results in 11 +* e4

[GIT PATCHES FOR 2.6.36] Removal of the obsolete vtx/videotext API

2010-08-06 Thread Hans Verkuil
This was originally scheduled for removal in 2.6.35, but better late than never. The only file not changed is Documentation/devices.txt: once this pull request has been merged I will use the instructions in that file to notify Alan Cox who maintains this. Regards, Hans The following

Re: [PULL] http://www.kernellabs.com/hg/~stoth/cx23885-mpx

2010-08-06 Thread Mauro Carvalho Chehab
Em 06-08-2010 12:28, Hans Verkuil escreveu: On Thursday 05 August 2010 14:11:09 Andy Walls wrote: 3. This caught my eye: 8 +if (is_cx2388x(state)) { 9 +/* for cx23885 volume doesn't work, 10 + * the calculation always results in

[GIT PATCHES FOR 2.6.37] Removal of the obsolete vtx/videotext API

2010-08-06 Thread Hans Verkuil
(Note: this replaces my original pull request for 2.6.36, instead this request is for 2.6.37 as that was preferred by Mauro) This was originally scheduled for removal in 2.6.35, but better late than never. The only file not changed is Documentation/devices.txt: once this pull request has been

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2010-08-06 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Fri Aug 6 19:00:22 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14994:a14d56c730c4 git master:

[GIT PATCHES FOR 2.6.36] Fix for control framework on ARM

2010-08-06 Thread Hans Verkuil
Just a small fix to make it compile on the arm architecture. Regards, Hans The following changes since commit f6bb00a1cbd26d1e0921f35fcde3c8f2972b2da3: V4L/DVB: tvp7002: fix write to H-PLL Feedback Divider LSB register (2010-08-06 13:57:33 -0300) are available in the git repository

Re: [PATCH/RFC] V4L2: add a generic function to find the nearest discrete format

2010-08-06 Thread Guennadi Liakhovetski
On Fri, 6 Aug 2010, Laurent Pinchart wrote: Hi Guennadi, On Thursday 05 August 2010 20:03:46 Guennadi Liakhovetski wrote: Many video drivers implement a discrete set of frame formats and thus face a task of finding the best match for a user-requested format. Implementing this in a

Re: Handling of large keycodes

2010-08-06 Thread David Härdeman
On Sat, Jul 31, 2010 at 02:19:36AM -0700, Dmitry Torokhov wrote: +/** + * struct keymap_entry - used by EVIOCGKEYCODE/EVIOCSKEYCODE ioctls + * @scancode: scancode represented in machine-endian form. + * @len: length of the scancode that resides in @scancode buffer. + * @index: index in the

Re: Handling of large keycodes

2010-08-06 Thread David Härdeman
On Sat, Jul 31, 2010 at 10:23:45AM -0300, Mauro Carvalho Chehab wrote: Em 31-07-2010 06:19, Dmitry Torokhov escreveu: The usefulnes of reserved data elements in the structure is doubtful, since we do not seem to require them being set to a particular value and so we'll be unable to