Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Manu Abraham
Trent Piepho wrote:

> This is not correct.  The dvb_attach() system has no assumption that it will
> be used for a front-end device.  There are already users which are not
> front-ends, such as tuners or lnb supply control chips, 

SEC (aka Satellite Equipment Control) is a part of the frontend.

> 
> So as maintainer you are declaring that no changes of any kind are permitted?

Please do take a look at the changesets whether it is as you say.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Trent Piepho
On Wed, 2 May 2007, Manu Abraham wrote:
> > I've been aware of the problem with dst not fully using the dvb 
> > customization
> > systems(*) for a long time.  It came up when dvb_attach() et al were first
> > being integrated, well before any rejected patches or strongly worded emails
> > or whatever from certain people that I'm aware of.
> >
>
> Well, your understanding of the device is quite limited and hence your
> comments and patches.

Manu, have you actually looked at the patch?  It seems like you are just
rejecting everything that has anything to do with dst out of hand.

Can you point to any line of code there, and say what it breaks or what it
will make impossible?

> These features are not the characteristics of a DVB Frontend. Here there
> is a DVB frontend like the normal ones which is hidden behind another
> pseudo bridge (So you don't have *any* access to the frontend at large)

Again, did you actually look at the patch?  I never so much as used the
word frontend to describe the dst.  I didn't change the operation of the
dst in any way.  I didn't move it to a new place in the framework.

The bt8xx driver talks to the dst module via the dvb_frontend object, my
patch has nothing to do with this.  It is a simple patch for simple
programming issues and nothing to do with these larger issues you bring up.

> I would think that it would be *extremely* rude for a person to send in
> patches for a device that which you don't understand at all, when it is
> for limiting the capability of the said device

Is the problem that there is a bug in my patch?  Or is your problem that I
was rude in submitting any patch at all that had anything to do with your
code?  Do you feel that this part of the Linux kernel is owned by you, and
that no one else should be permitted to have anything to do with it?

> > (*) There are two customization/dependency control systems in DVB.  One is
> > dvb_attach(), the other is DVB_FE_CUSTOMISE.  They are not two entirely
> > separate systems, but overlap in their design a great deal.
>
> Here we have the attach method attaching different objects, but
> basically it can be handled for the frontend devices only (and that too
> that share a very common trait, in this case, frontends are coupled
> using the i2c bus) and not for other devices. Situation changes when you
> use another interface such as SPI, where the interface is not well defined.

This is not correct.  The dvb_attach() system has no assumption that it will
be used for a front-end device.  There are already users which are not
front-ends, such as tuners or lnb supply control chips, and yes, dst, which
will all know very well is not a frontend.

It also has nothing do with the i2c.  The attached device could be connected
in any way.  I plan to add dvb_attach() support for the cx88 secondary i2c bus
driver (aka vp3054), and that isn't even a different chip.

> > This design means the actual hard link between different drivers is limited 
> > to
> > each driver's single attach function (**).  By breaking this one link, we 
> > can
> > control which drivers must be loaded or linked to only those necessary or
> > wanted.  dvb_attach() and DVB_FE_CUSTOMISE are two different ways of
> > controlling these links.
>
> dvb_attach will have to go away for the DST. It doesn't work for the
> mentioned reasons that it is just pushing the device to a corner as a
> DVB frontend whereas it is not a DVB Frontend at all.

The dst is already using dvb_attach()!  I'm not changing that at all.

> being the author and maintainer of dst/dst_ca and maintainer of
> dvb-bt8xx, i NACK this change

Can one become a maintainer just be declaring ones self to be so?  Or is there
an expectation that a maintainer will in fact, maintain.  That is to say,
address concerns in a timely fashion, review patches and work in good faith to
resolve problems with said patches.

> What i would like to do is like this: Have the current state frozen as
> it is,

So as maintainer you are declaring that no changes of any kind are permitted?
That is to say, the code should become frozen, un-fixed and un-updated, in
other words, _unmaintained_.

How can you have it both ways, that you are the maintainer and that it should
be unmaintained?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Uwe Bugla

 Original-Nachricht 
Datum: Mon, 07 May 2007 17:54:29 -0300
Von: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
An: Manu Abraham <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED], linux-kernel@vger.kernel.org
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical   
points about ...)

> Hi Manu,
> 
> > From my side, quite some time has been put forward to write that mail.
> > Inspite of that if you feel that you do have to go your own way, then
> > it is completely upto you. I would say: do as you feel in such a case.
> 
> The point is that those issues are pending for a long time, and they
> should be solved, especially the module removal issue (*)
> 
> If you are so afraid about applying those changes, maybe the better is
> to apply those patches at v4l-dvb tree and at -mm, asking people to
> test.
> 
> We may hold their commit on kernel mainstream until the next kernel
> release, if nobody complains about, or otherwise revert the changes, if
> they proofed to cause troubles at dst and/or dvb-bt8xx.
> 
> Also, you (or others) may write another approach keeping the fixes with
> an strategy more adequate for dst.
> 
> Do you agree with this way?
> 
> -- 
> Cheers,
> Mauro
> 
> (*) Currently, dst can be removed only with "rmmod -f", due to a wrong
> usage count. With Trent's patches, this were fixed.

Mauro,
First of all, Manu is not a machine shitting out solutions on other one's 
pressure.
And he is doing right so far, as far as what happened.

Second: You should do some self-reflection on the damage you did on the human 
layer.
You appear like not even having any intention or idea on how to do that, you 
just behave technocratic and cold, you are just doing "I-AM-THE-BOSS, 
AND-NOTHING-GOES-WITHOUT-ME"-politics, that's all. 

Even if you do not have at least partially any idea about it all, you just try 
to rule "godlike", you know. Not everybody agrees with that ruling style, just 
a hint for you that you do not ever want to see, because you prefer to be blind 
in order to rule, to move on to the daily dayplan, as if nothing happened. But 
there happened many things. But you just prefer to be blind.

Currently me and Manu are working on a long lasting project very harmonizing, 
which I never believed to be possible at all, but we do work together :-).

And as long as the the ruler behaviour and the ruling structure of linuxtv.org 
keeps on behaving like this (including all the nasty people like mrechberger 
for instance), then let me tell you that I care a shit about what is being 
pulled into the kernel and what is not, man!

Now if you cannot take that I feel sorry, but he whole system around here gotta 
be changed as far as maintainership is concerned.

You cannot go on like this, Mr. Chehab, and even if you keep on ignoring this 
message you will be producing nothing but damage in the end.

Noone was born to act and behave like a nodding nigger in front of you - and if 
you do not want to take that, well, then you're strictly obsolete, man!

Without any politeness

Uwe
> 
> 
> ___
> linux-dvb mailing list
> [EMAIL PROTECTED]
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Manu Abraham
Michael Krufky wrote:
> Manu Abraham wrote:
>> Mauro Carvalho Chehab wrote:
>>> Hi Manu,
>>>
 From my side, quite some time has been put forward to write that mail.
 Inspite of that if you feel that you do have to go your own way, then
 it is completely upto you. I would say: do as you feel in such a case.
>>> The point is that those issues are pending for a long time, and they
>>> should be solved, especially the module removal issue (*)
>>>
>>> If you are so afraid about applying those changes, maybe the better is
>>> to apply those patches at v4l-dvb tree and at -mm, asking people to
>>> test.
>>>
>>> We may hold their commit on kernel mainstream until the next kernel
>>> release, if nobody complains about, or otherwise revert the changes, if
>>> they proofed to cause troubles at dst and/or dvb-bt8xx.
>>>
>>> Also, you (or others) may write another approach keeping the fixes with
>>> an strategy more adequate for dst.
>>>
>>> Do you agree with this way?
>> NACK
>>
>>> -- 
>>> Cheers,
>>> Mauro
>>>
>>> (*) Currently, dst can be removed only with "rmmod -f", due to a wrong
>>> usage count. With Trent's patches, this were fixed.
>> http://article.gmane.org/gmane.linux.drivers.dvb/27792/match=re+linux+dvb+unable+rmmod+dst+bt8xx
> 
> Just to make things clear, Manu, Are you telling us that the patch in the 
> above
> link addresses the use count bug?
>

Yes

> If that is the case, are you suggesting that that patch be applied to the
> repository instead of Trent's changesets?
> 

Yes

> Moreso, if that is the case, then the patch in the above link lacks a
> sign-off...  We need to apply SOMETHING to fix this problem, and you know the
> rules...
> 

Signed-off-by: Manu Abraham <[EMAIL PROTECTED]>

> What should be done to fix the use count bug?
> 

It does fix, AFAIR

Regards,
Manu
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Michael Krufky
Manu Abraham wrote:
> Mauro Carvalho Chehab wrote:
>> Hi Manu,
>>
>>> From my side, quite some time has been put forward to write that mail.
>>> Inspite of that if you feel that you do have to go your own way, then
>>> it is completely upto you. I would say: do as you feel in such a case.
>> The point is that those issues are pending for a long time, and they
>> should be solved, especially the module removal issue (*)
>>
>> If you are so afraid about applying those changes, maybe the better is
>> to apply those patches at v4l-dvb tree and at -mm, asking people to
>> test.
>>
>> We may hold their commit on kernel mainstream until the next kernel
>> release, if nobody complains about, or otherwise revert the changes, if
>> they proofed to cause troubles at dst and/or dvb-bt8xx.
>>
>> Also, you (or others) may write another approach keeping the fixes with
>> an strategy more adequate for dst.
>>
>> Do you agree with this way?
> 
> NACK
> 
>> -- 
>> Cheers,
>> Mauro
>>
>> (*) Currently, dst can be removed only with "rmmod -f", due to a wrong
>> usage count. With Trent's patches, this were fixed.
> 
> http://article.gmane.org/gmane.linux.drivers.dvb/27792/match=re+linux+dvb+unable+rmmod+dst+bt8xx

Just to make things clear, Manu, Are you telling us that the patch in the above
link addresses the use count bug?

If that is the case, are you suggesting that that patch be applied to the
repository instead of Trent's changesets?

Moreso, if that is the case, then the patch in the above link lacks a
sign-off...  We need to apply SOMETHING to fix this problem, and you know the
rules...

What should be done to fix the use count bug?

Regards,

Michael Krufky

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Manu Abraham
Mauro Carvalho Chehab wrote:
> Hi Manu,
> 
>> From my side, quite some time has been put forward to write that mail.
>> Inspite of that if you feel that you do have to go your own way, then
>> it is completely upto you. I would say: do as you feel in such a case.
> 
> The point is that those issues are pending for a long time, and they
> should be solved, especially the module removal issue (*)
> 
> If you are so afraid about applying those changes, maybe the better is
> to apply those patches at v4l-dvb tree and at -mm, asking people to
> test.
> 
> We may hold their commit on kernel mainstream until the next kernel
> release, if nobody complains about, or otherwise revert the changes, if
> they proofed to cause troubles at dst and/or dvb-bt8xx.
> 
> Also, you (or others) may write another approach keeping the fixes with
> an strategy more adequate for dst.
> 
> Do you agree with this way?

NACK

> 
> -- 
> Cheers,
> Mauro
> 
> (*) Currently, dst can be removed only with "rmmod -f", due to a wrong
> usage count. With Trent's patches, this were fixed.

http://article.gmane.org/gmane.linux.drivers.dvb/27792/match=re+linux+dvb+unable+rmmod+dst+bt8xx

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Mauro Carvalho Chehab
Hi Manu,

> From my side, quite some time has been put forward to write that mail.
> Inspite of that if you feel that you do have to go your own way, then
> it is completely upto you. I would say: do as you feel in such a case.

The point is that those issues are pending for a long time, and they
should be solved, especially the module removal issue (*)

If you are so afraid about applying those changes, maybe the better is
to apply those patches at v4l-dvb tree and at -mm, asking people to
test.

We may hold their commit on kernel mainstream until the next kernel
release, if nobody complains about, or otherwise revert the changes, if
they proofed to cause troubles at dst and/or dvb-bt8xx.

Also, you (or others) may write another approach keeping the fixes with
an strategy more adequate for dst.

Do you agree with this way?

-- 
Cheers,
Mauro

(*) Currently, dst can be removed only with "rmmod -f", due to a wrong
usage count. With Trent's patches, this were fixed.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Mauro Carvalho Chehab
Hi Manu,

 From my side, quite some time has been put forward to write that mail.
 Inspite of that if you feel that you do have to go your own way, then
 it is completely upto you. I would say: do as you feel in such a case.

The point is that those issues are pending for a long time, and they
should be solved, especially the module removal issue (*)

If you are so afraid about applying those changes, maybe the better is
to apply those patches at v4l-dvb tree and at -mm, asking people to
test.

We may hold their commit on kernel mainstream until the next kernel
release, if nobody complains about, or otherwise revert the changes, if
they proofed to cause troubles at dst and/or dvb-bt8xx.

Also, you (or others) may write another approach keeping the fixes with
an strategy more adequate for dst.

Do you agree with this way?

-- 
Cheers,
Mauro

(*) Currently, dst can be removed only with rmmod -f, due to a wrong
usage count. With Trent's patches, this were fixed.

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Manu Abraham
Mauro Carvalho Chehab wrote:
 Hi Manu,
 
 From my side, quite some time has been put forward to write that mail.
 Inspite of that if you feel that you do have to go your own way, then
 it is completely upto you. I would say: do as you feel in such a case.
 
 The point is that those issues are pending for a long time, and they
 should be solved, especially the module removal issue (*)
 
 If you are so afraid about applying those changes, maybe the better is
 to apply those patches at v4l-dvb tree and at -mm, asking people to
 test.
 
 We may hold their commit on kernel mainstream until the next kernel
 release, if nobody complains about, or otherwise revert the changes, if
 they proofed to cause troubles at dst and/or dvb-bt8xx.
 
 Also, you (or others) may write another approach keeping the fixes with
 an strategy more adequate for dst.
 
 Do you agree with this way?

NACK

 
 -- 
 Cheers,
 Mauro
 
 (*) Currently, dst can be removed only with rmmod -f, due to a wrong
 usage count. With Trent's patches, this were fixed.

http://article.gmane.org/gmane.linux.drivers.dvb/27792/match=re+linux+dvb+unable+rmmod+dst+bt8xx

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Michael Krufky
Manu Abraham wrote:
 Mauro Carvalho Chehab wrote:
 Hi Manu,

 From my side, quite some time has been put forward to write that mail.
 Inspite of that if you feel that you do have to go your own way, then
 it is completely upto you. I would say: do as you feel in such a case.
 The point is that those issues are pending for a long time, and they
 should be solved, especially the module removal issue (*)

 If you are so afraid about applying those changes, maybe the better is
 to apply those patches at v4l-dvb tree and at -mm, asking people to
 test.

 We may hold their commit on kernel mainstream until the next kernel
 release, if nobody complains about, or otherwise revert the changes, if
 they proofed to cause troubles at dst and/or dvb-bt8xx.

 Also, you (or others) may write another approach keeping the fixes with
 an strategy more adequate for dst.

 Do you agree with this way?
 
 NACK
 
 -- 
 Cheers,
 Mauro

 (*) Currently, dst can be removed only with rmmod -f, due to a wrong
 usage count. With Trent's patches, this were fixed.
 
 http://article.gmane.org/gmane.linux.drivers.dvb/27792/match=re+linux+dvb+unable+rmmod+dst+bt8xx

Just to make things clear, Manu, Are you telling us that the patch in the above
link addresses the use count bug?

If that is the case, are you suggesting that that patch be applied to the
repository instead of Trent's changesets?

Moreso, if that is the case, then the patch in the above link lacks a
sign-off...  We need to apply SOMETHING to fix this problem, and you know the
rules...

What should be done to fix the use count bug?

Regards,

Michael Krufky

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Manu Abraham
Michael Krufky wrote:
 Manu Abraham wrote:
 Mauro Carvalho Chehab wrote:
 Hi Manu,

 From my side, quite some time has been put forward to write that mail.
 Inspite of that if you feel that you do have to go your own way, then
 it is completely upto you. I would say: do as you feel in such a case.
 The point is that those issues are pending for a long time, and they
 should be solved, especially the module removal issue (*)

 If you are so afraid about applying those changes, maybe the better is
 to apply those patches at v4l-dvb tree and at -mm, asking people to
 test.

 We may hold their commit on kernel mainstream until the next kernel
 release, if nobody complains about, or otherwise revert the changes, if
 they proofed to cause troubles at dst and/or dvb-bt8xx.

 Also, you (or others) may write another approach keeping the fixes with
 an strategy more adequate for dst.

 Do you agree with this way?
 NACK

 -- 
 Cheers,
 Mauro

 (*) Currently, dst can be removed only with rmmod -f, due to a wrong
 usage count. With Trent's patches, this were fixed.
 http://article.gmane.org/gmane.linux.drivers.dvb/27792/match=re+linux+dvb+unable+rmmod+dst+bt8xx
 
 Just to make things clear, Manu, Are you telling us that the patch in the 
 above
 link addresses the use count bug?


Yes

 If that is the case, are you suggesting that that patch be applied to the
 repository instead of Trent's changesets?
 

Yes

 Moreso, if that is the case, then the patch in the above link lacks a
 sign-off...  We need to apply SOMETHING to fix this problem, and you know the
 rules...
 

Signed-off-by: Manu Abraham [EMAIL PROTECTED]

 What should be done to fix the use count bug?
 

It does fix, AFAIR

Regards,
Manu
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Uwe Bugla

 Original-Nachricht 
Datum: Mon, 07 May 2007 17:54:29 -0300
Von: Mauro Carvalho Chehab [EMAIL PROTECTED]
An: Manu Abraham [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], linux-kernel@vger.kernel.org
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical   
points about ...)

 Hi Manu,
 
  From my side, quite some time has been put forward to write that mail.
  Inspite of that if you feel that you do have to go your own way, then
  it is completely upto you. I would say: do as you feel in such a case.
 
 The point is that those issues are pending for a long time, and they
 should be solved, especially the module removal issue (*)
 
 If you are so afraid about applying those changes, maybe the better is
 to apply those patches at v4l-dvb tree and at -mm, asking people to
 test.
 
 We may hold their commit on kernel mainstream until the next kernel
 release, if nobody complains about, or otherwise revert the changes, if
 they proofed to cause troubles at dst and/or dvb-bt8xx.
 
 Also, you (or others) may write another approach keeping the fixes with
 an strategy more adequate for dst.
 
 Do you agree with this way?
 
 -- 
 Cheers,
 Mauro
 
 (*) Currently, dst can be removed only with rmmod -f, due to a wrong
 usage count. With Trent's patches, this were fixed.

Mauro,
First of all, Manu is not a machine shitting out solutions on other one's 
pressure.
And he is doing right so far, as far as what happened.

Second: You should do some self-reflection on the damage you did on the human 
layer.
You appear like not even having any intention or idea on how to do that, you 
just behave technocratic and cold, you are just doing I-AM-THE-BOSS, 
AND-NOTHING-GOES-WITHOUT-ME-politics, that's all. 

Even if you do not have at least partially any idea about it all, you just try 
to rule godlike, you know. Not everybody agrees with that ruling style, just 
a hint for you that you do not ever want to see, because you prefer to be blind 
in order to rule, to move on to the daily dayplan, as if nothing happened. But 
there happened many things. But you just prefer to be blind.

Currently me and Manu are working on a long lasting project very harmonizing, 
which I never believed to be possible at all, but we do work together :-).

And as long as the the ruler behaviour and the ruling structure of linuxtv.org 
keeps on behaving like this (including all the nasty people like mrechberger 
for instance), then let me tell you that I care a shit about what is being 
pulled into the kernel and what is not, man!

Now if you cannot take that I feel sorry, but he whole system around here gotta 
be changed as far as maintainership is concerned.

You cannot go on like this, Mr. Chehab, and even if you keep on ignoring this 
message you will be producing nothing but damage in the end.

Noone was born to act and behave like a nodding nigger in front of you - and if 
you do not want to take that, well, then you're strictly obsolete, man!

Without any politeness

Uwe
 
 
 ___
 linux-dvb mailing list
 [EMAIL PROTECTED]
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

-- 
Feel free - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Trent Piepho
On Wed, 2 May 2007, Manu Abraham wrote:
  I've been aware of the problem with dst not fully using the dvb 
  customization
  systems(*) for a long time.  It came up when dvb_attach() et al were first
  being integrated, well before any rejected patches or strongly worded emails
  or whatever from certain people that I'm aware of.
 

 Well, your understanding of the device is quite limited and hence your
 comments and patches.

Manu, have you actually looked at the patch?  It seems like you are just
rejecting everything that has anything to do with dst out of hand.

Can you point to any line of code there, and say what it breaks or what it
will make impossible?

 These features are not the characteristics of a DVB Frontend. Here there
 is a DVB frontend like the normal ones which is hidden behind another
 pseudo bridge (So you don't have *any* access to the frontend at large)

Again, did you actually look at the patch?  I never so much as used the
word frontend to describe the dst.  I didn't change the operation of the
dst in any way.  I didn't move it to a new place in the framework.

The bt8xx driver talks to the dst module via the dvb_frontend object, my
patch has nothing to do with this.  It is a simple patch for simple
programming issues and nothing to do with these larger issues you bring up.

 I would think that it would be *extremely* rude for a person to send in
 patches for a device that which you don't understand at all, when it is
 for limiting the capability of the said device

Is the problem that there is a bug in my patch?  Or is your problem that I
was rude in submitting any patch at all that had anything to do with your
code?  Do you feel that this part of the Linux kernel is owned by you, and
that no one else should be permitted to have anything to do with it?

  (*) There are two customization/dependency control systems in DVB.  One is
  dvb_attach(), the other is DVB_FE_CUSTOMISE.  They are not two entirely
  separate systems, but overlap in their design a great deal.

 Here we have the attach method attaching different objects, but
 basically it can be handled for the frontend devices only (and that too
 that share a very common trait, in this case, frontends are coupled
 using the i2c bus) and not for other devices. Situation changes when you
 use another interface such as SPI, where the interface is not well defined.

This is not correct.  The dvb_attach() system has no assumption that it will
be used for a front-end device.  There are already users which are not
front-ends, such as tuners or lnb supply control chips, and yes, dst, which
will all know very well is not a frontend.

It also has nothing do with the i2c.  The attached device could be connected
in any way.  I plan to add dvb_attach() support for the cx88 secondary i2c bus
driver (aka vp3054), and that isn't even a different chip.

  This design means the actual hard link between different drivers is limited 
  to
  each driver's single attach function (**).  By breaking this one link, we 
  can
  control which drivers must be loaded or linked to only those necessary or
  wanted.  dvb_attach() and DVB_FE_CUSTOMISE are two different ways of
  controlling these links.

 dvb_attach will have to go away for the DST. It doesn't work for the
 mentioned reasons that it is just pushing the device to a corner as a
 DVB frontend whereas it is not a DVB Frontend at all.

The dst is already using dvb_attach()!  I'm not changing that at all.

 being the author and maintainer of dst/dst_ca and maintainer of
 dvb-bt8xx, i NACK this change

Can one become a maintainer just be declaring ones self to be so?  Or is there
an expectation that a maintainer will in fact, maintain.  That is to say,
address concerns in a timely fashion, review patches and work in good faith to
resolve problems with said patches.

 What i would like to do is like this: Have the current state frozen as
 it is,

So as maintainer you are declaring that no changes of any kind are permitted?
That is to say, the code should become frozen, un-fixed and un-updated, in
other words, _unmaintained_.

How can you have it both ways, that you are the maintainer and that it should
be unmaintained?
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Manu Abraham
Trent Piepho wrote:

 This is not correct.  The dvb_attach() system has no assumption that it will
 be used for a front-end device.  There are already users which are not
 front-ends, such as tuners or lnb supply control chips, 

SEC (aka Satellite Equipment Control) is a part of the frontend.

 
 So as maintainer you are declaring that no changes of any kind are permitted?

Please do take a look at the changesets whether it is as you say.

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-05 Thread Manu Abraham
Hello Mauro,

Mauro Carvalho Chehab wrote:
> Hi Manu,
> 
> Em Qui, 2007-05-03 às 23:03 +0400, Manu Abraham escreveu:
>> Mauro Carvalho Chehab wrote:
>>> Enough. Let's stop arguing non technical issues.
>>>
>>> If either one of you have any technical argue against the Trent's
>>> patches, please point where the fix is wrong. Otherwise, if you wish,
>>> you may send an acked-by agreeing with the fix.
>>>
>> Why don't you stop this childish behaviour ?
> 
> I just want to solve the current issue, and decide the proper way for Trent's 
> fixes. 
> 
> I consider you a very skilled programmer. Unfortunately, it seems that
> you're not interested anymore on submitting kernel patches, since your
> last contribution, as an author, were back on Aug, 8, 2006:

hmm .. multiple Caps "I 's" ..  anyway.

>From my side, quite some time has been put forward to write that mail.
Inspite of that if you feel that you do have to go your own way, then it
is completely upto you. I would say: do as you feel in such a case.

In such a case are you willing to fix all the issues/requests that surface ?

Really do you want me to explain those issues in this thread ? I would
say, think over it yourself, why that huge gap occurred. Take some time
off all this, think on a cool mind.


> 
> commit bbdd11fa957913d6648cabbca59be1da479180ed
> Author: Manu Abraham <[EMAIL PROTECTED]>
> Date:   Tue Aug 8 15:48:08 2006 -0300
> 
> V4L/DVB (4432): Fix Circular dependencies
> 
> Signed-off-by: Manu Abraham <[EMAIL PROTECTED]>
> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> 
> 
> It would be a pleasure to have you contributing again. However, we need to 
> fix the pointed issues.


I do have a written another mail with regards to the issues that do
prevail on the "discussions thread"


> 
> Also, considering that:
> 
> 1) the Trent patches addressing the issues exists since august, 2006;
> 
> 2) nobody pointed any troubles at the current approach;
> 

Surely there was a long mail from my side. I don't know whether you
missed that mail, but surely you should read it again.


> 3) the patch does provide a proper fix for module removal, working well on 
> both hardwares with and without DST;
>

Other than what i wrote earlier:

DST is not for just one device alone (It is really a combo driver),
AFAICS there are ~15 -20 main devices, for which there are additional 5
- 6 clone manufacturers. So eventually there are around 80 different
cards at least.

So, in fact there are a large number of cards that do exist rather than
the one card that i have sent you, some time back.

The non dst cards supported by dvb-bt8xx are just 3 or 4 cards, IIRC.


> 4) I'm responsible for reviewing and forwarding patches for /drivers/media 
> stuff;
> 
> I think there's no reason for me to not forward the proper fixes to 
> mainstream.
> 

>From what i know, you do need an ACK from the relevant maintainer too.
Did the concept of dvb-maintainers change without any of the DVB
developers knowing ?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-05 Thread Mauro Carvalho Chehab
Hi Manu,

Em Qui, 2007-05-03 às 23:03 +0400, Manu Abraham escreveu:
> Mauro Carvalho Chehab wrote:
> > Enough. Let's stop arguing non technical issues.
> > 
> > If either one of you have any technical argue against the Trent's
> > patches, please point where the fix is wrong. Otherwise, if you wish,
> > you may send an acked-by agreeing with the fix.
> > 
> 
> Why don't you stop this childish behaviour ?

I just want to solve the current issue, and decide the proper way for Trent's 
fixes. 

I consider you a very skilled programmer. Unfortunately, it seems that
you're not interested anymore on submitting kernel patches, since your
last contribution, as an author, were back on Aug, 8, 2006:

commit bbdd11fa957913d6648cabbca59be1da479180ed
Author: Manu Abraham <[EMAIL PROTECTED]>
Date:   Tue Aug 8 15:48:08 2006 -0300

V4L/DVB (4432): Fix Circular dependencies

Signed-off-by: Manu Abraham <[EMAIL PROTECTED]>
Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> 

It would be a pleasure to have you contributing again. However, we need to fix 
the pointed issues.

Also, considering that:

1) the Trent patches addressing the issues exists since august, 2006;

2) nobody pointed any troubles at the current approach;

3) the patch does provide a proper fix for module removal, working well on both 
hardwares with and without DST;

4) I'm responsible for reviewing and forwarding patches for /drivers/media 
stuff;

I think there's no reason for me to not forward the proper fixes to mainstream.

-- 
Cheers,
Mauro

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-05 Thread Mauro Carvalho Chehab
Hi Manu,

Em Qui, 2007-05-03 às 23:03 +0400, Manu Abraham escreveu:
 Mauro Carvalho Chehab wrote:
  Enough. Let's stop arguing non technical issues.
  
  If either one of you have any technical argue against the Trent's
  patches, please point where the fix is wrong. Otherwise, if you wish,
  you may send an acked-by agreeing with the fix.
  
 
 Why don't you stop this childish behaviour ?

I just want to solve the current issue, and decide the proper way for Trent's 
fixes. 

I consider you a very skilled programmer. Unfortunately, it seems that
you're not interested anymore on submitting kernel patches, since your
last contribution, as an author, were back on Aug, 8, 2006:

commit bbdd11fa957913d6648cabbca59be1da479180ed
Author: Manu Abraham [EMAIL PROTECTED]
Date:   Tue Aug 8 15:48:08 2006 -0300

V4L/DVB (4432): Fix Circular dependencies

Signed-off-by: Manu Abraham [EMAIL PROTECTED]
Signed-off-by: Mauro Carvalho Chehab [EMAIL PROTECTED] 

It would be a pleasure to have you contributing again. However, we need to fix 
the pointed issues.

Also, considering that:

1) the Trent patches addressing the issues exists since august, 2006;

2) nobody pointed any troubles at the current approach;

3) the patch does provide a proper fix for module removal, working well on both 
hardwares with and without DST;

4) I'm responsible for reviewing and forwarding patches for /drivers/media 
stuff;

I think there's no reason for me to not forward the proper fixes to mainstream.

-- 
Cheers,
Mauro

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-05 Thread Manu Abraham
Hello Mauro,

Mauro Carvalho Chehab wrote:
 Hi Manu,
 
 Em Qui, 2007-05-03 às 23:03 +0400, Manu Abraham escreveu:
 Mauro Carvalho Chehab wrote:
 Enough. Let's stop arguing non technical issues.

 If either one of you have any technical argue against the Trent's
 patches, please point where the fix is wrong. Otherwise, if you wish,
 you may send an acked-by agreeing with the fix.

 Why don't you stop this childish behaviour ?
 
 I just want to solve the current issue, and decide the proper way for Trent's 
 fixes. 
 
 I consider you a very skilled programmer. Unfortunately, it seems that
 you're not interested anymore on submitting kernel patches, since your
 last contribution, as an author, were back on Aug, 8, 2006:

hmm .. multiple Caps I 's ..  anyway.

From my side, quite some time has been put forward to write that mail.
Inspite of that if you feel that you do have to go your own way, then it
is completely upto you. I would say: do as you feel in such a case.

In such a case are you willing to fix all the issues/requests that surface ?

Really do you want me to explain those issues in this thread ? I would
say, think over it yourself, why that huge gap occurred. Take some time
off all this, think on a cool mind.


 
 commit bbdd11fa957913d6648cabbca59be1da479180ed
 Author: Manu Abraham [EMAIL PROTECTED]
 Date:   Tue Aug 8 15:48:08 2006 -0300
 
 V4L/DVB (4432): Fix Circular dependencies
 
 Signed-off-by: Manu Abraham [EMAIL PROTECTED]
 Signed-off-by: Mauro Carvalho Chehab [EMAIL PROTECTED] 
 
 It would be a pleasure to have you contributing again. However, we need to 
 fix the pointed issues.


I do have a written another mail with regards to the issues that do
prevail on the discussions thread


 
 Also, considering that:
 
 1) the Trent patches addressing the issues exists since august, 2006;
 
 2) nobody pointed any troubles at the current approach;
 

Surely there was a long mail from my side. I don't know whether you
missed that mail, but surely you should read it again.


 3) the patch does provide a proper fix for module removal, working well on 
 both hardwares with and without DST;


Other than what i wrote earlier:

DST is not for just one device alone (It is really a combo driver),
AFAICS there are ~15 -20 main devices, for which there are additional 5
- 6 clone manufacturers. So eventually there are around 80 different
cards at least.

So, in fact there are a large number of cards that do exist rather than
the one card that i have sent you, some time back.

The non dst cards supported by dvb-bt8xx are just 3 or 4 cards, IIRC.


 4) I'm responsible for reviewing and forwarding patches for /drivers/media 
 stuff;
 
 I think there's no reason for me to not forward the proper fixes to 
 mainstream.
 

From what i know, you do need an ACK from the relevant maintainer too.
Did the concept of dvb-maintainers change without any of the DVB
developers knowing ?
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Uwe Bugla

 Original-Nachricht 
Datum: Fri, 04 May 2007 02:31:49 +0400
Von: Manu Abraham <[EMAIL PROTECTED]>
An: [EMAIL PROTECTED]
CC: linux-kernel@vger.kernel.org
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical   
points about ...)

> Markus Rechberger wrote:
> 
> > I mean the mail from Helge Hafting (thread  [linux-dvb] Critical
> > points about kernel 2.6.21 and pseudo-authorities) at the very first
> > beginning.
> > 
> 
> I am replying to this mail, just because someone's spreading lies all
> around.
> On the mentioned thread, what i wrote (and that was the only mail from
> my side):
> 
> There is a saying: "He who lives by the sword, dies by the sword."

Hi Manu,

The saying that you stated is a very christian one.
I perhaps should state that I am 47 years old now, raised in in utmost 
reactionary region called Bavaria (Western Germany), and also raised by parents 
of Russian / Polonian origin who shared the Nazi regime with the usual 
"I-do-not-want-to-talk-about-it-and-I-do-not-want-to-feel-responsible-about-it  



"-behaviour.
And I am very much not only interested in german post-war history, but I simply 
love to write provocative letters or mails to make my conviction utmost clear 
that all this capitalist bullshit around us should vanish and shrink and be 
overcome some day.

Basic christian ideals are very close to basic marxist ideas.
The one who never does perceive that is a real poor human being in my eyes, if 
not to say: a complete idiot or a system-conforming hypocrite.

BUT:
I in fact do not read this "saying" for the first time:

In my personal experience (feel very sorry about it, but it's true) it has 
always truthfully been an excuse for persons being strongly limited on what I 
would call utmost primitive instincts like greed or rapacity (i. e. the utmost 
perfect sounding "would-like-to-capitalists", if not to say: the perfect slaves 
or: the perfect counterrevolutionaries or strike-breakers, if not to say: the 
utmost perfect asscreepers).

Please forgive me for that statement, but I am simply stating my personal 
experiences very truthfully, without playing any politics, but just telling you 
my "personal truth" or the sum of all my personal life experience unfortunately 
bound to that.

And if there is discussion needed on that we should do it private or anyway on 
some other thread, but definitely not on this one.

Hints to help you to understand the difference:

1. There is a GPL license written by Richard Stallman whose origin I do not 
know:
Its essence is the philosophy to share and to be highly transparent as far as 
information level is concerned.

2. There is a saying by Linus in which he states the best choice he ever did 
was conforming his work to the terms of Richard Stallman, the GPL.

3. Wikipedia says that Linus's father was no christian at all, but simply a 
communist.

See, Manu, there are deeply primitive instinct-driven hypocrites around like 
hell, but there are also truthful human beings around.

But:
The Internet does not provide a platform to find out who is who and what is 
what.
The Internet may be necessary, but in the end it's just a drag, isn't it?

Sincerely
Uwe
> 
> 
>  Original Message 
> Subject: Re: [linux-dvb] Re: Critical points about kernel 2.6.21  and
> pseudo-authorities
> Date: Tue, 01 May 2007 04:19:41 +0400
> From: Manu Abraham <[EMAIL PROTECTED]>
> To: Uwe Bugla <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED],  [EMAIL PROTECTED],
> linux-kernel@vger.kernel.org,  [EMAIL PROTECTED],
> [EMAIL PROTECTED],  [EMAIL PROTECTED]
> References: <[EMAIL PROTECTED]>
> <[EMAIL PROTECTED]>
> <[EMAIL PROTECTED]>
> <[EMAIL PROTECTED]>
> <[EMAIL PROTECTED]>   <[EMAIL PROTECTED]
> <[EMAIL PROTECTED]>
> <[EMAIL PROTECTED]>
> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
> 
> Uwe Bugla wrote:
> 
> > 1. You utmost personally are responsible for 4 ununsable kernels, as
> far as bt8xx cards are concerned: 2.6.13, 2.6.14, 2.6.15, 2.6.16!
> > 2. You did not even want to imply to resolve that issue by incarnating
> that "community and synergy principle" that linux community needs to
> exist at all, but you just perverted it by flaming capable people -
> 
> You mean like this:
> 
> 
>  Original Message 
> Subject: kernel patch practice in 2.6.13-mm2
> Date: Tue, 13 Sep 2005 16:46:35 +0200 (MEST)
> From: Uwe Bugla <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> CC: [EMA

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread hermann pitton
Am Freitag, den 04.05.2007, 02:31 +0400 schrieb Manu Abraham:
> Markus Rechberger wrote:
> 
> > I mean the mail from Helge Hafting (thread  [linux-dvb] Critical
> > points about kernel 2.6.21 and pseudo-authorities) at the very first
> > beginning.
> > 
> 
> I am replying to this mail, just because someone's spreading lies all
> around.
> On the mentioned thread, what i wrote (and that was the only mail from
> my side):
> 
> There is a saying: "He who lives by the sword, dies by the sword."
> 

Within the last six years there was in the end exactly one, never asked
for, private mail with worst *bullshit* about another person, Mauro in
this case.

It came from you, out of any feasible arguments for me anymore.

I'm stupid, but not stupid enough to allow such stuff coming in rule.

But I still say you have been first and are waiting longest to get your
work in, please try again to get your ACKs and rant about not enough
replies.

Cheers,
Hermann






-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Uwe Bugla

 Original-Nachricht 
Datum: Fri, 4 May 2007 00:06:51 +0200
Von: "Markus Rechberger" <[EMAIL PROTECTED]>
An: "Manu Abraham" <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED], linux-kernel@vger.kernel.org
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical   
points about ...)

> On 5/3/07, Manu Abraham <[EMAIL PROTECTED]> wrote:
> > Markus Rechberger wrote:
> > > On 5/3/07, Manu Abraham <[EMAIL PROTECTED]> wrote:
> > >> Mauro Carvalho Chehab wrote:
> > >> > Enough. Let's stop arguing non technical issues.
> > >> >
> > >> > If either one of you have any technical argue against the Trent's
> > >> > patches, please point where the fix is wrong. Otherwise, if you
> wish,
> > >> > you may send an acked-by agreeing with the fix.
> > >> >
> > >>
> > >> Why don't you stop this childish behaviour ?
> > >>
> > >> After explaining to you the reasons in the previous mail:
> > >> being the author and maintainer of dst/dst_ca and maintainer of
> > >> dvb-bt8xx, i NACK this change
> > >>
> > >> (1) You aren't DVB maintainer
> > >
> > > I've seen that too often already, now we could point to a mail someone
> > > sent to Uwe regarding maintainership.
> >
> >
> > FYI, I have never written to Uwe regarding any sort of maintainership.
> > You seem to be quite up with an overdose of drugs
> >
> 
> I mean the mail from Helge Hafting (thread  [linux-dvb] Critical
> points about kernel 2.6.21 and pseudo-authorities) at the very first
> beginning.
> 
> > From 2005/09/13 - 2007/05/03 (till date) there have been 15 mails from
> > my side to Uwe, none of which has a topic whatsoever you say. Only the
> > first mail was a private mail and that is CC'd to Johannes as well.
> >
> > Firstly you seem to play politics by getting Uwe to flame me, then when
> > it backfired, you are trying to play tricks with the rest of the
> > community as well, by spreading nonsense statements.
> >
> 
> I sent several comments to Uwe to stop flaming, Trent was in the CC
> sometimes I never wrote that he should flame on anyone.
> I can simply forward you all mails I sent to Uwe there's not one bad mail.
> 
> My point is moreover to get that issue sorted out by either accepting
> his "proposal" or stating out why not to add it (and there must be a
> reason behind it, and no mail which is 2 years old, or explaining what
> the device is, again it got explained what's required from you)
> 
> seems like your response is based on that misunderstood sentence,
> sorry for not beeing clear enough.
> 
> Markus

Hi Markus, fine chap,
Please cool down...

I guess I understood Manu's response:

a. He just changed his priorities to pick up an old project that seemed to have 
died, but did not die at all - this project is called cx878 project, and it is 
the most radical approach that I ever have seen - trying to make all BT8xx 
drivers independent from bttv, which is not horrible, but only consequent, 
necessary, and good and fine.
Please see my previous mails on that issue.

Just read the ML to get the appropriate link and please get yourself in it to 
help developping it. I swear it is the right path, although I am still missing 
the avoidance of dvb-pll.c. A closer look into that module will quite easily 
tell you
that there aren't any BT8xx based PCI cards needing that module except the ones 
needing the lgdt330x frontend driver, which is maintained by Mike Krufky. So 
for all other cards treated by the dvb-bt8xx backend this module is nothing but 
heavily obsolete and nonsense, if not to say: RAM-Wasting.

b. In so far, Manu's statements do not base on any mail that is 2 years old, 
but he simply changed his mind, after it was necessarily me personally to build 
up "the golden bridge" for him, Mike and others as well.

c. I am deeply thankful for your diplomatic behaviour involving Trent, as this 
brought up Manu to react in the end instead of crawling back into his snail 
house.

d. But please let us establish peace among each other now, because without 
peace we will not be able to continue the whole thing...

Hi Trent,
I want to thank you for all your efforts - as they at least work for my deep 
satisfaction, but they may not work for other people as well for simply 
technical reasons (example: treating dst and dst_ca as one simple case does no 
good at all, does it?), but our primadonna Manuel Abraham simply follows 
another far more radical path - to get the whole thing independent from bttv, 
which is the RIGHT path.

Your invested energies weren't wasted at all, but they only appro

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Markus Rechberger

On 5/4/07, Manu Abraham <[EMAIL PROTECTED]> wrote:

Markus Rechberger wrote:

> I mean the mail from Helge Hafting (thread  [linux-dvb] Critical
> points about kernel 2.6.21 and pseudo-authorities) at the very first
> beginning.
>

I am replying to this mail, just because someone's spreading lies all
around.
On the mentioned thread, what i wrote (and that was the only mail from
my side):

There is a saying: "He who lives by the sword, dies by the sword."



And what issues are outstanding of these discussions? I went over it
and it just shows up that there have been communication problems in
2005.

We now have open issues with several device drivers and that's what we
should focus at.

Markus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Markus Rechberger wrote:

> I mean the mail from Helge Hafting (thread  [linux-dvb] Critical
> points about kernel 2.6.21 and pseudo-authorities) at the very first
> beginning.
> 

I am replying to this mail, just because someone's spreading lies all
around.
On the mentioned thread, what i wrote (and that was the only mail from
my side):

There is a saying: "He who lives by the sword, dies by the sword."


 Original Message 
Subject: Re: [linux-dvb] Re: Critical points about kernel 2.6.21and
pseudo-authorities
Date: Tue, 01 May 2007 04:19:41 +0400
From: Manu Abraham <[EMAIL PROTECTED]>
To: Uwe Bugla <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED],  [EMAIL PROTECTED],
linux-kernel@vger.kernel.org,  [EMAIL PROTECTED],
[EMAIL PROTECTED],  [EMAIL PROTECTED]
References: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

Uwe Bugla wrote:

> 1. You utmost personally are responsible for 4 ununsable kernels, as
far as bt8xx cards are concerned: 2.6.13, 2.6.14, 2.6.15, 2.6.16!
> 2. You did not even want to imply to resolve that issue by incarnating
that "community and synergy principle" that linux community needs to
exist at all, but you just perverted it by flaming capable people -

You mean like this:


 Original Message 
Subject: kernel patch practice in 2.6.13-mm2
Date: Tue, 13 Sep 2005 16:46:35 +0200 (MEST)
From: Uwe Bugla <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]

Hi,
if you continue to send or sign mm-patches for Kernel 2.6.13 as a
consequence of a design change I would appreciate you to stop rubbing out my
name.
You did that in a file called /Documentation/dvb/bt8xx.txt.
My objective is understandable good documentation, even if it may sound
trivial for some developpers minds. I always have in mind that there are
also lots of beginners reading those documents.
As I respect your work I never in my life would even dare to rub out other
coauthors names.
That´s why I appreciate you to respect my name and stop rubbing it out.

