All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sk98lin: planned removal
@ 2007-02-07 17:18 Stephen Hemminger
  2007-02-07 22:28 ` Jeff Garzik
  2007-02-08  4:32 ` Andrew Morton
  0 siblings, 2 replies; 6+ messages in thread
From: Stephen Hemminger @ 2007-02-07 17:18 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: netdev, linux-kernel

Document planned removal of sk98lin driver.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
---
 Documentation/feature-removal-schedule.txt |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 0ba6af0..d08a4af 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -325,3 +325,10 @@ Why:	Unmaintained for years, superceded 
 Who:	Jeff Garzik <jeff@garzik.org>
 
 ---------------------------
+
+What:   sk98lin network driver
+When:   July 2007
+Why:    In kernel tree version of driver is unmaintained. Sk98lin driver
+	replaced by the skge driver. 
+Who:    Stephen Hemminger <shemminger@osdl.org>
+
-- 
1.4.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] sk98lin: planned removal
  2007-02-07 17:18 [PATCH] sk98lin: planned removal Stephen Hemminger
@ 2007-02-07 22:28 ` Jeff Garzik
  2007-02-08  4:32 ` Andrew Morton
  1 sibling, 0 replies; 6+ messages in thread
From: Jeff Garzik @ 2007-02-07 22:28 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev, linux-kernel

Stephen Hemminger wrote:
> Document planned removal of sk98lin driver.
> 
> Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
> ---
>  Documentation/feature-removal-schedule.txt |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)

applied



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] sk98lin: planned removal
  2007-02-07 17:18 [PATCH] sk98lin: planned removal Stephen Hemminger
  2007-02-07 22:28 ` Jeff Garzik
@ 2007-02-08  4:32 ` Andrew Morton
  2007-02-15 10:19   ` Jeff Garzik
  2007-02-16 23:07   ` Stephen Hemminger
  1 sibling, 2 replies; 6+ messages in thread
From: Andrew Morton @ 2007-02-08  4:32 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Jeff Garzik, netdev, linux-kernel

On Wed, 7 Feb 2007 09:18:30 -0800 Stephen Hemminger <shemminger@linux-foundation.org> wrote:

> Document planned removal of sk98lin driver.
> 
> Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
> ---
>  Documentation/feature-removal-schedule.txt |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
> index 0ba6af0..d08a4af 100644
> --- a/Documentation/feature-removal-schedule.txt
> +++ b/Documentation/feature-removal-schedule.txt
> @@ -325,3 +325,10 @@ Why:	Unmaintained for years, superceded 
>  Who:	Jeff Garzik <jeff@garzik.org>
>  
>  ---------------------------
> +
> +What:   sk98lin network driver
> +When:   July 2007
> +Why:    In kernel tree version of driver is unmaintained. Sk98lin driver
> +	replaced by the skge driver. 
> +Who:    Stephen Hemminger <shemminger@osdl.org>
> +

People don't read that file.  I'd suggest the addition of a warning printk
to the driver's open() method.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] sk98lin: planned removal
  2007-02-08  4:32 ` Andrew Morton
@ 2007-02-15 10:19   ` Jeff Garzik
  2007-02-16 23:07   ` Stephen Hemminger
  1 sibling, 0 replies; 6+ messages in thread
From: Jeff Garzik @ 2007-02-15 10:19 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Stephen Hemminger, netdev, linux-kernel

Andrew Morton wrote:
> On Wed, 7 Feb 2007 09:18:30 -0800 Stephen Hemminger <shemminger@linux-foundation.org> wrote:
> 
>> Document planned removal of sk98lin driver.
>>
>> Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
>> ---
>>  Documentation/feature-removal-schedule.txt |    7 +++++++
>>  1 files changed, 7 insertions(+), 0 deletions(-)
>>
>> diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
>> index 0ba6af0..d08a4af 100644
>> --- a/Documentation/feature-removal-schedule.txt
>> +++ b/Documentation/feature-removal-schedule.txt
>> @@ -325,3 +325,10 @@ Why:	Unmaintained for years, superceded 
>>  Who:	Jeff Garzik <jeff@garzik.org>
>>  
>>  ---------------------------
>> +
>> +What:   sk98lin network driver
>> +When:   July 2007
>> +Why:    In kernel tree version of driver is unmaintained. Sk98lin driver
>> +	replaced by the skge driver. 
>> +Who:    Stephen Hemminger <shemminger@osdl.org>
>> +
> 
> People don't read that file.  I'd suggest the addition of a warning printk
> to the driver's open() method.

Fine with me.  Stephen, wanna cook up a patch?

	Jeff




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] sk98lin: planned removal
  2007-02-08  4:32 ` Andrew Morton
  2007-02-15 10:19   ` Jeff Garzik
@ 2007-02-16 23:07   ` Stephen Hemminger
  2007-02-17 20:38     ` Jeff Garzik
  1 sibling, 1 reply; 6+ messages in thread
From: Stephen Hemminger @ 2007-02-16 23:07 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Andrew Morton, netdev

Nag message about planned sk98lin removal.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>

--- skge.orig/drivers/net/sk98lin/skge.c
+++ skge/drivers/net/sk98lin/skge.c
@@ -5188,6 +5188,9 @@ static struct pci_driver skge_driver = {
 
 static int __init skge_init(void)
 {
+	printk(KERN_NOTICE "sk98lin: driver has been replaced by the skge driver"
+	       " and is scheduled for removal\n");
+
 	return pci_register_driver(&skge_driver);
 }
 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] sk98lin: planned removal
  2007-02-16 23:07   ` Stephen Hemminger
@ 2007-02-17 20:38     ` Jeff Garzik
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Garzik @ 2007-02-17 20:38 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: Andrew Morton, netdev

Stephen Hemminger wrote:
> Nag message about planned sk98lin removal.
> 
> Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>

applied



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-02-17 20:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-07 17:18 [PATCH] sk98lin: planned removal Stephen Hemminger
2007-02-07 22:28 ` Jeff Garzik
2007-02-08  4:32 ` Andrew Morton
2007-02-15 10:19   ` Jeff Garzik
2007-02-16 23:07   ` Stephen Hemminger
2007-02-17 20:38     ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.