Re: Alternative for defconfig

2010-06-16 Thread Tony Lindgren
* Felipe Contreras felipe.contre...@gmail.com [100611 19:03]: On Fri, Jun 11, 2010 at 6:07 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: My understanding is that Linus will remove all ARM defconfigs in 2.6.36, unless someone can convince him not to. Huh? I thought he was

AVerTV Volar Black HD hangs after a few hours even with Antti's new firmware 5.1.0.0

2010-06-16 Thread Adam Egger
Hi all, I bought the AVerTV Volar Black HD (A850) USB DVB-t stick. The picture quality on Ubuntu 10.04 is great. Unfortunately the stick stops working after a few hours. I'm very happy I found another threads in here about this issue. Good to know I'm not the only one with this issue. There's an

Re: [PATCH 6/8]i2c:i2c_core Fix warning: variable 'dummy' set but not used

2010-06-16 Thread Jean Delvare
On Tue, 15 Jun 2010 09:20:39 -0700, David Daney wrote: On 06/15/2010 04:40 AM, Jean Delvare wrote: __process_new_adapter() calls i2c_do_add_adapter() which always returns 0. Why should I check the return value of bus_for_each_drv() when I know it will always be 0 by construction? Also

[PATCH/RFC] Samsung multimedia (FIMC and FB) drivers proposal

2010-06-16 Thread Sylwester Nawrocki
Hello, This RFC concerns Samsung's S3C/S5P SoC series and the proposal of a general solution for managing direct data pipelines between numerous graphics IPs present in these chips. Background - Selected multimedia devices in Samsung S3C/S5P SoCs are capable of transferring

[PATCH 3/7] s3c-fb: Add v4l2 subdevice to support framebuffer local fifo input path

2010-06-16 Thread Sylwester Nawrocki
Selected multimedia devices in Samsung S3C/S5P SoC series are capable of transferring data directly between each other, bypassing the main system bus. Such a datapath exists between the camera interface/video postprocessor and the lcd controller. To control the data flow from the fimc driver level

[PATCH 6/7] ARM: S5PV210: enable FIMC on Aquila

2010-06-16 Thread Sylwester Nawrocki
Add support for FIMC on Samsung Aquila board. Enable support for local path mode between fimc and frame buffer. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com ---

[PATCH 7/7] ARM: S5PC100: enable FIMC on SMDKC100

2010-06-16 Thread Sylwester Nawrocki
Add support for FIMC on Samsung SMDKC100 board. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com --- arch/arm/mach-s5pc100/Kconfig |6 ++

[PATCH 5/7] ARM: S5PV210: Add fifo link definitions for fimc and framebuffer

2010-06-16 Thread Sylwester Nawrocki
From: Marek Szyprowski m.szyprow...@samsung.com Add definition of local paths that are available on Sasmung S5PV210 SoCs. Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com ---

[PATCH 1/7] ARM: Samsung: Add FIMC driver register definition and platform helpers

2010-06-16 Thread Sylwester Nawrocki
FIMC device is a camera interface embedded in S5P Samsung SOC series. It supports ITU-R BT.601/656 and MIPI-CSI standards, memory to memory operations, color conversion, resizing and rotation. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park

[PATCH 2/7] ARM: Samsung: Add platform definitions for local FIMC/FIMD fifo path

2010-06-16 Thread Sylwester Nawrocki
From: Marek Szyprowski m.szyprow...@samsung.com Add a common s3c_fifo_link structure that describes a local path link between 2 multimedia devices (like FIMC and FrameBuffer). Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

Trouble getting DVB-T working with Portuguese transmissions

2010-06-16 Thread Pedro Côrte-Real
Hi, I've been trying to use the Portuguese DVB-T transmissions. These are h264 unencrypted transmissions. I bought an Asus My Cinema U3100 mini, which seems to be correctly recognized by the dib0700 driver in Ubuntu 10.04 (kernel 2.6.32-22-generic). I can try the latest upstream kernel to see if

Re: Trouble getting DVB-T working with Portuguese transmissions

2010-06-16 Thread Pedro Côrte-Real
On Wed, Jun 16, 2010 at 11:24 AM, Pedro Côrte-Real pe...@pedrocr.net wrote: I bought an Asus My Cinema U3100 mini, which seems to be correctly recognized by the dib0700 driver in Ubuntu 10.04 (kernel 2.6.32-22-generic). I can try the latest upstream kernel to see if anything has changed. Just

Re: [patch] V4L/DVB: remove unneeded null check in anysee_probe()

2010-06-16 Thread Jiri Kosina
On Mon, 31 May 2010, Dan Carpenter wrote: Smatch complained because d is dereferenced first and then checked for null later . The only code path where d could be a invalid pointer is if this is a cold device in dvb_usb_device_init(). I consulted Antti Palosaari and he explained that anysee

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

2010-06-16 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:Wed Jun 16 19:00:10 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14992:eb3a7341a233 git master:

Re: [PATCH 3/4] ir-core: move decoding state to ir_raw_event_ctrl

2010-06-16 Thread Jarod Wilson
On Sun, Jun 13, 2010 at 4:29 PM, David Härdeman da...@hardeman.nu wrote: On Wed, Jun 09, 2010 at 09:25:44PM -0400, Jarod Wilson wrote: On Wed, Jun 9, 2010 at 2:15 PM, Jarod Wilson ja...@redhat.com wrote: On Wed, Jun 09, 2010 at 07:56:21PM +0200, David Härdeman wrote: On Wed, Jun 09, 2010 at

Re: [PATCH 1/2] ir-core: centralize sysfs raw decoder enabling/disabling

2010-06-16 Thread Jarod Wilson
On Sun, Jun 13, 2010 at 4:29 PM, David Härdeman da...@hardeman.nu wrote: With the current logic, each raw decoder needs to add a copy of the exact same sysfs code. This is both unnecessary and also means that (re)loading an IR driver after raw decoder modules have been loaded won't work as

Re: [PATCH 2/2] ir-core: move decoding state to ir_raw_event_ctrl

2010-06-16 Thread Jarod Wilson
On Sun, Jun 13, 2010 at 4:29 PM, David Härdeman da...@hardeman.nu wrote: This patch moves the state from each raw decoder into the ir_raw_event_ctrl struct. This allows the removal of code like this:        spin_lock(decoder_lock);        list_for_each_entry(data, decoder_list, list) {    

[PATCH] IR/imon: use the proper ir-core device unregister function

2010-06-16 Thread Jarod Wilson
Was using input_unregister_device directly, instead of using ir_input_unregister, which tears down a bunch of other things in addition to eventually calling input_unregister_device. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/imon.c |4 ++-- 1 files changed, 2

[PATCH] IR/mceusb: use the proper ir-core device unregister function

2010-06-16 Thread Jarod Wilson
Was using input_unregister_device directly, instead of using ir_input_unregister, which tears down a bunch of other things in addition to eventually calling input_unregister_device. Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/mceusb.c |2 +- 1 files changed, 1

[PATCH] IR/mceusb: misc cleanups and init fixes

2010-06-16 Thread Jarod Wilson
The first-gen mceusb device init code, while mostly functional, had a few issues in it. This patch does the following: 1) removes use of magic numbers 2) eliminates mapping of memory from stack 3) makes debug spew translator functional Additionally, this clean-up revealed that we cannot read the

[PATCH] IR/mceusb: kill pinnacle-device-specific nonsense

2010-06-16 Thread Jarod Wilson
I have pinnacle hardware now. None of this pinnacle-specific crap is at all necessary (in fact, some of it needed to be removed to actually make it work). The only thing unique about this device is that it often transfers inbound data w/a header of 0x90, meaning 16 bytes of IR data following it,

Re: [PATCH 1/2] ir-core: centralize sysfs raw decoder enabling/disabling

2010-06-16 Thread Jarod Wilson
On Wed, Jun 16, 2010 at 4:05 PM, Jarod Wilson ja...@wilsonet.com wrote: On Sun, Jun 13, 2010 at 4:29 PM, David Härdeman da...@hardeman.nu wrote: With the current logic, each raw decoder needs to add a copy of the exact same sysfs code. This is both unnecessary and also means that (re)loading