Thanks
Uwe Bugla

P. S.: If you f. ex. publish a book I ain´t gonna burn it as a matter of
disrespect. So have a little respect vice versa!

-- 
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner


--- Original Message 
Subject: "synchronization problems"
Date: Thu, 15 Sep 2005 10:44:38 +0200 (MEST)
From: Uwe Bugla <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]

Hallo Mr. Stezenbach,

"You breached the protocol by not sending the patches to the maintainer
or linux-dvb list. The result of this was that we had conflicting
changes in CVS. I spent about 10 minutes thinking how I could
merge the two, and then gave up (I had 53 other patches to prepare
and I had little time left to do the job). So I didn't just remove
your name, but all changes which you sent to akpm along with it.
bt8xx.txt in the kernel is now in sync with the version in linuxtv.org CVS."

I didn't breach any protocol, nor did I break any unwritten rule or law. I
simply took the advice from Gerd Knorr that linuxtv maintainers were just
moving to another place to the point of time when I sent in my first
dvb-bt8xx-patch. So consequently I took the direct way to send it to akpm.
Just to be sure it is really being applied without waiting 3, 4 weeks or
however long. So if you continue to at least discussing with my person,
please immediately stop doing that in such a bureaucratic manner. If
synchronization of CVS and kernel.org only works unidirectional, and not
bidirectional, then neither I, nor akpm, nor Manu or anybody else has a real
problem, but you personally have one without any doubts.
And if you lack time, simply delegate your job to another person. But simply
stop rubbing out other peoples coauthorship and pay respect to their
contributions. And the biggest joke about your personal misbehaviour is the
fact that you personally cosigned at least one of my patch attempts, without
dropping me a single note asking me to not bypass the linuxtv CVS
maintainers. So good morning Mr. Stezenbach, I appreciate you to wake up a
little bit earlier in the future!

"Additionally you deleted information from bt8xx.txt which I think were
useful help for debugging problems, and which were written there on purpose
by the developer. So if you talk about respect, you could show some yourself
by not bypassing the original authors and maintainers when sending patches."

In fact I did, and I can tell you the simple reasons why.
There are in fact two things that I simply cannot and will not tolerate:
a. orthographic junk (examples: "bythe" or, even worse: "autodected" and
"Recognise") It was ME who corrected that in the past, and it was YOU
personally who reversed that, if not to say: fucked it up in the current
2.6.14-rc1. So 

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Markus Rechberger

On 5/3/07, Manu Abraham <[EMAIL PROTECTED]> wrote:

Markus Rechberger wrote:
> On 5/3/07, Manu Abraham <[EMAIL PROTECTED]> wrote:
>> Mauro Carvalho Chehab wrote:
>> > Enough. Let's stop arguing non technical issues.
>> >
>> > If either one of you have any technical argue against the Trent's
>> > patches, please point where the fix is wrong. Otherwise, if you wish,
>> > you may send an acked-by agreeing with the fix.
>> >
>>
>> Why don't you stop this childish behaviour ?
>>
>> After explaining to you the reasons in the previous mail:
>> being the author and maintainer of dst/dst_ca and maintainer of
>> dvb-bt8xx, i NACK this change
>>
>> (1) You aren't DVB maintainer
>
> I've seen that too often already, now we could point to a mail someone
> sent to Uwe regarding maintainership.


FYI, I have never written to Uwe regarding any sort of maintainership.
You seem to be quite up with an overdose of drugs



I mean the mail from Helge Hafting (thread  [linux-dvb] Critical
points about kernel 2.6.21 and pseudo-authorities) at the very first
beginning.


From 2005/09/13 - 2007/05/03 (till date) there have been 15 mails from
my side to Uwe, none of which has a topic whatsoever you say. Only the
first mail was a private mail and that is CC'd to Johannes as well.

Firstly you seem to play politics by getting Uwe to flame me, then when
it backfired, you are trying to play tricks with the rest of the
community as well, by spreading nonsense statements.



I sent several comments to Uwe to stop flaming, Trent was in the CC
sometimes I never wrote that he should flame on anyone.
I can simply forward you all mails I sent to Uwe there's not one bad mail.

My point is moreover to get that issue sorted out by either accepting
his "proposal" or stating out why not to add it (and there must be a
reason behind it, and no mail which is 2 years old, or explaining what
the device is, again it got explained what's required from you)

seems like your response is based on that misunderstood sentence,
sorry for not beeing clear enough.

Markus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Markus Rechberger wrote:
> On 5/3/07, Manu Abraham <[EMAIL PROTECTED]> wrote:
>> Mauro Carvalho Chehab wrote:
>> > Enough. Let's stop arguing non technical issues.
>> >
>> > If either one of you have any technical argue against the Trent's
>> > patches, please point where the fix is wrong. Otherwise, if you wish,
>> > you may send an acked-by agreeing with the fix.
>> >
>>
>> Why don't you stop this childish behaviour ?
>>
>> After explaining to you the reasons in the previous mail:
>> being the author and maintainer of dst/dst_ca and maintainer of
>> dvb-bt8xx, i NACK this change
>>
>> (1) You aren't DVB maintainer
> 
> I've seen that too often already, now we could point to a mail someone
> sent to Uwe regarding maintainership.


FYI, I have never written to Uwe regarding any sort of maintainership.
You seem to be quite up with an overdose of drugs

>From 2005/09/13 - 2007/05/03 (till date) there have been 15 mails from
my side to Uwe, none of which has a topic whatsoever you say. Only the
first mail was a private mail and that is CC'd to Johannes as well.

Firstly you seem to play politics by getting Uwe to flame me, then when
it backfired, you are trying to play tricks with the rest of the
community as well, by spreading nonsense statements.

Great!


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Markus Rechberger

On 5/3/07, Manu Abraham <[EMAIL PROTECTED]> wrote:

Mauro Carvalho Chehab wrote:
> Enough. Let's stop arguing non technical issues.
>
> If either one of you have any technical argue against the Trent's
> patches, please point where the fix is wrong. Otherwise, if you wish,
> you may send an acked-by agreeing with the fix.
>

Why don't you stop this childish behaviour ?

After explaining to you the reasons in the previous mail:
being the author and maintainer of dst/dst_ca and maintainer of
dvb-bt8xx, i NACK this change

(1) You aren't DVB maintainer


I've seen that too often already, now we could point to a mail someone
sent to Uwe regarding maintainership.

You wouldn't be better at the moment, Mauro at least aknowlidges the
work of others.
I don't know what problems you have with Mauro I heard that there have
been some mails between you and some other developers as well and the
whole situation is just terrible.
If you want to change the whole situation, think about what you can do
for improving the whole situation even if it means that you have to
work with people you don't like.



(2) one shouldn't make such judgement calls on somebody else's driver
unless it falls within your own maintainership



I wrote what I'd like to see from you, it would be a start if you
could work on that first.

Markus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Markus Rechberger

On 5/3/07, VDR User <[EMAIL PROTECTED]> wrote:

STOP FIGHTING ALL THE DAMN TIME!  From an outsiders perspective there
is a lot of unnecessary & childish behavior going on at the expense of
good ideas and coding.  It seems as though the Markus/Mauro team will
go against anything Manu says simply because Manu is the one saying
it.
From what I've seen he is very knowledgeable and a good coder.



From his technical knowledge he's as ok as many other developers are

who have been involved for several years now.

He tries to become the DVB Maintainer, from my side I wrote he first
has to prove it for at least a half year that he supports the project
and helps out people. Till now I haven't seen any response to the
technical questions I had.

And telling that the politicians here are so bad to everyone who'd
like to help finding a solution for it is definitelly the wrong way
either, so other people will not even be able to get an insight into
the whole story.


Manu is an asset and all the personal bickering and immature attitudes
being displayed do not benefit any projects in any way.  If you can't
get past your personal problems then step down until you can learn to
be unbiased and start treating these projects with some sanity/common
sense.

When you drive good people away, guess who loses?  EVERYONE.
Grow up and quit letting your personal feelings interfere in places it should
not be in the first place!!


Since all these issues have been there for more than one year now it
either would be better that he leaves the project OR starts to
seriously discuss the issues and how it would be best to solve them
(and in a way where everyone agrees here)
He just nacks the changes proposed by Uwe which got implemented by
Trent and now Mauro wants to get it done somehow, either in a way
explaining what he wants to do with it in future or changing these few
lines NOW.
I couldn't care less what will happen with his driver, the whole story
gets blown up just because one party here doesn't understand that the
other one doesn't know what he wants to do (and if he seriously will
do something)



I apologize for going off-topic but this is relevant to dvb dev as a
whole.  Things have degraded to a ridiculous state and it's time to
knock it off.  Enough is enough.  The dvb projects should NOT have to
suffer simply because people have lost the decency to act civil
towards one another!

Lastly, the opinions I'm sharing in this post are held by many others,
although they hesitate to do the same publicly for certain reasons.



I fully agree with that.

Markus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Mauro Carvalho Chehab wrote:
> Enough. Let's stop arguing non technical issues.
> 
> If either one of you have any technical argue against the Trent's
> patches, please point where the fix is wrong. Otherwise, if you wish,
> you may send an acked-by agreeing with the fix.
> 

Why don't you stop this childish behaviour ?

After explaining to you the reasons in the previous mail:
being the author and maintainer of dst/dst_ca and maintainer of
dvb-bt8xx, i NACK this change

(1) You aren't DVB maintainer
(2) one shouldn't make such judgement calls on somebody else's driver
unless it falls within your own maintainership


> Mauro.
> 
> Em Qui, 2007-05-03 às 19:19 +0200, Markus Rechberger escreveu:
>> On 5/3/07, Manu Abraham <[EMAIL PROTECTED]> wrote:
>>> Markus Rechberger wrote:
>>>
 Manu,

 to me it looks like your  attitude is not acceptable here, I sent
 several mails already which you just use to ignore.
>>> You very well know the reason why i am ignoring your mails. You just
>>> tend to flame people for nothing. I tend to ignore the flamers.
>>>
>> You should stop to rely on the history, since such a flame needs at
>> least 2 parties and back then you were also involved. There's nothing
>> else to say about that.
>>
 If you don't change that attitude immediatelly I'd really wish to get
 you banned of this community until you're open for discussions.

 http://www.mail-archive.com/linux-dvb%40linuxtv.org/msg22943.html

 there's a bugreport and you fully ignore it, and you blame it on the
 "politicians" here, telling me that there are mails out there
 somewhere shows that you're not interested in getting forward.

>>> That bug report very well proves my point.
>> Well it would be nice if you could answer the question in that mail
>> then, I don't see any reason why you shouldn't answer it.
>>
>> It's just a guess, but it seems like that you had a problem with other
>> developers at that part and it seems like it didn't get to an end
>> (probably because both parties didn't agree with each other)
>>
>> Markus
>> -
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to [EMAIL PROTECTED]
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at  http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Markus Rechberger

On 5/3/07, Manu Abraham <[EMAIL PROTECTED]> wrote:

Markus Rechberger wrote:

> Manu,
>
> to me it looks like your  attitude is not acceptable here, I sent
> several mails already which you just use to ignore.

You very well know the reason why i am ignoring your mails. You just
tend to flame people for nothing. I tend to ignore the flamers.



You should stop to rely on the history, since such a flame needs at
least 2 parties and back then you were also involved. There's nothing
else to say about that.


> If you don't change that attitude immediatelly I'd really wish to get
> you banned of this community until you're open for discussions.
>
> http://www.mail-archive.com/linux-dvb%40linuxtv.org/msg22943.html
>
> there's a bugreport and you fully ignore it, and you blame it on the
> "politicians" here, telling me that there are mails out there
> somewhere shows that you're not interested in getting forward.
>

That bug report very well proves my point.


Well it would be nice if you could answer the question in that mail
then, I don't see any reason why you shouldn't answer it.

It's just a guess, but it seems like that you had a problem with other
developers at that part and it seems like it didn't get to an end
(probably because both parties didn't agree with each other)

Markus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Michael Krufky wrote:
> Manu Abraham wrote:
>> Uwe Bugla wrote:
>>   
>>> If you download the thing as tar.bz2 you get a zero file down.
>>> 
>> I think could be a bug in hgweb probably.
> [snip]
>> Let me see why hgweb gives a zero length archive
>>   
> Manu,
> 
> We reported this bug to the selenic guys quite a long time ago...   You
> should inherit the fix if you upgrade mercurial on your server.
> 

Cool. Thanks.

I think it is a newer version ..

[EMAIL PROTECTED] ~]$ hg --version
Mercurial Distributed SCM (version 0.9)

Copyright (C) 2005 Matt Mackall <[EMAIL PROTECTED]>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

You have an account on that machine. Would you like to take a look ?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Michael Krufky
Manu Abraham wrote:
> Uwe Bugla wrote:
>   
>> If you download the thing as tar.bz2 you get a zero file down.
>> 
>
> I think could be a bug in hgweb probably.
[snip]
> Let me see why hgweb gives a zero length archive
>   
Manu,

We reported this bug to the selenic guys quite a long time ago...   You
should inherit the fix if you upgrade mercurial on your server.


Regards,

Mike

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Uwe Bugla

 Original-Nachricht 
Datum: Thu, 3 May 2007 17:59:18 +0200
Von: "Markus Rechberger" <[EMAIL PROTECTED]>
An: "Manu Abraham" <[EMAIL PROTECTED]>
CC: "Uwe Bugla" <[EMAIL PROTECTED]>, [EMAIL PROTECTED], 
linux-kernel@vger.kernel.org, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL 
PROTECTED]
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical 
points about ...)

> On 5/3/07, Manu Abraham <[EMAIL PROTECTED]> wrote:
> > Uwe Bugla wrote:
> >
> > > Hi Manu,
> > >
> > > But it would be an acceptable compromise FOR NOW, wouldn't it?
> >
> >
> > The reason is i do not wish to make changes to it, till i can fix it. It
> > is indeed hard to fix things that support a lot of devices, with
> > different issues. There are enough of issues in there.
> >
> > You can look at all those frontend not found issues on the DVB ML.
> >
> > The people who make all these noise, do nothing but just play politics.
> > Just do a search on the linux-dvb ML at gmane.org. You can easily find
> them.
> >
> 
> Manu,
> 
> to me it looks like your  attitude is not acceptable here, I sent
> several mails already which you just use to ignore.
> If you don't change that attitude immediatelly I'd really wish to get
> you banned of this community until you're open for discussions.
> 
> http://www.mail-archive.com/linux-dvb%40linuxtv.org/msg22943.html
> 
> there's a bugreport and you fully ignore it, and you blame it on the
> "politicians" here, telling me that there are mails out there
> somewhere shows that you're not interested in getting forward.
> 
> I'm waiting for your response here.
> 
> Markus

Hey Markus, fine chap: Please cool down! I just downloaded this cx878 thing 
which will beat a couple of flies with one attack once it is finished.

It will be more stable than every preceding driver, it will revolutionize RAM 
usage extraordinarily, and it will solve all outstanding technical problems 
involved in the current DST driver concept, if I did understand Manu right, 
which is different sometimes, but, as it seems, not impossible.

So he just changed his priorities, and if this thing is finished we all will be 
winning a lot in the end I guess...

So please at least try to get yourself involved into that project, even if 
there are outstanding human drawbacks - its hard with him, I know, but it is 
not impossible at all.
And the cx878 project is worth to engage oneself in for a thousands of very 
good reasons - just believe me, as I have already done a lot of testing work on 
it.
It's fine, and it will revolutionize the whole bt8xx driver concept.

So if there are many many people helping to finish it, that will be the best 
thing ever seen...

And as far Manu is concerned: he is a primadonna, as I am.
Primadonnas are real extraordinary people, you know.
So please do not beat him or treat him like this.

Yours sincerely

Uwe

Peace, brother!
> 
> > > Waiting for your link meanwhile to download that hopeful project...
> >
> >
> http://thadathil.net:8000/cgi-bin/hgwebdir.cgi/cx878_41?ca=43abfe89c2c9;type=bz2
> >
> 
> 
> -- 
> Markus Rechberger

-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Markus Rechberger wrote:

> Manu,
> 
> to me it looks like your  attitude is not acceptable here, I sent
> several mails already which you just use to ignore.

You very well know the reason why i am ignoring your mails. You just
tend to flame people for nothing. I tend to ignore the flamers.

> If you don't change that attitude immediatelly I'd really wish to get
> you banned of this community until you're open for discussions.
> 
> http://www.mail-archive.com/linux-dvb%40linuxtv.org/msg22943.html
> 
> there's a bugreport and you fully ignore it, and you blame it on the
> "politicians" here, telling me that there are mails out there
> somewhere shows that you're not interested in getting forward.
> 

That bug report very well proves my point.

> I'm waiting for your response here.
> 
> Markus
> 
>> > Waiting for your link meanwhile to download that hopeful project...
>>
>> http://thadathil.net:8000/cgi-bin/hgwebdir.cgi/cx878_41?ca=43abfe89c2c9;type=bz2
>>
>>
> 
> 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Uwe Bugla wrote:
>  Original-Nachricht 
> Datum: Thu, 03 May 2007 19:48:50 +0400
> Von: Manu Abraham <[EMAIL PROTECTED]>
> An: Uwe Bugla <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED], linux-kernel@vger.kernel.org, [EMAIL PROTECTED], 
> [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
> Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical 
> points  about ...)
> 
>> Uwe Bugla wrote:
>>
>>> Hi Manu,
>>>
>>> But it would be an acceptable compromise FOR NOW, wouldn't it?
>>
>> The reason is i do not wish to make changes to it, till i can fix it. It
>> is indeed hard to fix things that support a lot of devices, with
>> different issues. There are enough of issues in there.
>>
>> You can look at all those frontend not found issues on the DVB ML.
>>
>> The people who make all these noise, do nothing but just play politics.
>> Just do a search on the linux-dvb ML at gmane.org. You can easily find
>> them.
>>
>>> Waiting for your link meanwhile to download that hopeful project...
>> http://thadathil.net:8000/cgi-bin/hgwebdir.cgi/cx878_41?ca=43abfe89c2c9;type=bz2
> 
> Sorry Manu,
> 
> incorrect link!
> Why?
> 
> If you download the thing as tar.bz2 you get a zero file down.

I think could be a bug in hgweb probably.

> 
> However, if you download the thing as tar.gz you will succeed in getting it.
> 

Ok. The gzip archive should be as good as the bzip archive, just that it
is slightly larger.

> I'll sit down this evening, try to make changes to imply it into the actual 
> mercurial tree, produce necessary patches and give you a bug report as far as 
> the compilation errors are concerned.
> 
> I am really looking forward to see this fantastic thing finished
> It's worth it for a thousands of very good reasons, not only RAM 
> optimization, but also stability and many many others...
> 
> So gimme some time, and perhaps please supply a tar.bz2 version if you can, 
> or fix the download error (zero file) if there is any other reason that I 
> cannot see.
> 

Let me see why hgweb gives a zero length archive

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Uwe Bugla

 Original-Nachricht 
Datum: Thu, 03 May 2007 19:48:50 +0400
Von: Manu Abraham <[EMAIL PROTECTED]>
An: Uwe Bugla <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED], linux-kernel@vger.kernel.org, [EMAIL PROTECTED], [EMAIL 
PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical 
points    about ...)

> Uwe Bugla wrote:
> 
> > Hi Manu,
> > 
> > But it would be an acceptable compromise FOR NOW, wouldn't it?
> 
> 
> The reason is i do not wish to make changes to it, till i can fix it. It
> is indeed hard to fix things that support a lot of devices, with
> different issues. There are enough of issues in there.
> 
> You can look at all those frontend not found issues on the DVB ML.
> 
> The people who make all these noise, do nothing but just play politics.
> Just do a search on the linux-dvb ML at gmane.org. You can easily find
> them.
> 
> > Waiting for your link meanwhile to download that hopeful project...
> 
> http://thadathil.net:8000/cgi-bin/hgwebdir.cgi/cx878_41?ca=43abfe89c2c9;type=bz2

Sorry Manu,

incorrect link!
Why?

If you download the thing as tar.bz2 you get a zero file down.

However, if you download the thing as tar.gz you will succeed in getting it.

I'll sit down this evening, try to make changes to imply it into the actual 
mercurial tree, produce necessary patches and give you a bug report as far as 
the compilation errors are concerned.

I am really looking forward to see this fantastic thing finished
It's worth it for a thousands of very good reasons, not only RAM optimization, 
but also stability and many many others...

So gimme some time, and perhaps please supply a tar.bz2 version if you can, or 
fix the download error (zero file) if there is any other reason that I cannot 
see.

OKIDOK so far?

Uwe



-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Markus Rechberger

On 5/3/07, Manu Abraham <[EMAIL PROTECTED]> wrote:

Uwe Bugla wrote:

> Hi Manu,
>
> But it would be an acceptable compromise FOR NOW, wouldn't it?


The reason is i do not wish to make changes to it, till i can fix it. It
is indeed hard to fix things that support a lot of devices, with
different issues. There are enough of issues in there.

You can look at all those frontend not found issues on the DVB ML.

The people who make all these noise, do nothing but just play politics.
Just do a search on the linux-dvb ML at gmane.org. You can easily find them.



Manu,

to me it looks like your  attitude is not acceptable here, I sent
several mails already which you just use to ignore.
If you don't change that attitude immediatelly I'd really wish to get
you banned of this community until you're open for discussions.

http://www.mail-archive.com/linux-dvb%40linuxtv.org/msg22943.html

there's a bugreport and you fully ignore it, and you blame it on the
"politicians" here, telling me that there are mails out there
somewhere shows that you're not interested in getting forward.

I'm waiting for your response here.

Markus


> Waiting for your link meanwhile to download that hopeful project...

http://thadathil.net:8000/cgi-bin/hgwebdir.cgi/cx878_41?ca=43abfe89c2c9;type=bz2




--
Markus Rechberger
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Uwe Bugla wrote:

> Hi Manu,
> 
> But it would be an acceptable compromise FOR NOW, wouldn't it?


The reason is i do not wish to make changes to it, till i can fix it. It
is indeed hard to fix things that support a lot of devices, with
different issues. There are enough of issues in there.

