All of lore.kernel.org
 help / color / mirror / Atom feed
From: Giuliano Procida <gprocida@google.com>
To: tsbogend@alpha.franken.de
Cc: 3chas3@gmail.com, arnd@kernel.org, dan.carpenter@oracle.com,
	davem@davemloft.net, jj@chaosbits.net, kuba@kernel.org,
	linux-atm-general@lists.sourceforge.net,
	linux-mips@vger.kernel.org, myxie@debian.org,
	netdev@vger.kernel.org, p.zabel@pengutronix.de,
	pabeni@redhat.com, Giuliano Procida <gprocida@google.com>
Subject: Re: [PATCH net-next] net: atm: remove the ambassador driver
Date: Fri,  3 Jun 2022 16:29:50 +0100	[thread overview]
Message-ID: <20220603152950.3057543-1-gprocida@google.com> (raw)
In-Reply-To: <20220406111125.GB19718@alpha.franken.de>

On Wed, 6 Apr 2022 at 13:11:25 +0200, Thomas Bogendoerfer wrote:

> On Tue, Apr 05, 2022 at 09:16:27PM -0700, Jakub Kicinski wrote:
> > The driver for ATM Ambassador devices spews build warnings on
> > microblaze. The virt_to_bus() calls discard the volatile keyword.
> > The right thing to do would be to migrate this driver to a modern
> > DMA API but it seems unlikely anyone is actually using it.
> > There had been no fixes or functional changes here since
> > the git era begun.
> >
> > In fact it sounds like the FW loading was broken from 2008
> > 'til 2012 - see commit fcdc90b025e6 ("atm: forever loop loading
> > ambassador firmware").
> >
> > Let's remove this driver, there isn't much changing in the APIs,
> > if users come forward we can apologize and revert.
> >

I contributed this driver (and the horizon one) over 20 years ago. I
doubt the hardware has been used in 20 years.

I just spoke today with David Miller about finally removing them and
found that you've already started.

Please remove horizon as well, analogously. Thanks!

> > Link: https://lore.kernel.org/all/20220321144013.440d7fc0@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com/
> > Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> > ---
> > CC: myxie@debian.org,gprocida@madge.com
> > CC: Jesper Juhl <jj@chaosbits.net>
> > CC: Dan Carpenter <dan.carpenter@oracle.com>
> > CC: Chas Williams <3chas3@gmail.com> # ATM
> > CC: linux-atm-general@lists.sourceforge.net
> > CC: tsbogend@alpha.franken.de # MIPS
> > CC: linux-mips@vger.kernel.org
> > CC: p.zabel@pengutronix.de # dunno why, get_maintainer
> > ---
> >  arch/mips/configs/gpr_defconfig  |    1 -
> >  arch/mips/configs/mtx1_defconfig |    1 -
> >  drivers/atm/Kconfig              |   25 -
> >  drivers/atm/Makefile             |    1 -
> >  drivers/atm/ambassador.c         | 2400 ------------------------------
> >  drivers/atm/ambassador.h         |  648 --------
> >  6 files changed, 3076 deletions(-)
> >  delete mode 100644 drivers/atm/ambassador.c
> >  delete mode 100644 drivers/atm/ambassador.h
>
> Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
>

Acked-by: Giuliano Procida <gprocida@google.com>

  reply	other threads:[~2022-06-03 15:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-06  4:16 [PATCH net-next] net: atm: remove the ambassador driver Jakub Kicinski
2022-04-06  7:50 ` Arnd Bergmann
2022-04-06 11:11 ` Thomas Bogendoerfer
2022-06-03 15:29   ` Giuliano Procida [this message]
2022-04-08 11:10 ` patchwork-bot+netdevbpf

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=20220603152950.3057543-1-gprocida@google.com \
    --to=gprocida@google.com \
    --cc=3chas3@gmail.com \
    --cc=arnd@kernel.org \
    --cc=dan.carpenter@oracle.com \
    --cc=davem@davemloft.net \
    --cc=jj@chaosbits.net \
    --cc=kuba@kernel.org \
    --cc=linux-atm-general@lists.sourceforge.net \
    --cc=linux-mips@vger.kernel.org \
    --cc=myxie@debian.org \
    --cc=netdev@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=pabeni@redhat.com \
    --cc=tsbogend@alpha.franken.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.