Re: [PATCH 2/2] ir-core: move decoding state to ir_raw_event_ctrl

2010-06-16 Thread Jarod Wilson
On Wed, Jun 16, 2010 at 4:06 PM, Jarod Wilson ja...@wilsonet.com wrote: On Sun, Jun 13, 2010 at 4:29 PM, David Härdeman da...@hardeman.nu wrote: This patch moves the state from each raw decoder into the ir_raw_event_ctrl struct. This allows the removal of code like this:        

Re: [PATCH 3/4] ir-core: move decoding state to ir_raw_event_ctrl

2010-06-16 Thread Jarod Wilson
On Wed, Jun 16, 2010 at 4:04 PM, Jarod Wilson ja...@wilsonet.com wrote: ... I have another suggestion, let's keep the client register/unregister callbacks for decoders (but add a comment that they're only used for lirc). Then teach drivers/media/IR/ir-raw-event.c to keep track of the raw

[PATCH 0/2] IR: add initial IR transmit support

2010-06-16 Thread Jarod Wilson
To enable IR transmit support in the mceusb driver, I need to add just three callbacks to achieve feature-parity with IR transmit using the old lirc_mceusb driver. This series adds those callbacks to ir-core's ir_dev_props struct, then wires them up for the mceusb driver. At the moment, we have

Re: Trouble getting DVB-T working with Portuguese transmissions

2010-06-16 Thread Richard Zidlicky
On Wed, Jun 16, 2010 at 11:43:09AM +0100, Pedro Côrte-Real wrote: status C Y | signal 66% | snr 0% | ber 2097151 | unc 0 | status SC YL | signal 65% | snr 0% | ber 2097151 | unc 0 | FE_HAS_LOCK status SC YL | signal 65% | snr 0% | ber 2097151 | unc 0 | FE_HAS_LOCK status SC YL |

[PATCH 1/2] IR: add tx callbacks to ir-core

2010-06-16 Thread Jarod Wilson
Signed-off-by: Jarod Wilson ja...@redhat.com --- include/media/ir-core.h |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/include/media/ir-core.h b/include/media/ir-core.h index ad1303f..9b957af 100644 --- a/include/media/ir-core.h +++ b/include/media/ir-core.h @@

[PATCH 2/2] IR/mceusb: add tx callback functions and wire up

2010-06-16 Thread Jarod Wilson
Signed-off-by: Jarod Wilson ja...@redhat.com --- drivers/media/IR/mceusb.c | 141 ++--- 1 files changed, 132 insertions(+), 9 deletions(-) diff --git a/drivers/media/IR/mceusb.c b/drivers/media/IR/mceusb.c index 708a71a..aaa40d8 100644 ---

sub device device node and ioctl support?

2010-06-16 Thread Karicheri, Muralidharan
Hello, I need to support ioctls on sub devices as part of my work on vpbe display driver. For example, currently we have use proprietary ioctls on a fb device to configure osd hardware on DMXXX VPBE and would like to migrate them to the osd sub device node. But currently sub devices are not

update for util/scan/dvb-t/fr-Brest + ask

2010-06-16 Thread Johann Ollivier Lapeyre
Hi, Last week, the France/Bretagne removed analog frequencies and changed DVB frequencies. Severals files has to changes (Rennes, Brest, ...), here is the one i made tested for util/scan/dvb-t/fr-Brest : # Brest - France # Emetteur du Roch Tredudon # T freq bw fec_hi fec_lo mod

Re: [PATCH] saa7134: Add support for Compro VideoMate Vista M1F

2010-06-16 Thread Ramiro Morales
On Sat, Jun 12, 2010 at 07:52:22PM -0300, Ramiro Morales wrote: On Sat, Jun 12, 2010 at 06:57:58PM -0300, Ramiro Morales wrote: For a start, the PCI ID is different from the Pavel's one (185b:c900): [...] $ lspci -n