public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Manu Abraham <manu@linuxtv.org>
To: Andrew Morton <akpm@osdl.org>
Cc: Mike Krufky <mkrufky@linuxtv.org>,
	linux-kernel@vger.kernel.org, linux-dvb-maintainer@linuxtv.org,
	Johannes Stezenbach <js@linuxtv.org>
Subject: Re: [PATCH 26/37] dvb: add support for plls used by nxt200x
Date: Fri, 04 Nov 2005 03:46:16 +0400	[thread overview]
Message-ID: <436AA148.8090705@linuxtv.org> (raw)
In-Reply-To: <436A96A8.4080906@linuxtv.org>

Mike Krufky wrote:

> Andrew Morton wrote:
>
>> Michael Krufky <mkrufky@m1k.net> wrote:
>>  
>>
>>> +struct dvb_pll_desc dvb_pll_tdhu2 = {
>>> +    .name = "ALPS TDHU2",
>>> +    .min = 54000000,
>>> +    .max = 864000000,
>>> +    .count = 4,
>>> +    .entries = {
>>> +        { 162000000, 44000000, 62500, 0x85, 0x01 },
>>> +        { 426000000, 44000000, 62500, 0x85, 0x02 },
>>> +        { 782000000, 44000000, 62500, 0x85, 0x08 },
>>> +        { 999999999, 44000000, 62500, 0x85, 0x88 },
>>> +    }
>>> +};
>>> +EXPORT_SYMBOL(dvb_pll_tdhu2);
>>>   
>>
>>
>> The new driver is to have a GPL license, I assume?
>>
>> Generally, EXPORT_SYMBOL_GPL seems more appropriate for the DVB 
>> subsystem.
>>

Hello Andrew,

We have in the DVB subsystem most of the exported symbols as 
EXPORT_SYMBOL itself, rather than EXPORT_SYMBOL_GPL. I think if this 
needs to be changed, we would require a global change of all symbols to 
the same to maintain consistency. If you require that change we can have 
a change but i would think that the discussions be done with the 
relevant copyright holders too, eventhough probably most of the authors 
won't have any objection.

> Yes, GPL'd of course.  But these pll definitions are not strictly tied 
> to nxt200x -- they may very well be used by another frontend module in 
> the future.
>
> Actually, we keep pll info in a separate file (dvb-pll.c) so that the 
> tuner programming can be used by any frontend module, depending on the 
> design..... About EXPORT_SYMBOL, this is how it's done all over dvb-pll.c
>
> If this needs to change, then it should apply to the entire dvb-pll.
>

It is not necessary limited to dvb-pll, but the entire dvb-kernel.


Thanks,
Manu


  reply	other threads:[~2005-11-04  0:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-01  8:15 [PATCH 26/37] dvb: add support for plls used by nxt200x Michael Krufky
2005-11-03  2:59 ` Andrew Morton
2005-11-03 23:00   ` Mike Krufky
2005-11-03 23:46     ` Manu Abraham [this message]
2005-11-04  0:51       ` [linux-dvb-maintainer] " Andreas Oberritter
2005-11-04  1:12         ` Manu Abraham
2005-11-04 22:26         ` Ralph Metzler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=436AA148.8090705@linuxtv.org \
    --to=manu@linuxtv.org \
    --cc=akpm@osdl.org \
    --cc=js@linuxtv.org \
    --cc=linux-dvb-maintainer@linuxtv.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mkrufky@linuxtv.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox