All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: u-boot@lists.denx.de
Subject: Re: [PATCH] net: Remove ne2000 driver
Date: Tue, 25 May 2021 12:41:39 -0400	[thread overview]
Message-ID: <20210525164139.GW17669@bill-the-cat> (raw)
In-Reply-To: <0b6186ea4ce825fa3ad6eeb93a5fcdfba20c97b8.camel@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1517 bytes --]

On Tue, May 25, 2021 at 06:27:27PM +0200, Daniel Schwierzeck wrote:
> Am Dienstag, den 25.05.2021, 11:54 -0400 schrieb Tom Rini:
> > With the last user of this driver removed, remove the driver.
> > 
> > Signed-off-by: Tom Rini <trini@konsulko.com>
> > ---
> >  doc/README.ne2000         |  27 --
> >  drivers/net/8390.h        | 124 ------
> >  drivers/net/Makefile      |   1 -
> >  drivers/net/ne2000.c      | 260 -------------
> >  drivers/net/ne2000.h      |  94 -----
> >  drivers/net/ne2000_base.c | 792 ------------------------------------
> > --
> >  drivers/net/ne2000_base.h | 305 ---------------
> >  7 files changed, 1603 deletions(-)
> >  delete mode 100644 doc/README.ne2000
> >  delete mode 100644 drivers/net/8390.h
> >  delete mode 100644 drivers/net/ne2000.c
> >  delete mode 100644 drivers/net/ne2000.h
> >  delete mode 100644 drivers/net/ne2000_base.c
> >  delete mode 100644 drivers/net/ne2000_base.h
> 
> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
> 
> There are still some references in config_whitelist.txt:
> 
> $ git grep -in ne2000 -- scripts/config_whitelist.txt
> scripts/config_whitelist.txt:303:CONFIG_DRIVER_NE2000
> scripts/config_whitelist.txt:304:CONFIG_DRIVER_NE2000_BASE

Thanks.  I often rebuild the whitelist and resync defconfigs, and don't
post that.  One of those is also testing now (I caught the driver since
I rebuilt the whitelist, saw CONFIG_DRIVER_NE2000_BASE go away and
wondered what else could go).

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  reply	other threads:[~2021-05-25 16:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-25 14:59 [PULL] u-boot-mips Daniel Schwierzeck
2021-05-25 15:54 ` [PATCH] net: Remove ne2000 driver Tom Rini
2021-05-25 16:27   ` Daniel Schwierzeck
2021-05-25 16:41     ` Tom Rini [this message]
2021-05-26 12:55   ` Tom Rini
2021-05-26 12:54 ` [PULL] u-boot-mips Tom Rini

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=20210525164139.GW17669@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=daniel.schwierzeck@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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 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.