You can look at all those frontend not found issues on the DVB ML.

The people who make all these noise, do nothing but just play politics.
Just do a search on the linux-dvb ML at gmane.org. You can easily find them.

> Waiting for your link meanwhile to download that hopeful project...

http://thadathil.net:8000/cgi-bin/hgwebdir.cgi/cx878_41?ca=43abfe89c2c9;type=bz2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Uwe Bugla

 Original-Nachricht 
Datum: Thu, 03 May 2007 18:44:36 +0400
Von: Manu Abraham <[EMAIL PROTECTED]>
An: Uwe Bugla <[EMAIL PROTECTED]>
CC: linux-kernel@vger.kernel.org, [EMAIL PROTECTED]
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical 
points    about ...)

> Uwe Bugla wrote:
> 
> > On the technical layer I noticed that I heard some Pinnacle relais click
> during testing, but there were some i2c_bus symbols missing during
> compilation. So I guess those missing symbols are responsible for getting 
> neither
> picture nor sound.
> 
> Can you send your compile warnings ? I couldn't find the same in my
> mailbox any report on the same. Maybe my mail filter did something.

I can certainly send compile warnings and dmesg and whatever you need.

But at first I need another link WHERE I can download the actual cx878 code.

Is it thaddathil.net or where the hell has it gone?

Just send me one link please, otherwise I do not have any chance to help you, 
OK?

> 
> > A. If you are really interested I can send you my basic puzzle parts in
> short, opening a new thread on this issue. Just give me a short response if
> you are interested.
> > 
> > B. If you want to continue the cx878 project please drop me a short note
> where I can download it to test and enlarge it with my own ideas as good
> as I can.
> > 
> > Must not be immediately (no sweat please), but I am looking forward to
> receive a response from you.
> > 
> 
> What i would like to do is like this: Have the current state frozen as
> it is, such that there is a fallback case (The dst is quite fragile and
> change at some place would break another. ie, what looks good for one
> DST variant is bad for the other). Work on a new tree (CX878) and
> migrate stuff to it. Remove the old one, once things are done.
> 
> I wouldn't want to mess up the current working situation and hence.

Hi Manu,

But it would be an acceptable compromise FOR NOW, wouldn't it?
So please don't turn your back on it, even if it may be incomplete for your 
needs.
Just add your SOB and then focus on cx878 with full power, OK?
Anything else would be terrible in pschological terms, you know?
Just think about Trent, Markus, me, so many others, you know.
Do I expect too much? Hope I do not!

Plus:

If I should help you it would be a pleasure for me if you could offer an 
acceptable time window that fulfills the following aims:

a. not to exhaust or threaten or bug you or nerve you (noone wants that, you 
know)
b. give me and others a feeling for when things of whatever issue are done and 
resolved, you know.

So at least for me it's very hard to continue if the whole thing looks like a 
never ending story, you know? So please give us a chance. And please do better 
this time.
Just learn and develop, you know.
And be more transparent and eloquent this time, but do not crawl back into a 
snail house, OK?

Waiting for your link meanwhile to download that hopeful project...
CCing some other persons who are perhaps interested in this

Yours sincerely
Uwe

-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Uwe Bugla wrote:

> On the technical layer I noticed that I heard some Pinnacle relais click 
> during testing, but there were some i2c_bus symbols missing during 
> compilation. So I guess those missing symbols are responsible for getting 
> neither picture nor sound.

Can you send your compile warnings ? I couldn't find the same in my
mailbox any report on the same. Maybe my mail filter did something.

> A. If you are really interested I can send you my basic puzzle parts in 
> short, opening a new thread on this issue. Just give me a short response if 
> you are interested.
> 
> B. If you want to continue the cx878 project please drop me a short note 
> where I can download it to test and enlarge it with my own ideas as good as I 
> can.
> 
> Must not be immediately (no sweat please), but I am looking forward to 
> receive a response from you.
> 

What i would like to do is like this: Have the current state frozen as
it is, such that there is a fallback case (The dst is quite fragile and
change at some place would break another. ie, what looks good for one
DST variant is bad for the other). Work on a new tree (CX878) and
migrate stuff to it. Remove the old one, once things are done.

I wouldn't want to mess up the current working situation and hence.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Uwe Bugla

 Original-Nachricht 
Datum: Wed, 02 May 2007 20:45:58 +0400
Von: Manu Abraham <[EMAIL PROTECTED]>
An: Uwe Bugla <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED], linux-kernel@vger.kernel.org
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical 
points    about ...)

> Uwe Bugla wrote:
> >  Original-Nachricht 
> > Datum: Wed, 02 May 2007 17:30:32 +0400
> > Von: Manu Abraham <[EMAIL PROTECTED]>
> > An: Trent Piepho <[EMAIL PROTECTED]>
> > CC: Simon Arlott <[EMAIL PROTECTED]>, Linux Kernel Mailing list
> , [EMAIL PROTECTED], Jan Engelhardt
> <[EMAIL PROTECTED]>, [EMAIL PROTECTED],
> [EMAIL PROTECTED], Linux DVB <[EMAIL PROTECTED]>
> > Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was:
> Critical  points  about ...)
> > 
> >> Trent Piepho wrote:
> >>> On Tue, 1 May 2007, Simon Arlott wrote:
> >>>> On 30/04/07 22:17, Markus Rechberger wrote:
> >>>>> From my side I do not see any problem with that patch, if someone
> else
> >>>>> has a problem with it please state out the reason.
> >>>> I have no problem with the patch since it has nothing to do with my
> DVB
> >>>> card but you're only encouraging Uwe to be abusive since it seems to
> >>>> help get him what he wants:
> >>> I've been aware of the problem with dst not fully using the dvb
> >> customization
> >>> systems(*) for a long time.  It came up when dvb_attach() et al were
> >> first
> >>> being integrated, well before any rejected patches or strongly worded
> >> emails
> >>> or whatever from certain people that I'm aware of.
> >>>
> >> Well, your understanding of the device is quite limited and hence your
> >> comments and patches.
> >>
> >> The DST as it refers to is an embedded system a x86 Compatible RISC
> core
> >> [1] running at 20Mhz with 4MB Flash and 1MB RAM. The device has it's
> own
> >> IO and 2 DMA channels. What we have is a PQFP device
> >>
> >> This is the case in most cases. On some cheaper cards the embedded
> >> system is replaced by an 8 bit host microcontroller, to cut down costs
> >> where all the features are not required for a specific model
> >>
> >> Additionally this embedded system has a fast shovelling engine for the
> >> MPEG2 TS routing in between the
> >> This embedded system is connected to an actual
> >> (1) DVB frontend [2]
> >> (2) DVB CA interface [3]
> >> (3) Analog tuner
> >> (4) Audio interfaces
> >>
> >> These features are not the characteristics of a DVB Frontend. Here
> there
> >> is a DVB frontend like the normal ones which is hidden behind another
> >> pseudo bridge (So you don't have *any* access to the frontend at large)
> >>
> >> It is not necessary that *all* the dst cards (there are around ~15
> >> different variants of the same) do have the very same feature set.
> >>
> >> It does support DVB-S/DSS/DVB-C/DVB-T/ATSC depending on the cards. In
> >> fact it is a combo driver supporting the entire devices using a common
> >> command set
> >>
> >> In such a case it has more characteristics of the PCI bridge and in
> fact
> >> heavily tied to it and has it's own advantages.
> >>
> >>> I saw some discussion about dst by Markus, Mauro, and Andrew Morton,
> and
> >> since
> >>> I already know about the issues here, I felt I should post a patch for
> >> them
> >>> any other reasonable developers who might spend time on this.
> >>>
> >> I would think that it would be *extremely* rude for a person to send in
> >> patches for a device that which you don't understand at all, when it is
> >> for limiting the capability of the said device
> > 
> > Hi Manu,
> > now if this is your evalution about it all, then let me tell you that I
> feel deeply sorry about it.
> > 
> > Fact is:
> > Noone ever intended to send in patches limiting the capability of the
> said device (DST): I never did, Trent never did, Markus, Mauro, Andrew and
> others never did...
> > 
> > Instead of this we all have very different knowledge and understanding
> levels, with you obviously being the one with the most elaborate and
> sophisticated level.
> > 
> > So please why, instead of marking other people as "rude" whose solutions
> you do not appreciate at all, don't you just pick up the p

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Uwe Bugla

 Original-Nachricht 
Datum: Wed, 02 May 2007 20:45:58 +0400
Von: Manu Abraham [EMAIL PROTECTED]
An: Uwe Bugla [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], linux-kernel@vger.kernel.org
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical 
pointsabout ...)

 Uwe Bugla wrote:
   Original-Nachricht 
  Datum: Wed, 02 May 2007 17:30:32 +0400
  Von: Manu Abraham [EMAIL PROTECTED]
  An: Trent Piepho [EMAIL PROTECTED]
  CC: Simon Arlott [EMAIL PROTECTED], Linux Kernel Mailing list
 linux-kernel@vger.kernel.org, [EMAIL PROTECTED], Jan Engelhardt
 [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED], Linux DVB [EMAIL PROTECTED]
  Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was:
 Critical  points  about ...)
  
  Trent Piepho wrote:
  On Tue, 1 May 2007, Simon Arlott wrote:
  On 30/04/07 22:17, Markus Rechberger wrote:
  From my side I do not see any problem with that patch, if someone
 else
  has a problem with it please state out the reason.
  I have no problem with the patch since it has nothing to do with my
 DVB
  card but you're only encouraging Uwe to be abusive since it seems to
  help get him what he wants:
  I've been aware of the problem with dst not fully using the dvb
  customization
  systems(*) for a long time.  It came up when dvb_attach() et al were
  first
  being integrated, well before any rejected patches or strongly worded
  emails
  or whatever from certain people that I'm aware of.
 
  Well, your understanding of the device is quite limited and hence your
  comments and patches.
 
  The DST as it refers to is an embedded system a x86 Compatible RISC
 core
  [1] running at 20Mhz with 4MB Flash and 1MB RAM. The device has it's
 own
  IO and 2 DMA channels. What we have is a PQFP device
 
  This is the case in most cases. On some cheaper cards the embedded
  system is replaced by an 8 bit host microcontroller, to cut down costs
  where all the features are not required for a specific model
 
  Additionally this embedded system has a fast shovelling engine for the
  MPEG2 TS routing in between the
  This embedded system is connected to an actual
  (1) DVB frontend [2]
  (2) DVB CA interface [3]
  (3) Analog tuner
  (4) Audio interfaces
 
  These features are not the characteristics of a DVB Frontend. Here
 there
  is a DVB frontend like the normal ones which is hidden behind another
  pseudo bridge (So you don't have *any* access to the frontend at large)
 
  It is not necessary that *all* the dst cards (there are around ~15
  different variants of the same) do have the very same feature set.
 
  It does support DVB-S/DSS/DVB-C/DVB-T/ATSC depending on the cards. In
  fact it is a combo driver supporting the entire devices using a common
  command set
 
  In such a case it has more characteristics of the PCI bridge and in
 fact
  heavily tied to it and has it's own advantages.
 
  I saw some discussion about dst by Markus, Mauro, and Andrew Morton,
 and
  since
  I already know about the issues here, I felt I should post a patch for
  them
  any other reasonable developers who might spend time on this.
 
  I would think that it would be *extremely* rude for a person to send in
  patches for a device that which you don't understand at all, when it is
  for limiting the capability of the said device
  
  Hi Manu,
  now if this is your evalution about it all, then let me tell you that I
 feel deeply sorry about it.
  
  Fact is:
  Noone ever intended to send in patches limiting the capability of the
 said device (DST): I never did, Trent never did, Markus, Mauro, Andrew and
 others never did...
  
  Instead of this we all have very different knowledge and understanding
 levels, with you obviously being the one with the most elaborate and
 sophisticated level.
  
  So please why, instead of marking other people as rude whose solutions
 you do not appreciate at all, don't you just pick up the pratical
 proposals of other persons, even if you do not like them for some reasons, 
 and at
 least try to raise them up to a far more better level?
  Thus you definitely could avoid a lots of flaming, misunderstanding, and
 other counterproductive things to happen...
  And this would conform to practising the synergetic principle, wouldn't
 it?
  
  Just one hint to help you: I remember a mail from Johannes in which he
 told me that you started up this whole development thing from a zero level
 some two or three years  ago. And Johannes not forgot to state that in the
 beginning you were nothing but nerving... (now add a smiley behind this,
 please, I'd deeply appreciate you to do).
  
  Above that:
  1. Taking part in testing the mm-tree and eliminating horrible bugs in
 it I never experienced but positive and warm compromise solutions in the
 end. Experiencing this is highly enlarging one's own personality.
  2. If you start up at zero (like you did once too - see above and ask
 Johannes if you do not remember at all

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Uwe Bugla wrote:

 On the technical layer I noticed that I heard some Pinnacle relais click 
 during testing, but there were some i2c_bus symbols missing during 
 compilation. So I guess those missing symbols are responsible for getting 
 neither picture nor sound.

Can you send your compile warnings ? I couldn't find the same in my
mailbox any report on the same. Maybe my mail filter did something.

 A. If you are really interested I can send you my basic puzzle parts in 
 short, opening a new thread on this issue. Just give me a short response if 
 you are interested.
 
 B. If you want to continue the cx878 project please drop me a short note 
 where I can download it to test and enlarge it with my own ideas as good as I 
 can.
 
 Must not be immediately (no sweat please), but I am looking forward to 
 receive a response from you.
 

What i would like to do is like this: Have the current state frozen as
it is, such that there is a fallback case (The dst is quite fragile and
change at some place would break another. ie, what looks good for one
DST variant is bad for the other). Work on a new tree (CX878) and
migrate stuff to it. Remove the old one, once things are done.

I wouldn't want to mess up the current working situation and hence.

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Uwe Bugla

 Original-Nachricht 
Datum: Thu, 03 May 2007 18:44:36 +0400
Von: Manu Abraham [EMAIL PROTECTED]
An: Uwe Bugla [EMAIL PROTECTED]
CC: linux-kernel@vger.kernel.org, [EMAIL PROTECTED]
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical 
pointsabout ...)

 Uwe Bugla wrote:
 
  On the technical layer I noticed that I heard some Pinnacle relais click
 during testing, but there were some i2c_bus symbols missing during
 compilation. So I guess those missing symbols are responsible for getting 
 neither
 picture nor sound.
 
 Can you send your compile warnings ? I couldn't find the same in my
 mailbox any report on the same. Maybe my mail filter did something.

I can certainly send compile warnings and dmesg and whatever you need.

But at first I need another link WHERE I can download the actual cx878 code.

Is it thaddathil.net or where the hell has it gone?

Just send me one link please, otherwise I do not have any chance to help you, 
OK?

 
  A. If you are really interested I can send you my basic puzzle parts in
 short, opening a new thread on this issue. Just give me a short response if
 you are interested.
  
  B. If you want to continue the cx878 project please drop me a short note
 where I can download it to test and enlarge it with my own ideas as good
 as I can.
  
  Must not be immediately (no sweat please), but I am looking forward to
 receive a response from you.
  
 
 What i would like to do is like this: Have the current state frozen as
 it is, such that there is a fallback case (The dst is quite fragile and
 change at some place would break another. ie, what looks good for one
 DST variant is bad for the other). Work on a new tree (CX878) and
 migrate stuff to it. Remove the old one, once things are done.
 
 I wouldn't want to mess up the current working situation and hence.

Hi Manu,

But it would be an acceptable compromise FOR NOW, wouldn't it?
So please don't turn your back on it, even if it may be incomplete for your 
needs.
Just add your SOB and then focus on cx878 with full power, OK?
Anything else would be terrible in pschological terms, you know?
Just think about Trent, Markus, me, so many others, you know.
Do I expect too much? Hope I do not!

Plus:

If I should help you it would be a pleasure for me if you could offer an 
acceptable time window that fulfills the following aims:

a. not to exhaust or threaten or bug you or nerve you (noone wants that, you 
know)
b. give me and others a feeling for when things of whatever issue are done and 
resolved, you know.

So at least for me it's very hard to continue if the whole thing looks like a 
never ending story, you know? So please give us a chance. And please do better 
this time.
Just learn and develop, you know.
And be more transparent and eloquent this time, but do not crawl back into a 
snail house, OK?

Waiting for your link meanwhile to download that hopeful project...
CCing some other persons who are perhaps interested in this

Yours sincerely
Uwe

-- 
Feel free - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Uwe Bugla wrote:

 Hi Manu,
 
 But it would be an acceptable compromise FOR NOW, wouldn't it?


The reason is i do not wish to make changes to it, till i can fix it. It
is indeed hard to fix things that support a lot of devices, with
different issues. There are enough of issues in there.

You can look at all those frontend not found issues on the DVB ML.

The people who make all these noise, do nothing but just play politics.
Just do a search on the linux-dvb ML at gmane.org. You can easily find them.

 Waiting for your link meanwhile to download that hopeful project...

http://thadathil.net:8000/cgi-bin/hgwebdir.cgi/cx878_41?ca=43abfe89c2c9;type=bz2
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Markus Rechberger

On 5/3/07, Manu Abraham [EMAIL PROTECTED] wrote:

Uwe Bugla wrote:

 Hi Manu,

 But it would be an acceptable compromise FOR NOW, wouldn't it?


The reason is i do not wish to make changes to it, till i can fix it. It
is indeed hard to fix things that support a lot of devices, with
different issues. There are enough of issues in there.

You can look at all those frontend not found issues on the DVB ML.

The people who make all these noise, do nothing but just play politics.
Just do a search on the linux-dvb ML at gmane.org. You can easily find them.



Manu,

to me it looks like your  attitude is not acceptable here, I sent
several mails already which you just use to ignore.
If you don't change that attitude immediatelly I'd really wish to get
you banned of this community until you're open for discussions.

http://www.mail-archive.com/linux-dvb%40linuxtv.org/msg22943.html

there's a bugreport and you fully ignore it, and you blame it on the
politicians here, telling me that there are mails out there
somewhere shows that you're not interested in getting forward.

I'm waiting for your response here.

Markus


 Waiting for your link meanwhile to download that hopeful project...

http://thadathil.net:8000/cgi-bin/hgwebdir.cgi/cx878_41?ca=43abfe89c2c9;type=bz2




--
Markus Rechberger
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Uwe Bugla

 Original-Nachricht 
Datum: Thu, 03 May 2007 19:48:50 +0400
Von: Manu Abraham [EMAIL PROTECTED]
An: Uwe Bugla [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], linux-kernel@vger.kernel.org, [EMAIL PROTECTED], [EMAIL 
PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical 
pointsabout ...)

 Uwe Bugla wrote:
 
  Hi Manu,
  
  But it would be an acceptable compromise FOR NOW, wouldn't it?
 
 
 The reason is i do not wish to make changes to it, till i can fix it. It
 is indeed hard to fix things that support a lot of devices, with
 different issues. There are enough of issues in there.
 
 You can look at all those frontend not found issues on the DVB ML.
 
 The people who make all these noise, do nothing but just play politics.
 Just do a search on the linux-dvb ML at gmane.org. You can easily find
 them.
 
  Waiting for your link meanwhile to download that hopeful project...
 
 http://thadathil.net:8000/cgi-bin/hgwebdir.cgi/cx878_41?ca=43abfe89c2c9;type=bz2

Sorry Manu,

incorrect link!
Why?

If you download the thing as tar.bz2 you get a zero file down.

However, if you download the thing as tar.gz you will succeed in getting it.

I'll sit down this evening, try to make changes to imply it into the actual 
mercurial tree, produce necessary patches and give you a bug report as far as 
the compilation errors are concerned.

I am really looking forward to see this fantastic thing finished
It's worth it for a thousands of very good reasons, not only RAM optimization, 
but also stability and many many others...

So gimme some time, and perhaps please supply a tar.bz2 version if you can, or 
fix the download error (zero file) if there is any other reason that I cannot 
see.

OKIDOK so far?

Uwe



-- 
Feel free - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Uwe Bugla wrote:
  Original-Nachricht 
 Datum: Thu, 03 May 2007 19:48:50 +0400
 Von: Manu Abraham [EMAIL PROTECTED]
 An: Uwe Bugla [EMAIL PROTECTED]
 CC: [EMAIL PROTECTED], linux-kernel@vger.kernel.org, [EMAIL PROTECTED], 
 [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
 Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical 
 points  about ...)
 
 Uwe Bugla wrote:

 Hi Manu,

 But it would be an acceptable compromise FOR NOW, wouldn't it?

 The reason is i do not wish to make changes to it, till i can fix it. It
 is indeed hard to fix things that support a lot of devices, with
 different issues. There are enough of issues in there.

 You can look at all those frontend not found issues on the DVB ML.

 The people who make all these noise, do nothing but just play politics.
 Just do a search on the linux-dvb ML at gmane.org. You can easily find
 them.

 Waiting for your link meanwhile to download that hopeful project...
 http://thadathil.net:8000/cgi-bin/hgwebdir.cgi/cx878_41?ca=43abfe89c2c9;type=bz2
 
 Sorry Manu,
 
 incorrect link!
 Why?
 
 If you download the thing as tar.bz2 you get a zero file down.

I think could be a bug in hgweb probably.

 
 However, if you download the thing as tar.gz you will succeed in getting it.
 

Ok. The gzip archive should be as good as the bzip archive, just that it
is slightly larger.

 I'll sit down this evening, try to make changes to imply it into the actual 
 mercurial tree, produce necessary patches and give you a bug report as far as 
 the compilation errors are concerned.
 
 I am really looking forward to see this fantastic thing finished
 It's worth it for a thousands of very good reasons, not only RAM 
 optimization, but also stability and many many others...
 
 So gimme some time, and perhaps please supply a tar.bz2 version if you can, 
 or fix the download error (zero file) if there is any other reason that I 
 cannot see.
 

Let me see why hgweb gives a zero length archive

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Markus Rechberger wrote:

 Manu,
 
 to me it looks like your  attitude is not acceptable here, I sent
 several mails already which you just use to ignore.

You very well know the reason why i am ignoring your mails. You just
tend to flame people for nothing. I tend to ignore the flamers.

 If you don't change that attitude immediatelly I'd really wish to get
 you banned of this community until you're open for discussions.
 
 http://www.mail-archive.com/linux-dvb%40linuxtv.org/msg22943.html
 
 there's a bugreport and you fully ignore it, and you blame it on the
 politicians here, telling me that there are mails out there
 somewhere shows that you're not interested in getting forward.
 

That bug report very well proves my point.

 I'm waiting for your response here.
 
 Markus
 
  Waiting for your link meanwhile to download that hopeful project...

 http://thadathil.net:8000/cgi-bin/hgwebdir.cgi/cx878_41?ca=43abfe89c2c9;type=bz2


 
 

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Uwe Bugla

 Original-Nachricht 
Datum: Thu, 3 May 2007 17:59:18 +0200
Von: Markus Rechberger [EMAIL PROTECTED]
An: Manu Abraham [EMAIL PROTECTED]
CC: Uwe Bugla [EMAIL PROTECTED], [EMAIL PROTECTED], 
linux-kernel@vger.kernel.org, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL 
PROTECTED]
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical 
points about ...)

 On 5/3/07, Manu Abraham [EMAIL PROTECTED] wrote:
  Uwe Bugla wrote:
 
   Hi Manu,
  
   But it would be an acceptable compromise FOR NOW, wouldn't it?
 
 
  The reason is i do not wish to make changes to it, till i can fix it. It
  is indeed hard to fix things that support a lot of devices, with
  different issues. There are enough of issues in there.
 
  You can look at all those frontend not found issues on the DVB ML.
 
  The people who make all these noise, do nothing but just play politics.
  Just do a search on the linux-dvb ML at gmane.org. You can easily find
 them.
 
 
 Manu,
 
 to me it looks like your  attitude is not acceptable here, I sent
 several mails already which you just use to ignore.
 If you don't change that attitude immediatelly I'd really wish to get
 you banned of this community until you're open for discussions.
 
 http://www.mail-archive.com/linux-dvb%40linuxtv.org/msg22943.html
 
 there's a bugreport and you fully ignore it, and you blame it on the
 politicians here, telling me that there are mails out there
 somewhere shows that you're not interested in getting forward.
 
 I'm waiting for your response here.
 
 Markus

Hey Markus, fine chap: Please cool down! I just downloaded this cx878 thing 
which will beat a couple of flies with one attack once it is finished.

It will be more stable than every preceding driver, it will revolutionize RAM 
usage extraordinarily, and it will solve all outstanding technical problems 
involved in the current DST driver concept, if I did understand Manu right, 
which is different sometimes, but, as it seems, not impossible.

So he just changed his priorities, and if this thing is finished we all will be 
winning a lot in the end I guess...

So please at least try to get yourself involved into that project, even if 
there are outstanding human drawbacks - its hard with him, I know, but it is 
not impossible at all.
And the cx878 project is worth to engage oneself in for a thousands of very 
good reasons - just believe me, as I have already done a lot of testing work on 
it.
It's fine, and it will revolutionize the whole bt8xx driver concept.

So if there are many many people helping to finish it, that will be the best 
thing ever seen...

And as far Manu is concerned: he is a primadonna, as I am.
Primadonnas are real extraordinary people, you know.
So please do not beat him or treat him like this.

Yours sincerely

Uwe

Peace, brother!
 
   Waiting for your link meanwhile to download that hopeful project...
 
 
 http://thadathil.net:8000/cgi-bin/hgwebdir.cgi/cx878_41?ca=43abfe89c2c9;type=bz2
 
 
 
 -- 
 Markus Rechberger

-- 
Feel free - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Michael Krufky
Manu Abraham wrote:
 Uwe Bugla wrote:
   
 If you download the thing as tar.bz2 you get a zero file down.
 

 I think could be a bug in hgweb probably.
[snip]
 Let me see why hgweb gives a zero length archive
   
Manu,

We reported this bug to the selenic guys quite a long time ago...   You
should inherit the fix if you upgrade mercurial on your server.


Regards,

Mike

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Michael Krufky wrote:
 Manu Abraham wrote:
 Uwe Bugla wrote:
   
 If you download the thing as tar.bz2 you get a zero file down.
 
 I think could be a bug in hgweb probably.
 [snip]
 Let me see why hgweb gives a zero length archive
   
 Manu,
 
 We reported this bug to the selenic guys quite a long time ago...   You
 should inherit the fix if you upgrade mercurial on your server.
 

Cool. Thanks.

I think it is a newer version ..

[EMAIL PROTECTED] ~]$ hg --version
Mercurial Distributed SCM (version 0.9)

Copyright (C) 2005 Matt Mackall [EMAIL PROTECTED]
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

You have an account on that machine. Would you like to take a look ?

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Markus Rechberger

On 5/3/07, Manu Abraham [EMAIL PROTECTED] wrote:

Markus Rechberger wrote:

 Manu,

 to me it looks like your  attitude is not acceptable here, I sent
 several mails already which you just use to ignore.

You very well know the reason why i am ignoring your mails. You just
tend to flame people for nothing. I tend to ignore the flamers.



You should stop to rely on the history, since such a flame needs at
least 2 parties and back then you were also involved. There's nothing
else to say about that.


 If you don't change that attitude immediatelly I'd really wish to get
 you banned of this community until you're open for discussions.

 http://www.mail-archive.com/linux-dvb%40linuxtv.org/msg22943.html

 there's a bugreport and you fully ignore it, and you blame it on the
 politicians here, telling me that there are mails out there
 somewhere shows that you're not interested in getting forward.


That bug report very well proves my point.


Well it would be nice if you could answer the question in that mail
then, I don't see any reason why you shouldn't answer it.

It's just a guess, but it seems like that you had a problem with other
developers at that part and it seems like it didn't get to an end
(probably because both parties didn't agree with each other)

Markus
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Mauro Carvalho Chehab wrote:
 Enough. Let's stop arguing non technical issues.
 
 If either one of you have any technical argue against the Trent's
 patches, please point where the fix is wrong. Otherwise, if you wish,
 you may send an acked-by agreeing with the fix.
 

Why don't you stop this childish behaviour ?

After explaining to you the reasons in the previous mail:
being the author and maintainer of dst/dst_ca and maintainer of
dvb-bt8xx, i NACK this change

(1) You aren't DVB maintainer
(2) one shouldn't make such judgement calls on somebody else's driver
unless it falls within your own maintainership


 Mauro.
 
 Em Qui, 2007-05-03 às 19:19 +0200, Markus Rechberger escreveu:
 On 5/3/07, Manu Abraham [EMAIL PROTECTED] wrote:
 Markus Rechberger wrote:

 Manu,

 to me it looks like your  attitude is not acceptable here, I sent
 several mails already which you just use to ignore.
 You very well know the reason why i am ignoring your mails. You just
 tend to flame people for nothing. I tend to ignore the flamers.

 You should stop to rely on the history, since such a flame needs at
 least 2 parties and back then you were also involved. There's nothing
 else to say about that.

 If you don't change that attitude immediatelly I'd really wish to get
 you banned of this community until you're open for discussions.

 http://www.mail-archive.com/linux-dvb%40linuxtv.org/msg22943.html

 there's a bugreport and you fully ignore it, and you blame it on the
 politicians here, telling me that there are mails out there
 somewhere shows that you're not interested in getting forward.

 That bug report very well proves my point.
 Well it would be nice if you could answer the question in that mail
 then, I don't see any reason why you shouldn't answer it.

 It's just a guess, but it seems like that you had a problem with other
 developers at that part and it seems like it didn't get to an end
 (probably because both parties didn't agree with each other)

 Markus
 -
 To unsubscribe from this list: send the line unsubscribe linux-kernel in
 the body of a message to [EMAIL PROTECTED]
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 Please read the FAQ at  http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Markus Rechberger

On 5/3/07, VDR User [EMAIL PROTECTED] wrote:

STOP FIGHTING ALL THE DAMN TIME!  From an outsiders perspective there
is a lot of unnecessary  childish behavior going on at the expense of
good ideas and coding.  It seems as though the Markus/Mauro team will
go against anything Manu says simply because Manu is the one saying
it.
From what I've seen he is very knowledgeable and a good coder.



From his technical knowledge he's as ok as many other developers are

who have been involved for several years now.

He tries to become the DVB Maintainer, from my side I wrote he first
has to prove it for at least a half year that he supports the project
and helps out people. Till now I haven't seen any response to the
technical questions I had.

And telling that the politicians here are so bad to everyone who'd
like to help finding a solution for it is definitelly the wrong way
either, so other people will not even be able to get an insight into
the whole story.


Manu is an asset and all the personal bickering and immature attitudes
being displayed do not benefit any projects in any way.  If you can't
get past your personal problems then step down until you can learn to
be unbiased and start treating these projects with some sanity/common
sense.

When you drive good people away, guess who loses?  EVERYONE.
Grow up and quit letting your personal feelings interfere in places it should
not be in the first place!!


Since all these issues have been there for more than one year now it
either would be better that he leaves the project OR starts to
seriously discuss the issues and how it would be best to solve them
(and in a way where everyone agrees here)
He just nacks the changes proposed by Uwe which got implemented by
Trent and now Mauro wants to get it done somehow, either in a way
explaining what he wants to do with it in future or changing these few
lines NOW.
I couldn't care less what will happen with his driver, the whole story
gets blown up just because one party here doesn't understand that the
other one doesn't know what he wants to do (and if he seriously will
do something)



I apologize for going off-topic but this is relevant to dvb dev as a
whole.  Things have degraded to a ridiculous state and it's time to
knock it off.  Enough is enough.  The dvb projects should NOT have to
suffer simply because people have lost the decency to act civil
towards one another!

Lastly, the opinions I'm sharing in this post are held by many others,
although they hesitate to do the same publicly for certain reasons.



I fully agree with that.

Markus
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Markus Rechberger

On 5/3/07, Manu Abraham [EMAIL PROTECTED] wrote:

Mauro Carvalho Chehab wrote:
 Enough. Let's stop arguing non technical issues.

 If either one of you have any technical argue against the Trent's
 patches, please point where the fix is wrong. Otherwise, if you wish,
 you may send an acked-by agreeing with the fix.


Why don't you stop this childish behaviour ?

After explaining to you the reasons in the previous mail:
being the author and maintainer of dst/dst_ca and maintainer of
dvb-bt8xx, i NACK this change

(1) You aren't DVB maintainer


I've seen that too often already, now we could point to a mail someone
sent to Uwe regarding maintainership.

You wouldn't be better at the moment, Mauro at least aknowlidges the
work of others.
I don't know what problems you have with Mauro I heard that there have
been some mails between you and some other developers as well and the
whole situation is just terrible.
If you want to change the whole situation, think about what you can do
for improving the whole situation even if it means that you have to
work with people you don't like.



(2) one shouldn't make such judgement calls on somebody else's driver
unless it falls within your own maintainership



I wrote what I'd like to see from you, it would be a start if you
could work on that first.

Markus
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Markus Rechberger wrote:
 On 5/3/07, Manu Abraham [EMAIL PROTECTED] wrote:
 Mauro Carvalho Chehab wrote:
  Enough. Let's stop arguing non technical issues.
 
  If either one of you have any technical argue against the Trent's
  patches, please point where the fix is wrong. Otherwise, if you wish,
  you may send an acked-by agreeing with the fix.
 

 Why don't you stop this childish behaviour ?

 After explaining to you the reasons in the previous mail:
 being the author and maintainer of dst/dst_ca and maintainer of
 dvb-bt8xx, i NACK this change

 (1) You aren't DVB maintainer
 
 I've seen that too often already, now we could point to a mail someone
 sent to Uwe regarding maintainership.


FYI, I have never written to Uwe regarding any sort of maintainership.
You seem to be quite up with an overdose of drugs

From 2005/09/13 - 2007/05/03 (till date) there have been 15 mails from
my side to Uwe, none of which has a topic whatsoever you say. Only the
first mail was a private mail and that is CC'd to Johannes as well.

Firstly you seem to play politics by getting Uwe to flame me, then when
it backfired, you are trying to play tricks with the rest of the
community as well, by spreading nonsense statements.

Great!


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Markus Rechberger

On 5/3/07, Manu Abraham [EMAIL PROTECTED] wrote:

Markus Rechberger wrote:
 On 5/3/07, Manu Abraham [EMAIL PROTECTED] wrote:
 Mauro Carvalho Chehab wrote:
  Enough. Let's stop arguing non technical issues.
 
  If either one of you have any technical argue against the Trent's
  patches, please point where the fix is wrong. Otherwise, if you wish,
  you may send an acked-by agreeing with the fix.
 

 Why don't you stop this childish behaviour ?

 After explaining to you the reasons in the previous mail:
 being the author and maintainer of dst/dst_ca and maintainer of
 dvb-bt8xx, i NACK this change

 (1) You aren't DVB maintainer

 I've seen that too often already, now we could point to a mail someone
 sent to Uwe regarding maintainership.


FYI, I have never written to Uwe regarding any sort of maintainership.
You seem to be quite up with an overdose of drugs



I mean the mail from Helge Hafting (thread  [linux-dvb] Critical
points about kernel 2.6.21 and pseudo-authorities) at the very first
beginning.


From 2005/09/13 - 2007/05/03 (till date) there have been 15 mails from
my side to Uwe, none of which has a topic whatsoever you say. Only the
first mail was a private mail and that is CC'd to Johannes as well.

Firstly you seem to play politics by getting Uwe to flame me, then when
it backfired, you are trying to play tricks with the rest of the
community as well, by spreading nonsense statements.



I sent several comments to Uwe to stop flaming, Trent was in the CC
sometimes I never wrote that he should flame on anyone.
I can simply forward you all mails I sent to Uwe there's not one bad mail.

My point is moreover to get that issue sorted out by either accepting
his proposal or stating out why not to add it (and there must be a
reason behind it, and no mail which is 2 years old, or explaining what
the device is, again it got explained what's required from you)

seems like your response is based on that misunderstood sentence,
sorry for not beeing clear enough.

Markus
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Manu Abraham
Markus Rechberger wrote:

 I mean the mail from Helge Hafting (thread  [linux-dvb] Critical
 points about kernel 2.6.21 and pseudo-authorities) at the very first
 beginning.
 

I am replying to this mail, just because someone's spreading lies all
around.
On the mentioned thread, what i wrote (and that was the only mail from
my side):

There is a saying: He who lives by the sword, dies by the sword.


 Original Message 
Subject: Re: [linux-dvb] Re: Critical points about kernel 2.6.21and
pseudo-authorities
Date: Tue, 01 May 2007 04:19:41 +0400
From: Manu Abraham [EMAIL PROTECTED]
To: Uwe Bugla [EMAIL PROTECTED]
CC: [EMAIL PROTECTED],  [EMAIL PROTECTED],
linux-kernel@vger.kernel.org,  [EMAIL PROTECTED],
[EMAIL PROTECTED],  [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]

Uwe Bugla wrote:

 1. You utmost personally are responsible for 4 ununsable kernels, as
far as bt8xx cards are concerned: 2.6.13, 2.6.14, 2.6.15, 2.6.16!
 2. You did not even want to imply to resolve that issue by incarnating
that community and synergy principle that linux community needs to
exist at all, but you just perverted it by flaming capable people -

You mean like this:


 Original Message 
Subject: kernel patch practice in 2.6.13-mm2
Date: Tue, 13 Sep 2005 16:46:35 +0200 (MEST)
From: Uwe Bugla [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]

Hi,
if you continue to send or sign mm-patches for Kernel 2.6.13 as a
consequence of a design change I would appreciate you to stop rubbing out my
name.
You did that in a file called /Documentation/dvb/bt8xx.txt.
My objective is understandable good documentation, even if it may sound
trivial for some developpers minds. I always have in mind that there are
also lots of beginners reading those documents.
As I respect your work I never in my life would even dare to rub out other
coauthors names.
That´s why I appreciate you to respect my name and stop rubbing it out.

Thanks
Uwe Bugla

P. S.: If you f. ex. publish a book I ain´t gonna burn it as a matter of
disrespect. So have a little respect vice versa!

-- 
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner


--- Original Message 
Subject: synchronization problems
Date: Thu, 15 Sep 2005 10:44:38 +0200 (MEST)
From: Uwe Bugla [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]

Hallo Mr. Stezenbach,

You breached the protocol by not sending the patches to the maintainer
or linux-dvb list. The result of this was that we had conflicting
changes in CVS. I spent about 10 minutes thinking how I could
merge the two, and then gave up (I had 53 other patches to prepare
and I had little time left to do the job). So I didn't just remove
your name, but all changes which you sent to akpm along with it.
bt8xx.txt in the kernel is now in sync with the version in linuxtv.org CVS.

I didn't breach any protocol, nor did I break any unwritten rule or law. I
simply took the advice from Gerd Knorr that linuxtv maintainers were just
moving to another place to the point of time when I sent in my first
dvb-bt8xx-patch. So consequently I took the direct way to send it to akpm.
Just to be sure it is really being applied without waiting 3, 4 weeks or
however long. So if you continue to at least discussing with my person,
please immediately stop doing that in such a bureaucratic manner. If
synchronization of CVS and kernel.org only works unidirectional, and not
bidirectional, then neither I, nor akpm, nor Manu or anybody else has a real
problem, but you personally have one without any doubts.
And if you lack time, simply delegate your job to another person. But simply
stop rubbing out other peoples coauthorship and pay respect to their
contributions. And the biggest joke about your personal misbehaviour is the
fact that you personally cosigned at least one of my patch attempts, without
dropping me a single note asking me to not bypass the linuxtv CVS
maintainers. So good morning Mr. Stezenbach, I appreciate you to wake up a
little bit earlier in the future!

Additionally you deleted information from bt8xx.txt which I think were
useful help for debugging problems, and which were written there on purpose
by the developer. So if you talk about respect, you could show some yourself
by not bypassing the original authors and maintainers when sending patches.

In fact I did, and I can tell you the simple reasons why.
There are in fact two things that I simply cannot and will not tolerate:
a. orthographic junk (examples: bythe or, even worse: autodected and
Recognise) It was ME who corrected that in the past, and it was YOU
personally who reversed that, if not to say: fucked it up in the current
2.6.14-rc1. So as a consequence it is YOUR task to do your 

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Markus Rechberger

On 5/4/07, Manu Abraham [EMAIL PROTECTED] wrote:

Markus Rechberger wrote:

 I mean the mail from Helge Hafting (thread  [linux-dvb] Critical
 points about kernel 2.6.21 and pseudo-authorities) at the very first
 beginning.


I am replying to this mail, just because someone's spreading lies all
around.
On the mentioned thread, what i wrote (and that was the only mail from
my side):

There is a saying: He who lives by the sword, dies by the sword.



And what issues are outstanding of these discussions? I went over it
and it just shows up that there have been communication problems in
2005.

We now have open issues with several device drivers and that's what we
should focus at.

Markus
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Uwe Bugla

 Original-Nachricht 
Datum: Fri, 4 May 2007 00:06:51 +0200
Von: Markus Rechberger [EMAIL PROTECTED]
An: Manu Abraham [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], linux-kernel@vger.kernel.org
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical   
points about ...)

 On 5/3/07, Manu Abraham [EMAIL PROTECTED] wrote:
  Markus Rechberger wrote:
   On 5/3/07, Manu Abraham [EMAIL PROTECTED] wrote:
   Mauro Carvalho Chehab wrote:
Enough. Let's stop arguing non technical issues.
   
If either one of you have any technical argue against the Trent's
patches, please point where the fix is wrong. Otherwise, if you
 wish,
you may send an acked-by agreeing with the fix.
   
  
   Why don't you stop this childish behaviour ?
  
   After explaining to you the reasons in the previous mail:
   being the author and maintainer of dst/dst_ca and maintainer of
   dvb-bt8xx, i NACK this change
  
   (1) You aren't DVB maintainer
  
   I've seen that too often already, now we could point to a mail someone
   sent to Uwe regarding maintainership.
 
 
  FYI, I have never written to Uwe regarding any sort of maintainership.
  You seem to be quite up with an overdose of drugs
 
 
 I mean the mail from Helge Hafting (thread  [linux-dvb] Critical
 points about kernel 2.6.21 and pseudo-authorities) at the very first
 beginning.
 
  From 2005/09/13 - 2007/05/03 (till date) there have been 15 mails from
  my side to Uwe, none of which has a topic whatsoever you say. Only the
  first mail was a private mail and that is CC'd to Johannes as well.
 
  Firstly you seem to play politics by getting Uwe to flame me, then when
  it backfired, you are trying to play tricks with the rest of the
  community as well, by spreading nonsense statements.
 
 
 I sent several comments to Uwe to stop flaming, Trent was in the CC
 sometimes I never wrote that he should flame on anyone.
 I can simply forward you all mails I sent to Uwe there's not one bad mail.
 
 My point is moreover to get that issue sorted out by either accepting
 his proposal or stating out why not to add it (and there must be a
 reason behind it, and no mail which is 2 years old, or explaining what
 the device is, again it got explained what's required from you)
 
 seems like your response is based on that misunderstood sentence,
 sorry for not beeing clear enough.
 
 Markus

Hi Markus, fine chap,
Please cool down...

I guess I understood Manu's response:

a. He just changed his priorities to pick up an old project that seemed to have 
died, but did not die at all - this project is called cx878 project, and it is 
the most radical approach that I ever have seen - trying to make all BT8xx 
drivers independent from bttv, which is not horrible, but only consequent, 
necessary, and good and fine.
Please see my previous mails on that issue.

Just read the ML to get the appropriate link and please get yourself in it to 
help developping it. I swear it is the right path, although I am still missing 
the avoidance of dvb-pll.c. A closer look into that module will quite easily 
tell you
that there aren't any BT8xx based PCI cards needing that module except the ones 
needing the lgdt330x frontend driver, which is maintained by Mike Krufky. So 
for all other cards treated by the dvb-bt8xx backend this module is nothing but 
heavily obsolete and nonsense, if not to say: RAM-Wasting.

b. In so far, Manu's statements do not base on any mail that is 2 years old, 
but he simply changed his mind, after it was necessarily me personally to build 
up the golden bridge for him, Mike and others as well.

c. I am deeply thankful for your diplomatic behaviour involving Trent, as this 
brought up Manu to react in the end instead of crawling back into his snail 
house.

d. But please let us establish peace among each other now, because without 
peace we will not be able to continue the whole thing...

Hi Trent,
I want to thank you for all your efforts - as they at least work for my deep 
satisfaction, but they may not work for other people as well for simply 
technical reasons (example: treating dst and dst_ca as one simple case does no 
good at all, does it?), but our primadonna Manuel Abraham simply follows 
another far more radical path - to get the whole thing independent from bttv, 
which is the RIGHT path.

Your invested energies weren't wasted at all, but they only approach plan a 
while plan b goes much more further than plan a. It is as simple as that.

And, as I stated already, I am open for both plans - and if the more radical 
one gains more mercy I will not disagree, but simply follow it and trying my 
best to improve it.

Hi Mauro,

I would deeply appreciate you to pull my proposal for the Kconfig in the 
frontends section as at least the semantic problem gotta be resolved (SPO 
instead of SO - whoever wrote this). The question what card needs dvb-pll.c 
does not stay open so far - I just involved some fact about what card does 
really need

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread hermann pitton
Am Freitag, den 04.05.2007, 02:31 +0400 schrieb Manu Abraham:
 Markus Rechberger wrote:
 
  I mean the mail from Helge Hafting (thread  [linux-dvb] Critical
  points about kernel 2.6.21 and pseudo-authorities) at the very first
  beginning.
  
 
 I am replying to this mail, just because someone's spreading lies all
 around.
 On the mentioned thread, what i wrote (and that was the only mail from
 my side):
 
 There is a saying: He who lives by the sword, dies by the sword.
 

Within the last six years there was in the end exactly one, never asked
for, private mail with worst *bullshit* about another person, Mauro in
this case.

It came from you, out of any feasible arguments for me anymore.

I'm stupid, but not stupid enough to allow such stuff coming in rule.

But I still say you have been first and are waiting longest to get your
work in, please try again to get your ACKs and rant about not enough
replies.

Cheers,
Hermann






-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Uwe Bugla

 Original-Nachricht 
Datum: Fri, 04 May 2007 02:31:49 +0400
Von: Manu Abraham [EMAIL PROTECTED]
An: [EMAIL PROTECTED]
CC: linux-kernel@vger.kernel.org
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical   
points about ...)

 Markus Rechberger wrote:
 
  I mean the mail from Helge Hafting (thread  [linux-dvb] Critical
  points about kernel 2.6.21 and pseudo-authorities) at the very first
  beginning.
  
 
 I am replying to this mail, just because someone's spreading lies all
 around.
 On the mentioned thread, what i wrote (and that was the only mail from
 my side):
 
 There is a saying: He who lives by the sword, dies by the sword.

Hi Manu,

The saying that you stated is a very christian one.
I perhaps should state that I am 47 years old now, raised in in utmost 
reactionary region called Bavaria (Western Germany), and also raised by parents 
of Russian / Polonian origin who shared the Nazi regime with the usual 
I-do-not-want-to-talk-about-it-and-I-do-not-want-to-feel-responsible-about-it  



-behaviour.
And I am very much not only interested in german post-war history, but I simply 
love to write provocative letters or mails to make my conviction utmost clear 
that all this capitalist bullshit around us should vanish and shrink and be 
overcome some day.

Basic christian ideals are very close to basic marxist ideas.
The one who never does perceive that is a real poor human being in my eyes, if 
not to say: a complete idiot or a system-conforming hypocrite.

BUT:
I in fact do not read this saying for the first time:

In my personal experience (feel very sorry about it, but it's true) it has 
always truthfully been an excuse for persons being strongly limited on what I 
would call utmost primitive instincts like greed or rapacity (i. e. the utmost 
perfect sounding would-like-to-capitalists, if not to say: the perfect slaves 
or: the perfect counterrevolutionaries or strike-breakers, if not to say: the 
utmost perfect asscreepers).

Please forgive me for that statement, but I am simply stating my personal 
experiences very truthfully, without playing any politics, but just telling you 
my personal truth or the sum of all my personal life experience unfortunately 
bound to that.

And if there is discussion needed on that we should do it private or anyway on 
some other thread, but definitely not on this one.

Hints to help you to understand the difference:

1. There is a GPL license written by Richard Stallman whose origin I do not 
know:
Its essence is the philosophy to share and to be highly transparent as far as 
information level is concerned.

2. There is a saying by Linus in which he states the best choice he ever did 
was conforming his work to the terms of Richard Stallman, the GPL.

3. Wikipedia says that Linus's father was no christian at all, but simply a 
communist.

See, Manu, there are deeply primitive instinct-driven hypocrites around like 
hell, but there are also truthful human beings around.

But:
The Internet does not provide a platform to find out who is who and what is 
what.
The Internet may be necessary, but in the end it's just a drag, isn't it?

Sincerely
Uwe
 
 
  Original Message 
 Subject: Re: [linux-dvb] Re: Critical points about kernel 2.6.21  and
 pseudo-authorities
 Date: Tue, 01 May 2007 04:19:41 +0400
 From: Manu Abraham [EMAIL PROTECTED]
 To: Uwe Bugla [EMAIL PROTECTED]
 CC: [EMAIL PROTECTED],  [EMAIL PROTECTED],
 linux-kernel@vger.kernel.org,  [EMAIL PROTECTED],
 [EMAIL PROTECTED],  [EMAIL PROTECTED]
 References: [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]   [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED] [EMAIL PROTECTED]
 
 Uwe Bugla wrote:
 
  1. You utmost personally are responsible for 4 ununsable kernels, as
 far as bt8xx cards are concerned: 2.6.13, 2.6.14, 2.6.15, 2.6.16!
  2. You did not even want to imply to resolve that issue by incarnating
 that community and synergy principle that linux community needs to
 exist at all, but you just perverted it by flaming capable people -
 
 You mean like this:
 
 
  Original Message 
 Subject: kernel patch practice in 2.6.13-mm2
 Date: Tue, 13 Sep 2005 16:46:35 +0200 (MEST)
 From: Uwe Bugla [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 CC: [EMAIL PROTECTED]
 
 Hi,
 if you continue to send or sign mm-patches for Kernel 2.6.13 as a
 consequence of a design change I would appreciate you to stop rubbing out
 my
 name.
 You did that in a file called /Documentation/dvb/bt8xx.txt.
 My objective is understandable good documentation, even if it may sound
 trivial for some developpers minds. I always have in mind that there are
 also lots

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-02 Thread Markus Rechberger

On 5/2/07, Manu Abraham <[EMAIL PROTECTED]> wrote:

Uwe Bugla wrote:
>  Original-Nachricht 
> Datum: Wed, 02 May 2007 17:30:32 +0400
> Von: Manu Abraham <[EMAIL PROTECTED]>
> An: Trent Piepho <[EMAIL PROTECTED]>
> CC: Simon Arlott <[EMAIL PROTECTED]>, Linux Kernel Mailing list
, [EMAIL PROTECTED], Jan
Engelhardt <[EMAIL PROTECTED]>, [EMAIL PROTECTED],
[EMAIL PROTECTED], Linux DVB <[EMAIL PROTECTED]>
> Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was:
Criticalpoints  about ...)
>
>> Trent Piepho wrote:
>>> On Tue, 1 May 2007, Simon Arlott wrote:
>>>> On 30/04/07 22:17, Markus Rechberger wrote:
>>>>> From my side I do not see any problem with that patch, if someone else
>>>>> has a problem with it please state out the reason.
>>>> I have no problem with the patch since it has nothing to do with my DVB
>>>> card but you're only encouraging Uwe to be abusive since it seems to
>>>> help get him what he wants:
>>> I've been aware of the problem with dst not fully using the dvb
>> customization
>>> systems(*) for a long time.  It came up when dvb_attach() et al were
>> first
>>> being integrated, well before any rejected patches or strongly worded
>> emails
>>> or whatever from certain people that I'm aware of.
>>>
>> Well, your understanding of the device is quite limited and hence your
>> comments and patches.
>>
>> The DST as it refers to is an embedded system a x86 Compatible RISC core
>> [1] running at 20Mhz with 4MB Flash and 1MB RAM. The device has it's own
>> IO and 2 DMA channels. What we have is a PQFP device
>>
>> This is the case in most cases. On some cheaper cards the embedded
>> system is replaced by an 8 bit host microcontroller, to cut down costs
>> where all the features are not required for a specific model
>>
>> Additionally this embedded system has a fast shovelling engine for the
>> MPEG2 TS routing in between the
>> This embedded system is connected to an actual
>> (1) DVB frontend [2]
>> (2) DVB CA interface [3]
>> (3) Analog tuner
>> (4) Audio interfaces
>>
>> These features are not the characteristics of a DVB Frontend. Here there
>> is a DVB frontend like the normal ones which is hidden behind another
>> pseudo bridge (So you don't have *any* access to the frontend at large)
>>
>> It is not necessary that *all* the dst cards (there are around ~15
>> different variants of the same) do have the very same feature set.
>>
>> It does support DVB-S/DSS/DVB-C/DVB-T/ATSC depending on the cards. In
>> fact it is a combo driver supporting the entire devices using a common
>> command set
>>
>> In such a case it has more characteristics of the PCI bridge and in fact
>> heavily tied to it and has it's own advantages.
>>
>>> I saw some discussion about dst by Markus, Mauro, and Andrew Morton, and
>> since
>>> I already know about the issues here, I felt I should post a patch for
>> them
>>> any other reasonable developers who might spend time on this.
>>>
>> I would think that it would be *extremely* rude for a person to send in
>> patches for a device that which you don't understand at all, when it is
>> for limiting the capability of the said device
>
> Hi Manu,
> now if this is your evalution about it all, then let me tell you that I
feel deeply sorry about it.
>
> Fact is:
> Noone ever intended to send in patches limiting the capability of the said
device (DST): I never did, Trent never did, Markus, Mauro, Andrew and others
never did...
>
> Instead of this we all have very different knowledge and understanding
levels, with you obviously being the one with the most elaborate and
sophisticated level.
>
> So please why, instead of marking other people as "rude" whose solutions
you do not appreciate at all, don't you just pick up the pratical proposals
of other persons, even if you do not like them for some reasons, and at
least try to raise them up to a far more better level?
> Thus you definitely could avoid a lots of flaming, misunderstanding, and
other counterproductive things to happen...
> And this would conform to practising the synergetic principle, wouldn't
it?
>
> Just one hint to help you: I remember a mail from Johannes in which he
told me that you started up this whole development thing from a zero level
some two or three years  ago. And Johannes not forgot to state that in the
beginning you were nothing but nerving... (now add a smiley behind this,
please, I'd deeply appreciate you to do).
>
> Above that:
> 1. Ta

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-02 Thread Manu Abraham
Uwe Bugla wrote:
>  Original-Nachricht 
> Datum: Wed, 02 May 2007 17:30:32 +0400
> Von: Manu Abraham <[EMAIL PROTECTED]>
> An: Trent Piepho <[EMAIL PROTECTED]>
> CC: Simon Arlott <[EMAIL PROTECTED]>, Linux Kernel Mailing list 
> , [EMAIL PROTECTED], Jan Engelhardt <[EMAIL 
> PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED], Linux DVB <[EMAIL 
> PROTECTED]>
> Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical 
> points  about ...)
> 
>> Trent Piepho wrote:
>>> On Tue, 1 May 2007, Simon Arlott wrote:
>>>> On 30/04/07 22:17, Markus Rechberger wrote:
>>>>> From my side I do not see any problem with that patch, if someone else
>>>>> has a problem with it please state out the reason.
>>>> I have no problem with the patch since it has nothing to do with my DVB
>>>> card but you're only encouraging Uwe to be abusive since it seems to
>>>> help get him what he wants:
>>> I've been aware of the problem with dst not fully using the dvb
>> customization
>>> systems(*) for a long time.  It came up when dvb_attach() et al were
>> first
>>> being integrated, well before any rejected patches or strongly worded
>> emails
>>> or whatever from certain people that I'm aware of.
>>>
>> Well, your understanding of the device is quite limited and hence your
>> comments and patches.
>>
>> The DST as it refers to is an embedded system a x86 Compatible RISC core
>> [1] running at 20Mhz with 4MB Flash and 1MB RAM. The device has it's own
>> IO and 2 DMA channels. What we have is a PQFP device
>>
>> This is the case in most cases. On some cheaper cards the embedded
>> system is replaced by an 8 bit host microcontroller, to cut down costs
>> where all the features are not required for a specific model
>>
>> Additionally this embedded system has a fast shovelling engine for the
>> MPEG2 TS routing in between the
>> This embedded system is connected to an actual
>> (1) DVB frontend [2]
>> (2) DVB CA interface [3]
>> (3) Analog tuner
>> (4) Audio interfaces
>>
>> These features are not the characteristics of a DVB Frontend. Here there
>> is a DVB frontend like the normal ones which is hidden behind another
>> pseudo bridge (So you don't have *any* access to the frontend at large)
>>
>> It is not necessary that *all* the dst cards (there are around ~15
>> different variants of the same) do have the very same feature set.
>>
>> It does support DVB-S/DSS/DVB-C/DVB-T/ATSC depending on the cards. In
>> fact it is a combo driver supporting the entire devices using a common
>> command set
>>
>> In such a case it has more characteristics of the PCI bridge and in fact
>> heavily tied to it and has it's own advantages.
>>
>>> I saw some discussion about dst by Markus, Mauro, and Andrew Morton, and
>> since
>>> I already know about the issues here, I felt I should post a patch for
>> them
>>> any other reasonable developers who might spend time on this.
>>>
>> I would think that it would be *extremely* rude for a person to send in
>> patches for a device that which you don't understand at all, when it is
>> for limiting the capability of the said device
> 
> Hi Manu,
> now if this is your evalution about it all, then let me tell you that I feel 
> deeply sorry about it.
> 
> Fact is:
> Noone ever intended to send in patches limiting the capability of the said 
> device (DST): I never did, Trent never did, Markus, Mauro, Andrew and others 
> never did...
> 
> Instead of this we all have very different knowledge and understanding 
> levels, with you obviously being the one with the most elaborate and 
> sophisticated level.
> 
> So please why, instead of marking other people as "rude" whose solutions you 
> do not appreciate at all, don't you just pick up the pratical proposals of 
> other persons, even if you do not like them for some reasons, and at least 
> try to raise them up to a far more better level?
> Thus you definitely could avoid a lots of flaming, misunderstanding, and 
> other counterproductive things to happen...
> And this would conform to practising the synergetic principle, wouldn't it?
> 
> Just one hint to help you: I remember a mail from Johannes in which he told 
> me that you started up this whole development thing from a zero level some 
> two or three years  ago. And Johannes not forgot to state that in the 
> beginning you were nothing but nerving... (now add a smiley behind this, 
> please, I'd deeply appreci

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-02 Thread Manu Abraham
Uwe Bugla wrote:
>  Original-Nachricht 
> Datum: Wed, 02 May 2007 17:30:32 +0400
> Von: Manu Abraham <[EMAIL PROTECTED]>
> An: Trent Piepho <[EMAIL PROTECTED]>
> CC: Simon Arlott <[EMAIL PROTECTED]>, Linux Kernel Mailing list 
> , [EMAIL PROTECTED], Jan Engelhardt <[EMAIL 
> PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED], Linux DVB <[EMAIL 
> PROTECTED]>
> Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical 
> points  about ...)
> 
>> Trent Piepho wrote:
>>> On Tue, 1 May 2007, Simon Arlott wrote:
>>>> On 30/04/07 22:17, Markus Rechberger wrote:
>>>>> From my side I do not see any problem with that patch, if someone else
>>>>> has a problem with it please state out the reason.
>>>> I have no problem with the patch since it has nothing to do with my DVB
>>>> card but you're only encouraging Uwe to be abusive since it seems to
>>>> help get him what he wants:
>>> I've been aware of the problem with dst not fully using the dvb
>> customization
>>> systems(*) for a long time.  It came up when dvb_attach() et al were
>> first
>>> being integrated, well before any rejected patches or strongly worded
>> emails
>>> or whatever from certain people that I'm aware of.
>>>
>> Well, your understanding of the device is quite limited and hence your
>> comments and patches.
>>
>> The DST as it refers to is an embedded system a x86 Compatible RISC core
>> [1] running at 20Mhz with 4MB Flash and 1MB RAM. The device has it's own
>> IO and 2 DMA channels. What we have is a PQFP device
>>
>> This is the case in most cases. On some cheaper cards the embedded
>> system is replaced by an 8 bit host microcontroller, to cut down costs
>> where all the features are not required for a specific model
>>
>> Additionally this embedded system has a fast shovelling engine for the
>> MPEG2 TS routing in between the
>> This embedded system is connected to an actual
>> (1) DVB frontend [2]
>> (2) DVB CA interface [3]
>> (3) Analog tuner
>> (4) Audio interfaces
>>
>> These features are not the characteristics of a DVB Frontend. Here there
>> is a DVB frontend like the normal ones which is hidden behind another
>> pseudo bridge (So you don't have *any* access to the frontend at large)
>>
>> It is not necessary that *all* the dst cards (there are around ~15
>> different variants of the same) do have the very same feature set.
>>
>> It does support DVB-S/DSS/DVB-C/DVB-T/ATSC depending on the cards. In
>> fact it is a combo driver supporting the entire devices using a common
>> command set
>>
>> In such a case it has more characteristics of the PCI bridge and in fact
>> heavily tied to it and has it's own advantages.
>>
>>> I saw some discussion about dst by Markus, Mauro, and Andrew Morton, and
>> since
>>> I already know about the issues here, I felt I should post a patch for
>> them
>>> any other reasonable developers who might spend time on this.
>>>
>> I would think that it would be *extremely* rude for a person to send in
>> patches for a device that which you don't understand at all, when it is
>> for limiting the capability of the said device
> 
> Hi Manu,
> now if this is your evalution about it all, then let me tell you that I feel 
> deeply sorry about it.
> 
> Fact is:
> Noone ever intended to send in patches limiting the capability of the said 
> device (DST): I never did, Trent never did, Markus, Mauro, Andrew and others 
> never did...
> 
> Instead of this we all have very different knowledge and understanding 
> levels, with you obviously being the one with the most elaborate and 
> sophisticated level.
> 
> So please why, instead of marking other people as "rude" whose solutions you 
> do not appreciate at all, don't you just pick up the pratical proposals of 
> other persons, even if you do not like them for some reasons, and at least 
> try to raise them up to a far more better level?
> Thus you definitely could avoid a lots of flaming, misunderstanding, and 
> other counterproductive things to happen...
> And this would conform to practising the synergetic principle, wouldn't it?
> 
> Just one hint to help you: I remember a mail from Johannes in which he told 
> me that you started up this whole development thing from a zero level some 
> two or three years  ago. And Johannes not forgot to state that in the 
> beginning you were nothing but nerving... (now add a smiley behind this, 
> please, I'd deeply appreci

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-02 Thread Uwe Bugla

 Original-Nachricht 
Datum: Wed, 02 May 2007 17:30:32 +0400
Von: Manu Abraham <[EMAIL PROTECTED]>
An: Trent Piepho <[EMAIL PROTECTED]>
CC: Simon Arlott <[EMAIL PROTECTED]>, Linux Kernel Mailing list 
, [EMAIL PROTECTED], Jan Engelhardt <[EMAIL 
PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED], Linux DVB <[EMAIL PROTECTED]>
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical   
points  about ...)

> Trent Piepho wrote:
> > On Tue, 1 May 2007, Simon Arlott wrote:
> >> On 30/04/07 22:17, Markus Rechberger wrote:
> >>> From my side I do not see any problem with that patch, if someone else
> >>> has a problem with it please state out the reason.
> >> I have no problem with the patch since it has nothing to do with my DVB
> >> card but you're only encouraging Uwe to be abusive since it seems to
> >> help get him what he wants:
> > 
> > I've been aware of the problem with dst not fully using the dvb
> customization
> > systems(*) for a long time.  It came up when dvb_attach() et al were
> first
> > being integrated, well before any rejected patches or strongly worded
> emails
> > or whatever from certain people that I'm aware of.
> > 
> 
> Well, your understanding of the device is quite limited and hence your
> comments and patches.
> 
> The DST as it refers to is an embedded system a x86 Compatible RISC core
> [1] running at 20Mhz with 4MB Flash and 1MB RAM. The device has it's own
> IO and 2 DMA channels. What we have is a PQFP device
> 
> This is the case in most cases. On some cheaper cards the embedded
> system is replaced by an 8 bit host microcontroller, to cut down costs
> where all the features are not required for a specific model
> 
> Additionally this embedded system has a fast shovelling engine for the
> MPEG2 TS routing in between the
> This embedded system is connected to an actual
> (1) DVB frontend [2]
> (2) DVB CA interface [3]
> (3) Analog tuner
> (4) Audio interfaces
> 
> These features are not the characteristics of a DVB Frontend. Here there
> is a DVB frontend like the normal ones which is hidden behind another
> pseudo bridge (So you don't have *any* access to the frontend at large)
> 
> It is not necessary that *all* the dst cards (there are around ~15
> different variants of the same) do have the very same feature set.
> 
> It does support DVB-S/DSS/DVB-C/DVB-T/ATSC depending on the cards. In
> fact it is a combo driver supporting the entire devices using a common
> command set
> 
> In such a case it has more characteristics of the PCI bridge and in fact
> heavily tied to it and has it's own advantages.
> 
> > I saw some discussion about dst by Markus, Mauro, and Andrew Morton, and
> since
> > I already know about the issues here, I felt I should post a patch for
> them
> > any other reasonable developers who might spend time on this.
> > 
> 
> I would think that it would be *extremely* rude for a person to send in
> patches for a device that which you don't understand at all, when it is
> for limiting the capability of the said device

Hi Manu,
now if this is your evalution about it all, then let me tell you that I feel 
deeply sorry about it.

Fact is:
Noone ever intended to send in patches limiting the capability of the said 
device (DST): I never did, Trent never did, Markus, Mauro, Andrew and others 
never did...

Instead of this we all have very different knowledge and understanding levels, 
with you obviously being the one with the most elaborate and sophisticated 
level.

So please why, instead of marking other people as "rude" whose solutions you do 
not appreciate at all, don't you just pick up the pratical proposals of other 
persons, even if you do not like them for some reasons, and at least try to 
raise them up to a far more better level?
Thus you definitely could avoid a lots of flaming, misunderstanding, and other 
counterproductive things to happen...
And this would conform to practising the synergetic principle, wouldn't it?

Just one hint to help you: I remember a mail from Johannes in which he told me 
that you started up this whole development thing from a zero level some two or 
three years  ago. And Johannes not forgot to state that in the beginning you 
were nothing but nerving... (now add a smiley behind this, please, I'd deeply 
appreciate you to do).

Above that:
1. Taking part in testing the mm-tree and eliminating horrible bugs in it I 
never experienced but positive and warm compromise solutions in the end. 
Experiencing this is highly enlarging one's own personality.
2. If you start up at zero (like you did once too - see above and ask Johannes 
if you do not remember at all) it is no good start at all if your humb

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-02 Thread Manu Abraham
Trent Piepho wrote:
> On Tue, 1 May 2007, Simon Arlott wrote:
>> On 30/04/07 22:17, Markus Rechberger wrote:
>>> From my side I do not see any problem with that patch, if someone else
>>> has a problem with it please state out the reason.
>> I have no problem with the patch since it has nothing to do with my DVB
>> card but you're only encouraging Uwe to be abusive since it seems to
>> help get him what he wants:
> 
> I've been aware of the problem with dst not fully using the dvb customization
> systems(*) for a long time.  It came up when dvb_attach() et al were first
> being integrated, well before any rejected patches or strongly worded emails
> or whatever from certain people that I'm aware of.
> 

Well, your understanding of the device is quite limited and hence your
comments and patches.

The DST as it refers to is an embedded system a x86 Compatible RISC core
[1] running at 20Mhz with 4MB Flash and 1MB RAM. The device has it's own
IO and 2 DMA channels. What we have is a PQFP device

This is the case in most cases. On some cheaper cards the embedded
system is replaced by an 8 bit host microcontroller, to cut down costs
where all the features are not required for a specific model

Additionally this embedded system has a fast shovelling engine for the
MPEG2 TS routing in between the
This embedded system is connected to an actual
(1) DVB frontend [2]
(2) DVB CA interface [3]
(3) Analog tuner
(4) Audio interfaces

These features are not the characteristics of a DVB Frontend. Here there
is a DVB frontend like the normal ones which is hidden behind another
pseudo bridge (So you don't have *any* access to the frontend at large)

It is not necessary that *all* the dst cards (there are around ~15
different variants of the same) do have the very same feature set.

It does support DVB-S/DSS/DVB-C/DVB-T/ATSC depending on the cards. In
fact it is a combo driver supporting the entire devices using a common
command set

In such a case it has more characteristics of the PCI bridge and in fact
heavily tied to it and has it's own advantages.

> I saw some discussion about dst by Markus, Mauro, and Andrew Morton, and since
> I already know about the issues here, I felt I should post a patch for them
> any other reasonable developers who might spend time on this.
> 

I would think that it would be *extremely* rude for a person to send in
patches for a device that which you don't understand at all, when it is
for limiting the capability of the said device


> If there is an abusive person, I'm not going to let it affect my behavior.
> You lose if you let them influence your decisions one way, or influence them
> another way.
> 
> 
> (*) There are two customization/dependency control systems in DVB.  One is
> dvb_attach(), the other is DVB_FE_CUSTOMISE.  They are not two entirely
> separate systems, but overlap in their design a great deal.
> 


Here we have the attach method attaching different objects, but
basically it can be handled for the frontend devices only (and that too
that share a very common trait, in this case, frontends are coupled
using the i2c bus) and not for other devices. Situation changes when you
use another interface such as SPI, where the interface is not well defined.

In the DVB OO concept we have, where the objects are at different
levels, the basic concept is that an object is indeed a smaller subset,
depending on the level that which it pertains to. In such a case the
frontend is limited to do just frontend related operations. There could
be other ways that things can be done maybe the DVB API can be redone to
have all DVB operations through the frontend alone. But that is not at
all decent way of doing it.


> The significant part, common to both, is the overall design of the driver
> framework.  DVB uses what I would describe as an object oriented system.  A
> driver for a certain type of hardware exports a single attach function, which
> returns an object for one instance of that hardware.  All control of that
> hardware is done via methods defined in this object.  There is typical
> hierarchy, where an 'adapter' object will contain a 'frontend' object which
> will contain a 'tuner' object.  Of course hardware designers are not
> constrained by the software frameworks we create, so sometimes it's more
> complex (e.g., dst).

It is a bit more complex than you think. You can imagine the entire
DVB-CORE along with proprietory vendor specific tuning algorithms (on
all devices, specific to the hardware onbaord. Algorithms do change from
slight change of hardware such as demodulators and or CA interface
stacks) on CA devices it has an onboard EN50221 CA stack from SCM [4]
called the Sunplus CI stack. On Hybrid DST devices they do feature in
analog core support in there as well as Audio too on some cards.

It is not a constraint as what you might think, as the DST is complete
hardware solution of the interfaces that you are talking about. (There
are 2 approaches, (1) do everything in hardware 

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-02 Thread Manu Abraham
Trent Piepho wrote:
 On Tue, 1 May 2007, Simon Arlott wrote:
 On 30/04/07 22:17, Markus Rechberger wrote:
 From my side I do not see any problem with that patch, if someone else
 has a problem with it please state out the reason.
 I have no problem with the patch since it has nothing to do with my DVB
 card but you're only encouraging Uwe to be abusive since it seems to
 help get him what he wants:
 
 I've been aware of the problem with dst not fully using the dvb customization
 systems(*) for a long time.  It came up when dvb_attach() et al were first
 being integrated, well before any rejected patches or strongly worded emails
 or whatever from certain people that I'm aware of.
 

Well, your understanding of the device is quite limited and hence your
comments and patches.

The DST as it refers to is an embedded system a x86 Compatible RISC core
[1] running at 20Mhz with 4MB Flash and 1MB RAM. The device has it's own
IO and 2 DMA channels. What we have is a PQFP device

This is the case in most cases. On some cheaper cards the embedded
system is replaced by an 8 bit host microcontroller, to cut down costs
where all the features are not required for a specific model

Additionally this embedded system has a fast shovelling engine for the
MPEG2 TS routing in between the
This embedded system is connected to an actual
(1) DVB frontend [2]
(2) DVB CA interface [3]
(3) Analog tuner
(4) Audio interfaces

These features are not the characteristics of a DVB Frontend. Here there
is a DVB frontend like the normal ones which is hidden behind another
pseudo bridge (So you don't have *any* access to the frontend at large)

It is not necessary that *all* the dst cards (there are around ~15
different variants of the same) do have the very same feature set.

It does support DVB-S/DSS/DVB-C/DVB-T/ATSC depending on the cards. In
fact it is a combo driver supporting the entire devices using a common
command set

In such a case it has more characteristics of the PCI bridge and in fact
heavily tied to it and has it's own advantages.

 I saw some discussion about dst by Markus, Mauro, and Andrew Morton, and since
 I already know about the issues here, I felt I should post a patch for them
 any other reasonable developers who might spend time on this.
 

I would think that it would be *extremely* rude for a person to send in
patches for a device that which you don't understand at all, when it is
for limiting the capability of the said device


 If there is an abusive person, I'm not going to let it affect my behavior.
 You lose if you let them influence your decisions one way, or influence them
 another way.
 
 
 (*) There are two customization/dependency control systems in DVB.  One is
 dvb_attach(), the other is DVB_FE_CUSTOMISE.  They are not two entirely
 separate systems, but overlap in their design a great deal.
 


Here we have the attach method attaching different objects, but
basically it can be handled for the frontend devices only (and that too
that share a very common trait, in this case, frontends are coupled
using the i2c bus) and not for other devices. Situation changes when you
use another interface such as SPI, where the interface is not well defined.

In the DVB OO concept we have, where the objects are at different
levels, the basic concept is that an object is indeed a smaller subset,
depending on the level that which it pertains to. In such a case the
frontend is limited to do just frontend related operations. There could
be other ways that things can be done maybe the DVB API can be redone to
have all DVB operations through the frontend alone. But that is not at
all decent way of doing it.


 The significant part, common to both, is the overall design of the driver
 framework.  DVB uses what I would describe as an object oriented system.  A
 driver for a certain type of hardware exports a single attach function, which
 returns an object for one instance of that hardware.  All control of that
 hardware is done via methods defined in this object.  There is typical
 hierarchy, where an 'adapter' object will contain a 'frontend' object which
 will contain a 'tuner' object.  Of course hardware designers are not
 constrained by the software frameworks we create, so sometimes it's more
 complex (e.g., dst).

It is a bit more complex than you think. You can imagine the entire
DVB-CORE along with proprietory vendor specific tuning algorithms (on
all devices, specific to the hardware onbaord. Algorithms do change from
slight change of hardware such as demodulators and or CA interface
stacks) on CA devices it has an onboard EN50221 CA stack from SCM [4]
called the Sunplus CI stack. On Hybrid DST devices they do feature in
analog core support in there as well as Audio too on some cards.

It is not a constraint as what you might think, as the DST is complete
hardware solution of the interfaces that you are talking about. (There
are 2 approaches, (1) do everything in hardware (2) do everything in
software) there are 

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-02 Thread Uwe Bugla

 Original-Nachricht 
Datum: Wed, 02 May 2007 17:30:32 +0400
Von: Manu Abraham [EMAIL PROTECTED]
An: Trent Piepho [EMAIL PROTECTED]
CC: Simon Arlott [EMAIL PROTECTED], Linux Kernel Mailing list 
linux-kernel@vger.kernel.org, [EMAIL PROTECTED], Jan Engelhardt [EMAIL 
PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], Linux DVB [EMAIL PROTECTED]
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical   
points  about ...)

 Trent Piepho wrote:
  On Tue, 1 May 2007, Simon Arlott wrote:
  On 30/04/07 22:17, Markus Rechberger wrote:
  From my side I do not see any problem with that patch, if someone else
  has a problem with it please state out the reason.
  I have no problem with the patch since it has nothing to do with my DVB
  card but you're only encouraging Uwe to be abusive since it seems to
  help get him what he wants:
  
  I've been aware of the problem with dst not fully using the dvb
 customization
  systems(*) for a long time.  It came up when dvb_attach() et al were
 first
  being integrated, well before any rejected patches or strongly worded
 emails
  or whatever from certain people that I'm aware of.
  
 
 Well, your understanding of the device is quite limited and hence your
 comments and patches.
 
 The DST as it refers to is an embedded system a x86 Compatible RISC core
 [1] running at 20Mhz with 4MB Flash and 1MB RAM. The device has it's own
 IO and 2 DMA channels. What we have is a PQFP device
 
 This is the case in most cases. On some cheaper cards the embedded
 system is replaced by an 8 bit host microcontroller, to cut down costs
 where all the features are not required for a specific model
 
 Additionally this embedded system has a fast shovelling engine for the
 MPEG2 TS routing in between the
 This embedded system is connected to an actual
 (1) DVB frontend [2]
 (2) DVB CA interface [3]
 (3) Analog tuner
 (4) Audio interfaces
 
 These features are not the characteristics of a DVB Frontend. Here there
 is a DVB frontend like the normal ones which is hidden behind another
 pseudo bridge (So you don't have *any* access to the frontend at large)
 
 It is not necessary that *all* the dst cards (there are around ~15
 different variants of the same) do have the very same feature set.
 
 It does support DVB-S/DSS/DVB-C/DVB-T/ATSC depending on the cards. In
 fact it is a combo driver supporting the entire devices using a common
 command set
 
 In such a case it has more characteristics of the PCI bridge and in fact
 heavily tied to it and has it's own advantages.
 
  I saw some discussion about dst by Markus, Mauro, and Andrew Morton, and
 since
  I already know about the issues here, I felt I should post a patch for
 them
  any other reasonable developers who might spend time on this.
  
 
 I would think that it would be *extremely* rude for a person to send in
 patches for a device that which you don't understand at all, when it is
 for limiting the capability of the said device

Hi Manu,
now if this is your evalution about it all, then let me tell you that I feel 
deeply sorry about it.

Fact is:
Noone ever intended to send in patches limiting the capability of the said 
device (DST): I never did, Trent never did, Markus, Mauro, Andrew and others 
never did...

Instead of this we all have very different knowledge and understanding levels, 
with you obviously being the one with the most elaborate and sophisticated 
level.

So please why, instead of marking other people as rude whose solutions you do 
not appreciate at all, don't you just pick up the pratical proposals of other 
persons, even if you do not like them for some reasons, and at least try to 
raise them up to a far more better level?
Thus you definitely could avoid a lots of flaming, misunderstanding, and other 
counterproductive things to happen...
And this would conform to practising the synergetic principle, wouldn't it?

Just one hint to help you: I remember a mail from Johannes in which he told me 
that you started up this whole development thing from a zero level some two or 
three years  ago. And Johannes not forgot to state that in the beginning you 
were nothing but nerving... (now add a smiley behind this, please, I'd deeply 
appreciate you to do).

Above that:
1. Taking part in testing the mm-tree and eliminating horrible bugs in it I 
never experienced but positive and warm compromise solutions in the end. 
Experiencing this is highly enlarging one's own personality.
2. If you start up at zero (like you did once too - see above and ask Johannes 
if you do not remember at all) it is no good start at all if your humble effort 
is being thrown off after the first or second reject. That's highly 
discouraging, and if it happens very often the bad experience remains in one's 
own subjective perception filter.
3. When I wrote patches since then I never gave up until there weren't any
a. fuzz factors
b. rejections
anymore. Instead I highly tried to put Andrew's The perfect patch

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-02 Thread Manu Abraham
Uwe Bugla wrote:
  Original-Nachricht 
 Datum: Wed, 02 May 2007 17:30:32 +0400
 Von: Manu Abraham [EMAIL PROTECTED]
 An: Trent Piepho [EMAIL PROTECTED]
 CC: Simon Arlott [EMAIL PROTECTED], Linux Kernel Mailing list 
 linux-kernel@vger.kernel.org, [EMAIL PROTECTED], Jan Engelhardt [EMAIL 
 PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], Linux DVB [EMAIL 
 PROTECTED]
 Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical 
 points  about ...)
 
 Trent Piepho wrote:
 On Tue, 1 May 2007, Simon Arlott wrote:
 On 30/04/07 22:17, Markus Rechberger wrote:
 From my side I do not see any problem with that patch, if someone else
 has a problem with it please state out the reason.
 I have no problem with the patch since it has nothing to do with my DVB
 card but you're only encouraging Uwe to be abusive since it seems to
 help get him what he wants:
 I've been aware of the problem with dst not fully using the dvb
 customization
 systems(*) for a long time.  It came up when dvb_attach() et al were
 first
 being integrated, well before any rejected patches or strongly worded
 emails
 or whatever from certain people that I'm aware of.

 Well, your understanding of the device is quite limited and hence your
 comments and patches.

 The DST as it refers to is an embedded system a x86 Compatible RISC core
 [1] running at 20Mhz with 4MB Flash and 1MB RAM. The device has it's own
 IO and 2 DMA channels. What we have is a PQFP device

 This is the case in most cases. On some cheaper cards the embedded
 system is replaced by an 8 bit host microcontroller, to cut down costs
 where all the features are not required for a specific model

 Additionally this embedded system has a fast shovelling engine for the
 MPEG2 TS routing in between the
 This embedded system is connected to an actual
 (1) DVB frontend [2]
 (2) DVB CA interface [3]
 (3) Analog tuner
 (4) Audio interfaces

 These features are not the characteristics of a DVB Frontend. Here there
 is a DVB frontend like the normal ones which is hidden behind another
 pseudo bridge (So you don't have *any* access to the frontend at large)

 It is not necessary that *all* the dst cards (there are around ~15
 different variants of the same) do have the very same feature set.

 It does support DVB-S/DSS/DVB-C/DVB-T/ATSC depending on the cards. In
 fact it is a combo driver supporting the entire devices using a common
 command set

 In such a case it has more characteristics of the PCI bridge and in fact
 heavily tied to it and has it's own advantages.

 I saw some discussion about dst by Markus, Mauro, and Andrew Morton, and
 since
 I already know about the issues here, I felt I should post a patch for
 them
 any other reasonable developers who might spend time on this.

 I would think that it would be *extremely* rude for a person to send in
 patches for a device that which you don't understand at all, when it is
 for limiting the capability of the said device
 
 Hi Manu,
 now if this is your evalution about it all, then let me tell you that I feel 
 deeply sorry about it.
 
 Fact is:
 Noone ever intended to send in patches limiting the capability of the said 
 device (DST): I never did, Trent never did, Markus, Mauro, Andrew and others 
 never did...
 
 Instead of this we all have very different knowledge and understanding 
 levels, with you obviously being the one with the most elaborate and 
 sophisticated level.
 
 So please why, instead of marking other people as rude whose solutions you 
 do not appreciate at all, don't you just pick up the pratical proposals of 
 other persons, even if you do not like them for some reasons, and at least 
 try to raise them up to a far more better level?
 Thus you definitely could avoid a lots of flaming, misunderstanding, and 
 other counterproductive things to happen...
 And this would conform to practising the synergetic principle, wouldn't it?
 
 Just one hint to help you: I remember a mail from Johannes in which he told 
 me that you started up this whole development thing from a zero level some 
 two or three years  ago. And Johannes not forgot to state that in the 
 beginning you were nothing but nerving... (now add a smiley behind this, 
 please, I'd deeply appreciate you to do).
 
 Above that:
 1. Taking part in testing the mm-tree and eliminating horrible bugs in it I 
 never experienced but positive and warm compromise solutions in the end. 
 Experiencing this is highly enlarging one's own personality.
 2. If you start up at zero (like you did once too - see above and ask 
 Johannes if you do not remember at all) it is no good start at all if your 
 humble effort is being thrown off after the first or second reject. That's 
 highly discouraging, and if it happens very often the bad experience remains 
 in one's own subjective perception filter.


i did really start very small during those early stages. Johannes did
help me a lot in many areas, he gave me a lot of valuable information

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-02 Thread Manu Abraham
Uwe Bugla wrote:
  Original-Nachricht 
 Datum: Wed, 02 May 2007 17:30:32 +0400
 Von: Manu Abraham [EMAIL PROTECTED]
 An: Trent Piepho [EMAIL PROTECTED]
 CC: Simon Arlott [EMAIL PROTECTED], Linux Kernel Mailing list 
 linux-kernel@vger.kernel.org, [EMAIL PROTECTED], Jan Engelhardt [EMAIL 
 PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], Linux DVB [EMAIL 
 PROTECTED]
 Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical 
 points  about ...)
 
 Trent Piepho wrote:
 On Tue, 1 May 2007, Simon Arlott wrote:
 On 30/04/07 22:17, Markus Rechberger wrote:
 From my side I do not see any problem with that patch, if someone else
 has a problem with it please state out the reason.
 I have no problem with the patch since it has nothing to do with my DVB
 card but you're only encouraging Uwe to be abusive since it seems to
 help get him what he wants:
 I've been aware of the problem with dst not fully using the dvb
 customization
 systems(*) for a long time.  It came up when dvb_attach() et al were
 first
 being integrated, well before any rejected patches or strongly worded
 emails
 or whatever from certain people that I'm aware of.

 Well, your understanding of the device is quite limited and hence your
 comments and patches.

 The DST as it refers to is an embedded system a x86 Compatible RISC core
 [1] running at 20Mhz with 4MB Flash and 1MB RAM. The device has it's own
 IO and 2 DMA channels. What we have is a PQFP device

 This is the case in most cases. On some cheaper cards the embedded
 system is replaced by an 8 bit host microcontroller, to cut down costs
 where all the features are not required for a specific model

 Additionally this embedded system has a fast shovelling engine for the
 MPEG2 TS routing in between the
 This embedded system is connected to an actual
 (1) DVB frontend [2]
 (2) DVB CA interface [3]
 (3) Analog tuner
 (4) Audio interfaces

 These features are not the characteristics of a DVB Frontend. Here there
 is a DVB frontend like the normal ones which is hidden behind another
 pseudo bridge (So you don't have *any* access to the frontend at large)

 It is not necessary that *all* the dst cards (there are around ~15
 different variants of the same) do have the very same feature set.

 It does support DVB-S/DSS/DVB-C/DVB-T/ATSC depending on the cards. In
 fact it is a combo driver supporting the entire devices using a common
 command set

 In such a case it has more characteristics of the PCI bridge and in fact
 heavily tied to it and has it's own advantages.

 I saw some discussion about dst by Markus, Mauro, and Andrew Morton, and
 since
 I already know about the issues here, I felt I should post a patch for
 them
 any other reasonable developers who might spend time on this.

 I would think that it would be *extremely* rude for a person to send in
 patches for a device that which you don't understand at all, when it is
 for limiting the capability of the said device
 
 Hi Manu,
 now if this is your evalution about it all, then let me tell you that I feel 
 deeply sorry about it.
 
 Fact is:
 Noone ever intended to send in patches limiting the capability of the said 
 device (DST): I never did, Trent never did, Markus, Mauro, Andrew and others 
 never did...
 
 Instead of this we all have very different knowledge and understanding 
 levels, with you obviously being the one with the most elaborate and 
 sophisticated level.
 
 So please why, instead of marking other people as rude whose solutions you 
 do not appreciate at all, don't you just pick up the pratical proposals of 
 other persons, even if you do not like them for some reasons, and at least 
 try to raise them up to a far more better level?
 Thus you definitely could avoid a lots of flaming, misunderstanding, and 
 other counterproductive things to happen...
 And this would conform to practising the synergetic principle, wouldn't it?
 
 Just one hint to help you: I remember a mail from Johannes in which he told 
 me that you started up this whole development thing from a zero level some 
 two or three years  ago. And Johannes not forgot to state that in the 
 beginning you were nothing but nerving... (now add a smiley behind this, 
 please, I'd deeply appreciate you to do).
 
 Above that:
 1. Taking part in testing the mm-tree and eliminating horrible bugs in it I 
 never experienced but positive and warm compromise solutions in the end. 
 Experiencing this is highly enlarging one's own personality.
 2. If you start up at zero (like you did once too - see above and ask 
 Johannes if you do not remember at all) it is no good start at all if your 
 humble effort is being thrown off after the first or second reject. That's 
 highly discouraging, and if it happens very often the bad experience remains 
 in one's own subjective perception filter.


i did really start very small during those early stages. Johannes did
help me a lot in many areas, he gave me a lot of valuable information

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-02 Thread Markus Rechberger

On 5/2/07, Manu Abraham [EMAIL PROTECTED] wrote:

Uwe Bugla wrote:
  Original-Nachricht 
 Datum: Wed, 02 May 2007 17:30:32 +0400
 Von: Manu Abraham [EMAIL PROTECTED]
 An: Trent Piepho [EMAIL PROTECTED]
 CC: Simon Arlott [EMAIL PROTECTED], Linux Kernel Mailing list
linux-kernel@vger.kernel.org, [EMAIL PROTECTED], Jan
Engelhardt [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], Linux DVB [EMAIL PROTECTED]
 Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was:
Criticalpoints  about ...)

 Trent Piepho wrote:
 On Tue, 1 May 2007, Simon Arlott wrote:
 On 30/04/07 22:17, Markus Rechberger wrote:
 From my side I do not see any problem with that patch, if someone else
 has a problem with it please state out the reason.
 I have no problem with the patch since it has nothing to do with my DVB
 card but you're only encouraging Uwe to be abusive since it seems to
 help get him what he wants:
 I've been aware of the problem with dst not fully using the dvb
 customization
 systems(*) for a long time.  It came up when dvb_attach() et al were
 first
 being integrated, well before any rejected patches or strongly worded
 emails
 or whatever from certain people that I'm aware of.

 Well, your understanding of the device is quite limited and hence your
 comments and patches.

 The DST as it refers to is an embedded system a x86 Compatible RISC core
 [1] running at 20Mhz with 4MB Flash and 1MB RAM. The device has it's own
 IO and 2 DMA channels. What we have is a PQFP device

 This is the case in most cases. On some cheaper cards the embedded
 system is replaced by an 8 bit host microcontroller, to cut down costs
 where all the features are not required for a specific model

 Additionally this embedded system has a fast shovelling engine for the
 MPEG2 TS routing in between the
 This embedded system is connected to an actual
 (1) DVB frontend [2]
 (2) DVB CA interface [3]
 (3) Analog tuner
 (4) Audio interfaces

 These features are not the characteristics of a DVB Frontend. Here there
 is a DVB frontend like the normal ones which is hidden behind another
 pseudo bridge (So you don't have *any* access to the frontend at large)

 It is not necessary that *all* the dst cards (there are around ~15
 different variants of the same) do have the very same feature set.

 It does support DVB-S/DSS/DVB-C/DVB-T/ATSC depending on the cards. In
 fact it is a combo driver supporting the entire devices using a common
 command set

 In such a case it has more characteristics of the PCI bridge and in fact
 heavily tied to it and has it's own advantages.

 I saw some discussion about dst by Markus, Mauro, and Andrew Morton, and
 since
 I already know about the issues here, I felt I should post a patch for
 them
 any other reasonable developers who might spend time on this.

 I would think that it would be *extremely* rude for a person to send in
 patches for a device that which you don't understand at all, when it is
 for limiting the capability of the said device

 Hi Manu,
 now if this is your evalution about it all, then let me tell you that I
feel deeply sorry about it.

 Fact is:
 Noone ever intended to send in patches limiting the capability of the said
device (DST): I never did, Trent never did, Markus, Mauro, Andrew and others
never did...

 Instead of this we all have very different knowledge and understanding
levels, with you obviously being the one with the most elaborate and
sophisticated level.

 So please why, instead of marking other people as rude whose solutions
you do not appreciate at all, don't you just pick up the pratical proposals
of other persons, even if you do not like them for some reasons, and at
least try to raise them up to a far more better level?
 Thus you definitely could avoid a lots of flaming, misunderstanding, and
other counterproductive things to happen...
 And this would conform to practising the synergetic principle, wouldn't
it?

 Just one hint to help you: I remember a mail from Johannes in which he
told me that you started up this whole development thing from a zero level
some two or three years  ago. And Johannes not forgot to state that in the
beginning you were nothing but nerving... (now add a smiley behind this,
please, I'd deeply appreciate you to do).

 Above that:
 1. Taking part in testing the mm-tree and eliminating horrible bugs in it
I never experienced but positive and warm compromise solutions in the end.
Experiencing this is highly enlarging one's own personality.
 2. If you start up at zero (like you did once too - see above and ask
Johannes if you do not remember at all) it is no good start at all if your
humble effort is being thrown off after the first or second reject. That's
highly discouraging, and if it happens very often the bad experience remains
in one's own subjective perception filter.


i did really start very small during those early stages. Johannes did
help me a lot in many areas, he gave me a lot of valuable information

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-01 Thread Trent Piepho
On Tue, 1 May 2007, Simon Arlott wrote:
> On 30/04/07 22:17, Markus Rechberger wrote:
> > From my side I do not see any problem with that patch, if someone else
> > has a problem with it please state out the reason.
>
> I have no problem with the patch since it has nothing to do with my DVB
> card but you're only encouraging Uwe to be abusive since it seems to
> help get him what he wants:

I've been aware of the problem with dst not fully using the dvb customization
systems(*) for a long time.  It came up when dvb_attach() et al were first
being integrated, well before any rejected patches or strongly worded emails
or whatever from certain people that I'm aware of.

I saw some discussion about dst by Markus, Mauro, and Andrew Morton, and since
I already know about the issues here, I felt I should post a patch for them
any other reasonable developers who might spend time on this.

If there is an abusive person, I'm not going to let it affect my behavior.
You lose if you let them influence your decisions one way, or influence them
another way.


(*) There are two customization/dependency control systems in DVB.  One is
dvb_attach(), the other is DVB_FE_CUSTOMISE.  They are not two entirely
separate systems, but overlap in their design a great deal.

The significant part, common to both, is the overall design of the driver
framework.  DVB uses what I would describe as an object oriented system.  A
driver for a certain type of hardware exports a single attach function, which
returns an object for one instance of that hardware.  All control of that
hardware is done via methods defined in this object.  There is typical
hierarchy, where an 'adapter' object will contain a 'frontend' object which
will contain a 'tuner' object.  Of course hardware designers are not
constrained by the software frameworks we create, so sometimes it's more
complex (e.g., dst).

This design means the actual hard link between different drivers is limited to
each driver's single attach function (**).  By breaking this one link, we can
control which drivers must be loaded or linked to only those necessary or
wanted.  dvb_attach() and DVB_FE_CUSTOMISE are two different ways of
controlling these links.

dvb_attach() is based on symbol_request()
A.  It's only useful with modules
B.  It doesn't prevent drivers from being compiled
C.  It allows one to build support for hardware, yet not actually load that
support until it is needed.  This allows supporting a wide array of
possible hardware without a large amount of wasted resources, useful for
distribution kernels for example.

DVB_FE_CUSTOMISE is based on Kconfig and static inline stub functions
A.  It works with drivers compiled into the kernel, not using modules.
B.  It prevents drivers from even being compiled in the first place.
C.  Disabled drivers are truly disabled, it is not possible to have support
for hardware and yet not load it.
This is useful for the smallest & simplest kernel, for set top boxes and the
like.  It's entirely possible to use both at once:  compile some drivers into
your kernel, leave others as modules, not compile modules for hardware you
don't have, only load the modules for the hardware you are using at the
moment, and still support hardware you might connect later.


(**) The dvb-pll module still exports more symbols than just dvb_pll_attach(),
that is why the customization systems don't fully work with it yet.  It also
exports dvb_pll_configure(), an obsolete interface which only a couple
remaining users that have yet been converted.  And it exports PLL definition
structs, which isn't a difficult problem and I know several ways to fix it, we
just haven't decided or actually done it yet.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-01 Thread Uwe Bugla

 Original-Nachricht 
Datum: Tue, 1 May 2007 11:00:44 +0200
Von: "Markus Rechberger" <[EMAIL PROTECTED]>
An: "Simon Arlott" <[EMAIL PROTECTED]>
CC: Manu Abraham <[EMAIL PROTECTED]>, [EMAIL PROTECTED], 
linux-kernel@vger.kernel.org, Jan Engelhardt <[EMAIL PROTECTED]>, [EMAIL 
PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical   
points about ...)

> On 5/1/07, Simon Arlott <[EMAIL PROTECTED]> wrote:
> > On 30/04/07 22:17, Markus Rechberger wrote:
> > > Trent Piepho wrote another patch for it, it just completes Uwe's patch
> > > in the end.
> > > From my side I do not see any problem with that patch, if someone else
> > > has a problem with it please state out the reason.
> >
> > I have no problem with the patch since it has nothing to do with my DVB
> > card but you're only encouraging Uwe to be abusive since it seems to
> > help get him what he wants:
> >
> > On 01/05/07 00:05, Uwe Bugla wrote:
> > > Piepho, you are a devil, and your links do not work at all!
> > > Uwe
> >
> > On 01/05/07 00:40, Uwe Bugla wrote:
> > > Go to hell, Manuel Abraham, and do not return at all to absolutely no
> > thinkable condition at all, and never come back to this place once more
> > again
> > > Just goto hell, you goddamn deeply asocial miserable sonofabitch!!
> > >
> > > Uwe
> >
> > > On 4/30/07, Markus Rechberger <[EMAIL PROTECTED]> wrote:
> > >> it's enough, I told him that I'll look at it and try to get some
> other
> > >> people involved if it really breaks something it should get stated
> > >> out; and I'll refuse any further help if he starts to write any more
> > >> abusive mail.
> >
> > It's not working. Patches should still be applied on the basis of what
> > they do and how, not why they were made, of course.
> 
> this patch was written by Trent, and it seems like he already had that
> idea earlier too.
> 
> I really don't care if that patch goes in or not in the end, there's
> just no need to flame around for it.
> 
> The only reason I see is that it's not needed to link it statically
> against the bt878 module and there isn't even much work to do.
> Uwe's Makefile patch worked as expected, but it wasn't clean/complete
> enough that was a reason to not include it.
> Now with Trent's patch I don't see that as a valid argument against it
> anymore.
> And the email from Manu claiming that it generates alot work (which is
> btw. 2 years old) doesn't seem to be valid either.
> 
> Markus

Thank you, Markus - you are a real fine and straight chap.
You should be team leader of this community.
BTW:
Are my latest attempts sent to you already involved in the latest development 
state
(Read: Is dvb-pll.c deselectable now without breaking support for lgdt330)?
I simply stumbled over that lgdt330 binding in module dvb-bt8xx.c, line 641 or 
so.
Anything else I resolved at least from my personal side.

A thousands of thanks to you and Trent - well done!
> 
> ___
> linux-dvb mailing list
> [EMAIL PROTECTED]
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-01 Thread Markus Rechberger

On 5/1/07, Simon Arlott <[EMAIL PROTECTED]> wrote:

On 30/04/07 22:17, Markus Rechberger wrote:
> Trent Piepho wrote another patch for it, it just completes Uwe's patch
> in the end.
> From my side I do not see any problem with that patch, if someone else
> has a problem with it please state out the reason.

I have no problem with the patch since it has nothing to do with my DVB
card but you're only encouraging Uwe to be abusive since it seems to
help get him what he wants:

On 01/05/07 00:05, Uwe Bugla wrote:
> Piepho, you are a devil, and your links do not work at all!
> Uwe

On 01/05/07 00:40, Uwe Bugla wrote:
> Go to hell, Manuel Abraham, and do not return at all to absolutely no
thinkable condition at all, and never come back to this place once more
again
> Just goto hell, you goddamn deeply asocial miserable sonofabitch!!
>
> Uwe

> On 4/30/07, Markus Rechberger <[EMAIL PROTECTED]> wrote:
>> it's enough, I told him that I'll look at it and try to get some other
>> people involved if it really breaks something it should get stated
>> out; and I'll refuse any further help if he starts to write any more
>> abusive mail.

It's not working. Patches should still be applied on the basis of what
they do and how, not why they were made, of course.


this patch was written by Trent, and it seems like he already had that
idea earlier too.

I really don't care if that patch goes in or not in the end, there's
just no need to flame around for it.

The only reason I see is that it's not needed to link it statically
against the bt878 module and there isn't even much work to do.
Uwe's Makefile patch worked as expected, but it wasn't clean/complete
enough that was a reason to not include it.
Now with Trent's patch I don't see that as a valid argument against it anymore.
And the email from Manu claiming that it generates alot work (which is
btw. 2 years old) doesn't seem to be valid either.

Markus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-01 Thread Simon Arlott

On 30/04/07 22:17, Markus Rechberger wrote:

Trent Piepho wrote another patch for it, it just completes Uwe's patch
in the end.
From my side I do not see any problem with that patch, if someone else
has a problem with it please state out the reason.


I have no problem with the patch since it has nothing to do with my DVB 
card but you're only encouraging Uwe to be abusive since it seems to 
help get him what he wants:


On 01/05/07 00:05, Uwe Bugla wrote:

Piepho, you are a devil, and your links do not work at all!
Uwe


On 01/05/07 00:40, Uwe Bugla wrote:

Go to hell, Manuel Abraham, and do not return at all to absolutely no thinkable 
condition at all, and never come back to this place once more again
Just goto hell, you goddamn deeply asocial miserable sonofabitch!!

Uwe



On 4/30/07, Markus Rechberger <[EMAIL PROTECTED]> wrote:

it's enough, I told him that I'll look at it and try to get some other
people involved if it really breaks something it should get stated
out; and I'll refuse any further help if he starts to write any more
abusive mail.


It's not working. Patches should still be applied on the basis of what 
they do and how, not why they were made, of course.


--
Simon Arlott
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-01 Thread Simon Arlott

On 30/04/07 22:17, Markus Rechberger wrote:

Trent Piepho wrote another patch for it, it just completes Uwe's patch
in the end.
From my side I do not see any problem with that patch, if someone else
has a problem with it please state out the reason.


I have no problem with the patch since it has nothing to do with my DVB 
card but you're only encouraging Uwe to be abusive since it seems to 
help get him what he wants:


On 01/05/07 00:05, Uwe Bugla wrote:

Piepho, you are a devil, and your links do not work at all!
Uwe


On 01/05/07 00:40, Uwe Bugla wrote:

Go to hell, Manuel Abraham, and do not return at all to absolutely no thinkable 
condition at all, and never come back to this place once more again
Just goto hell, you goddamn deeply asocial miserable sonofabitch!!

Uwe



On 4/30/07, Markus Rechberger [EMAIL PROTECTED] wrote:

it's enough, I told him that I'll look at it and try to get some other
people involved if it really breaks something it should get stated
out; and I'll refuse any further help if he starts to write any more
abusive mail.


It's not working. Patches should still be applied on the basis of what 
they do and how, not why they were made, of course.


--
Simon Arlott
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-01 Thread Markus Rechberger

On 5/1/07, Simon Arlott [EMAIL PROTECTED] wrote:

On 30/04/07 22:17, Markus Rechberger wrote:
 Trent Piepho wrote another patch for it, it just completes Uwe's patch
 in the end.
 From my side I do not see any problem with that patch, if someone else
 has a problem with it please state out the reason.

I have no problem with the patch since it has nothing to do with my DVB
card but you're only encouraging Uwe to be abusive since it seems to
help get him what he wants:

On 01/05/07 00:05, Uwe Bugla wrote:
 Piepho, you are a devil, and your links do not work at all!
 Uwe

On 01/05/07 00:40, Uwe Bugla wrote:
 Go to hell, Manuel Abraham, and do not return at all to absolutely no
thinkable condition at all, and never come back to this place once more
again
 Just goto hell, you goddamn deeply asocial miserable sonofabitch!!

 Uwe

 On 4/30/07, Markus Rechberger [EMAIL PROTECTED] wrote:
 it's enough, I told him that I'll look at it and try to get some other
 people involved if it really breaks something it should get stated
 out; and I'll refuse any further help if he starts to write any more
 abusive mail.

It's not working. Patches should still be applied on the basis of what
they do and how, not why they were made, of course.


this patch was written by Trent, and it seems like he already had that
idea earlier too.

I really don't care if that patch goes in or not in the end, there's
just no need to flame around for it.

The only reason I see is that it's not needed to link it statically
against the bt878 module and there isn't even much work to do.
Uwe's Makefile patch worked as expected, but it wasn't clean/complete
enough that was a reason to not include it.
Now with Trent's patch I don't see that as a valid argument against it anymore.
And the email from Manu claiming that it generates alot work (which is
btw. 2 years old) doesn't seem to be valid either.

Markus
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-01 Thread Uwe Bugla

 Original-Nachricht 
Datum: Tue, 1 May 2007 11:00:44 +0200
Von: Markus Rechberger [EMAIL PROTECTED]
An: Simon Arlott [EMAIL PROTECTED]
CC: Manu Abraham [EMAIL PROTECTED], [EMAIL PROTECTED], 
linux-kernel@vger.kernel.org, Jan Engelhardt [EMAIL PROTECTED], [EMAIL 
PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Betreff: Re: [linux-dvb] DST/BT878 module customization (.. was: Critical   
points about ...)

 On 5/1/07, Simon Arlott [EMAIL PROTECTED] wrote:
  On 30/04/07 22:17, Markus Rechberger wrote:
   Trent Piepho wrote another patch for it, it just completes Uwe's patch
   in the end.
   From my side I do not see any problem with that patch, if someone else
   has a problem with it please state out the reason.
 
  I have no problem with the patch since it has nothing to do with my DVB
  card but you're only encouraging Uwe to be abusive since it seems to
  help get him what he wants:
 
  On 01/05/07 00:05, Uwe Bugla wrote:
   Piepho, you are a devil, and your links do not work at all!
   Uwe
 
  On 01/05/07 00:40, Uwe Bugla wrote:
   Go to hell, Manuel Abraham, and do not return at all to absolutely no
  thinkable condition at all, and never come back to this place once more
  again
   Just goto hell, you goddamn deeply asocial miserable sonofabitch!!
  
   Uwe
 
   On 4/30/07, Markus Rechberger [EMAIL PROTECTED] wrote:
   it's enough, I told him that I'll look at it and try to get some
 other
   people involved if it really breaks something it should get stated
   out; and I'll refuse any further help if he starts to write any more
   abusive mail.
 
  It's not working. Patches should still be applied on the basis of what
  they do and how, not why they were made, of course.
 
 this patch was written by Trent, and it seems like he already had that
 idea earlier too.
 
 I really don't care if that patch goes in or not in the end, there's
 just no need to flame around for it.
 
 The only reason I see is that it's not needed to link it statically
 against the bt878 module and there isn't even much work to do.
 Uwe's Makefile patch worked as expected, but it wasn't clean/complete
 enough that was a reason to not include it.
 Now with Trent's patch I don't see that as a valid argument against it
 anymore.
 And the email from Manu claiming that it generates alot work (which is
 btw. 2 years old) doesn't seem to be valid either.
 
 Markus

Thank you, Markus - you are a real fine and straight chap.
You should be team leader of this community.
BTW:
Are my latest attempts sent to you already involved in the latest development 
state
(Read: Is dvb-pll.c deselectable now without breaking support for lgdt330)?
I simply stumbled over that lgdt330 binding in module dvb-bt8xx.c, line 641 or 
so.
Anything else I resolved at least from my personal side.

A thousands of thanks to you and Trent - well done!
 
 ___
 linux-dvb mailing list
 [EMAIL PROTECTED]
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

-- 
Feel free - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-01 Thread Trent Piepho
On Tue, 1 May 2007, Simon Arlott wrote:
 On 30/04/07 22:17, Markus Rechberger wrote:
  From my side I do not see any problem with that patch, if someone else
  has a problem with it please state out the reason.

 I have no problem with the patch since it has nothing to do with my DVB
 card but you're only encouraging Uwe to be abusive since it seems to
 help get him what he wants:

I've been aware of the problem with dst not fully using the dvb customization
systems(*) for a long time.  It came up when dvb_attach() et al were first
being integrated, well before any rejected patches or strongly worded emails
or whatever from certain people that I'm aware of.

I saw some discussion about dst by Markus, Mauro, and Andrew Morton, and since
I already know about the issues here, I felt I should post a patch for them
any other reasonable developers who might spend time on this.

If there is an abusive person, I'm not going to let it affect my behavior.
You lose if you let them influence your decisions one way, or influence them
another way.


(*) There are two customization/dependency control systems in DVB.  One is
dvb_attach(), the other is DVB_FE_CUSTOMISE.  They are not two entirely
separate systems, but overlap in their design a great deal.

The significant part, common to both, is the overall design of the driver
framework.  DVB uses what I would describe as an object oriented system.  A
driver for a certain type of hardware exports a single attach function, which
returns an object for one instance of that hardware.  All control of that
hardware is done via methods defined in this object.  There is typical
hierarchy, where an 'adapter' object will contain a 'frontend' object which
will contain a 'tuner' object.  Of course hardware designers are not
constrained by the software frameworks we create, so sometimes it's more
complex (e.g., dst).

This design means the actual hard link between different drivers is limited to
each driver's single attach function (**).  By breaking this one link, we can
control which drivers must be loaded or linked to only those necessary or
wanted.  dvb_attach() and DVB_FE_CUSTOMISE are two different ways of
controlling these links.

dvb_attach() is based on symbol_request()
A.  It's only useful with modules
B.  It doesn't prevent drivers from being compiled
C.  It allows one to build support for hardware, yet not actually load that
support until it is needed.  This allows supporting a wide array of
possible hardware without a large amount of wasted resources, useful for
distribution kernels for example.

DVB_FE_CUSTOMISE is based on Kconfig and static inline stub functions
A.  It works with drivers compiled into the kernel, not using modules.
B.  It prevents drivers from even being compiled in the first place.
C.  Disabled drivers are truly disabled, it is not possible to have support
for hardware and yet not load it.
This is useful for the smallest  simplest kernel, for set top boxes and the
like.  It's entirely possible to use both at once:  compile some drivers into
your kernel, leave others as modules, not compile modules for hardware you
don't have, only load the modules for the hardware you are using at the
moment, and still support hardware you might connect later.


(**) The dvb-pll module still exports more symbols than just dvb_pll_attach(),
that is why the customization systems don't fully work with it yet.  It also
exports dvb_pll_configure(), an obsolete interface which only a couple
remaining users that have yet been converted.  And it exports PLL definition
structs, which isn't a difficult problem and I know several ways to fix it, we
just haven't decided or actually done it yet.
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/