From: "Simon Arlott" <simon@fire.lp0.eu>
To: "hermann pitton" <hermann-pitton@arcor.de>
Cc: v4l-dvb-maintainer@linuxtv.org, Linux DVB <linux-dvb@linuxtv.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [linux-dvb] [PATCH] V4L: Link tuner before saa7134
Date: Mon, 14 Jul 2008 12:40:32 +0100 [thread overview]
Message-ID: <24484.simon.1216035632@5ec7c279.invalid> (raw)
In-Reply-To: <1216003710.2649.24.camel@pc10.localdom.local>
On Mon, July 14, 2008 03:48, hermann pitton wrote:
>
> Am Sonntag, den 13.07.2008, 19:32 +0100 schrieb Simon Arlott:
>> >From cde790c56ffe76f3d0bf6f38d89f4e671a5218c6 Mon Sep 17 00:00:00 2001
>> From: Simon Arlott <simon@redrum.invalid>
>> Date: Sun, 13 Jul 2008 19:24:53 +0100
>> Subject: [PATCH] V4L: Link tuner before saa7134
>>
>> If saa7134_init is run before v4l2_i2c_drv_init (tuner),
>> then saa7134_board_init2 will try to set the tuner type
>> for devices that don't exist yet. This moves tuner to
>> before all of the device-specific drivers so that it's
>> loaded early enough on boot.
>>
>> Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
>> ---
>> drivers/media/video/Makefile | 4 ++--
>> 1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/media/video/Makefile b/drivers/media/video/Makefile
>> index ecbbfaa..6b0af12 100644
>> --- a/drivers/media/video/Makefile
>> +++ b/drivers/media/video/Makefile
>> @@ -18,6 +18,8 @@ ifeq ($(CONFIG_VIDEO_V4L1_COMPAT),y)
>> obj-$(CONFIG_VIDEO_DEV) += v4l1-compat.o
>> endif
>>
>> +obj-$(CONFIG_VIDEO_TUNER) += tuner.o
>> +
>> obj-$(CONFIG_VIDEO_BT848) += bt8xx/
>> obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o
>> obj-$(CONFIG_VIDEO_TVAUDIO) += tvaudio.o
>> @@ -84,8 +86,6 @@ obj-$(CONFIG_VIDEO_HEXIUM_GEMINI) += hexium_gemini.o
>> obj-$(CONFIG_VIDEO_DPC) += dpc7146.o
>> obj-$(CONFIG_TUNER_3036) += tuner-3036.o
>>
>> -obj-$(CONFIG_VIDEO_TUNER) += tuner.o
>> -
>> obj-$(CONFIG_VIDEOBUF_GEN) += videobuf-core.o
>> obj-$(CONFIG_VIDEOBUF_DMA_SG) += videobuf-dma-sg.o
>> obj-$(CONFIG_VIDEOBUF_VMALLOC) += videobuf-vmalloc.o
>> --
>> 1.5.6.2
>>
>
> Thanks a lot for working on it!
>
> I must admit that I have not tested it yet.
>
> Remaining issues are.
>
> #1 users can't set the tuner type anymore,
> but the few cases of tuner detection from eeprom we have should
> work again for that price.
There are already module parameters to do that... they can be used
from the kernel command line too.
>
> #2 We still don't have any sufficient HDTV support in the kernel ;)
>
DVB-T2? Why is that relevant to this change? My card doesn't even support
it.
> #0 On 2.6.25, without dedicated TV subnorm selection possible anymore
> and known auto detection flaws, fixed now, folks should have
> complained about it.
>
> Interestingly nothing like that happened.
>
> What could that mean?
>
I'm not sure what you're asking, but not many people appear to compile
v4l/dvb into the kernel. Lots of function calls still work on
uninitialised modules so ordering problems can easily be missed.
> Cheers,
> Hermann
--
Simon Arlott
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
next prev parent reply other threads:[~2008-07-14 11:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-12 18:08 [linux-dvb] bug: saa7134_init run before v4l2_i2c_drv_init Simon Arlott
2008-07-13 3:20 ` hermann pitton
2008-07-13 18:32 ` [linux-dvb] [PATCH] V4L: Link tuner before saa7134 Simon Arlott
2008-07-14 2:48 ` hermann pitton
2008-07-14 11:40 ` Simon Arlott [this message]
2008-07-15 2:09 ` hermann pitton
2008-07-15 21:40 ` Simon Arlott
2008-07-15 23:12 ` hermann pitton
[not found] <6dd519ae0807180428k30abd15eo60fd2856f7a43821@mail.gmail.com>
2008-07-18 11:51 ` Simon Arlott
2008-07-18 22:56 ` hermann pitton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=24484.simon.1216035632@5ec7c279.invalid \
--to=simon@fire.lp0.eu \
--cc=hermann-pitton@arcor.de \
--cc=linux-dvb@linuxtv.org \
--cc=linux-kernel@vger.kernel.org \
--cc=v4l-dvb-maintainer@linuxtv.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox