* [linux-dvb] [Fwd: Change wording of DIFF file please]
@ 2008-05-07 22:35 Rod
2008-05-07 23:24 ` Markus Rechberger
0 siblings, 1 reply; 3+ messages in thread
From: Rod @ 2008-05-07 22:35 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1: Type: text/plain, Size: 46 bytes --]
Repost as I think I fell off the list ;o(
[-- Attachment #2: Change wording of DIFF file please.eml --]
[-- Type: message/rfc822, Size: 3969 bytes --]
[-- Attachment #2.1.1: Type: text/plain, Size: 226 bytes --]
You are not allowed to post to this mailing list, and your message has
been automatically rejected. If you think that your messages are
being rejected in error, contact the mailing list owner at
linux-dvb-owner@linuxtv.org.
[-- Attachment #2.1.2: Type: message/rfc822, Size: 1392 bytes --]
From: Rod <Rod@Rods.id.au>
To: linux-dvb@linuxtv.org
Subject: Change wording of DIFF file please
Date: Thu, 08 May 2008 00:07:43 +1000
Message-ID: <4821B7AF.20004@Rods.id.au>
Hello.
I just tried to compile linux-2.6.25 with the following diff file..
http://www.chrysocome.net/downloads/v4l-dvb-experimental-t750-0.2.diff
Can all the "TUNER_XCEIVE_XC3028" be changed to "TUNER_XC2028" otherwise you get build errors?
[-- Attachment #3: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-dvb] [Fwd: Change wording of DIFF file please]
2008-05-07 22:35 [linux-dvb] [Fwd: Change wording of DIFF file please] Rod
@ 2008-05-07 23:24 ` Markus Rechberger
2008-05-08 14:26 ` Rod
0 siblings, 1 reply; 3+ messages in thread
From: Markus Rechberger @ 2008-05-07 23:24 UTC (permalink / raw)
To: Rod; +Cc: linux-dvb
Hey,
On 5/8/08, Rod <Rod@rods.id.au> wrote:
> Repost as I think I fell off the list ;o(
>
this stuff was generated against my v4l-dvb-experimental repository it seems.
+ }
+ break;
+ case TUNER_XCEIVE_XC3028:
+ dprintk(KERN_INFO "saa7134_tuner_callback TUNER_XCEIVE_XC3028
command %d\n", command);
+ switch(command) {
+ case TUNER_RESET1:
+ case TUNER_RESET2:
+ /* this seems to be to correct bit */
+ saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x00008000, 0x00000000);
+ saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x00008000, 0x00008000);
+ break;
+
+ case TUNER_RESET3:
+ break;
this also needs a change to work with the linuxtv repository, that way
the patch is not compatible with the linuxtv.org repository it was
generated against my v4l-dvb-experimental repository.
You already have the xceive reset line bit. Look how other xc3028
reset callbacks are implemented into the linuxtv.org repository and
change this according to the other callbacks.
Markus
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-dvb] [Fwd: Change wording of DIFF file please]
2008-05-07 23:24 ` Markus Rechberger
@ 2008-05-08 14:26 ` Rod
0 siblings, 0 replies; 3+ messages in thread
From: Rod @ 2008-05-08 14:26 UTC (permalink / raw)
To: linux-dvb
Markus Rechberger wrote:
> Hey,
>
> On 5/8/08, Rod <Rod@rods.id.au> wrote:
>
>> Repost as I think I fell off the list ;o(
>>
>>
>
> this stuff was generated against my v4l-dvb-experimental repository it seems.
>
> + }
> + break;
> + case TUNER_XCEIVE_XC3028:
> + dprintk(KERN_INFO "saa7134_tuner_callback TUNER_XCEIVE_XC3028
> command %d\n", command);
> + switch(command) {
> + case TUNER_RESET1:
> + case TUNER_RESET2:
> + /* this seems to be to correct bit */
> + saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x00008000, 0x00000000);
> + saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x00008000, 0x00008000);
> + break;
> +
> + case TUNER_RESET3:
> + break;
>
> this also needs a change to work with the linuxtv repository, that way
> the patch is not compatible with the linuxtv.org repository it was
> generated against my v4l-dvb-experimental repository.
>
> You already have the xceive reset line bit. Look how other xc3028
> reset callbacks are implemented into the linuxtv.org repository and
> change this according to the other callbacks.
>
> Markus
>
Would I be able to get a little help with this please?
I know I may be asking a bit much, but I'm trying to learn this
stuff at the same time ;o)
Does the code already work in 2.6.25? or its only in V4L repos
building before submission into the linux tree?
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-05-08 14:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07 22:35 [linux-dvb] [Fwd: Change wording of DIFF file please] Rod
2008-05-07 23:24 ` Markus Rechberger
2008-05-08 14:26 ` Rod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox