All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: davem@davemloft.net, pabeni@redhat.com
Cc: netdev@vger.kernel.org, Jakub Kicinski <kuba@kernel.org>
Subject: [PATCH net-next 0/6] net: remove non-Ethernet drivers using virt_to_bus()
Date: Tue, 26 Apr 2022 10:54:30 -0700	[thread overview]
Message-ID: <20220426175436.417283-1-kuba@kernel.org> (raw)

Networking is currently the main offender in using virt_to_bus().
Frankly all the drivers which use it are super old and unlikely
to be used today. They are just an ongoing maintenance burden.

In other words this series is using virt_to_bus() as an excuse
to shed some old stuff. Having done the tree-wide dev_addr_set()
conversion recently I have limited sympathy for carrying dead
code.

Obviously please scream if any of these drivers _is_ in fact
still being used. Otherwise let's take the chance, we can always
apologize and revert if users show up later.

Also I should say thanks to everyone who contributed to this code!
The work continues to be appreciated although realistically in more
of a "history book" fashion...

Jakub Kicinski (6):
  net: atm: remove support for Fujitsu FireStream ATM devices
  net: atm: remove support for Madge Horizon ATM devices
  net: atm: remove support for ZeitNet ZN122x ATM devices
  net: wan: remove support for COSA and SRP synchronous serial boards
  net: wan: remove support for Z85230-based devices
  net: hamradio: remove support for DMA SCC devices

 Documentation/admin-guide/devices.txt         |    2 +-
 .../networking/device_drivers/index.rst       |    1 -
 .../networking/device_drivers/wan/index.rst   |   18 -
 .../device_drivers/wan/z8530book.rst          |  256 --
 MAINTAINERS                                   |    7 -
 arch/mips/configs/gpr_defconfig               |    3 -
 arch/mips/configs/mtx1_defconfig              |    3 -
 drivers/atm/Kconfig                           |   54 -
 drivers/atm/Makefile                          |    3 -
 drivers/atm/firestream.c                      | 2057 ------------
 drivers/atm/firestream.h                      |  502 ---
 drivers/atm/horizon.c                         | 2853 -----------------
 drivers/atm/horizon.h                         |  492 ---
 drivers/atm/uPD98401.h                        |  293 --
 drivers/atm/uPD98402.c                        |  266 --
 drivers/atm/uPD98402.h                        |  107 -
 drivers/atm/zatm.c                            | 1652 ----------
 drivers/atm/zatm.h                            |  104 -
 drivers/net/hamradio/Kconfig                  |   34 -
 drivers/net/hamradio/Makefile                 |    1 -
 drivers/net/hamradio/dmascc.c                 | 1450 ---------
 drivers/net/wan/Kconfig                       |   44 -
 drivers/net/wan/Makefile                      |    3 -
 drivers/net/wan/cosa.c                        | 2052 ------------
 drivers/net/wan/cosa.h                        |  104 -
 drivers/net/wan/hostess_sv11.c                |  336 --
 drivers/net/wan/sealevel.c                    |  352 --
 drivers/net/wan/z85230.c                      | 1641 ----------
 drivers/net/wan/z85230.h                      |  407 ---
 include/uapi/linux/atm_zatm.h                 |   47 -
 30 files changed, 1 insertion(+), 15143 deletions(-)
 delete mode 100644 Documentation/networking/device_drivers/wan/index.rst
 delete mode 100644 Documentation/networking/device_drivers/wan/z8530book.rst
 delete mode 100644 drivers/atm/firestream.c
 delete mode 100644 drivers/atm/firestream.h
 delete mode 100644 drivers/atm/horizon.c
 delete mode 100644 drivers/atm/horizon.h
 delete mode 100644 drivers/atm/uPD98401.h
 delete mode 100644 drivers/atm/uPD98402.c
 delete mode 100644 drivers/atm/uPD98402.h
 delete mode 100644 drivers/atm/zatm.c
 delete mode 100644 drivers/atm/zatm.h
 delete mode 100644 drivers/net/hamradio/dmascc.c
 delete mode 100644 drivers/net/wan/cosa.c
 delete mode 100644 drivers/net/wan/cosa.h
 delete mode 100644 drivers/net/wan/hostess_sv11.c
 delete mode 100644 drivers/net/wan/sealevel.c
 delete mode 100644 drivers/net/wan/z85230.c
 delete mode 100644 drivers/net/wan/z85230.h
 delete mode 100644 include/uapi/linux/atm_zatm.h

-- 
2.34.1


             reply	other threads:[~2022-04-26 17:54 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-26 17:54 Jakub Kicinski [this message]
2022-04-26 17:54 ` [PATCH net-next 1/6] net: atm: remove support for Fujitsu FireStream ATM devices Jakub Kicinski
2022-04-26 17:54 ` [PATCH net-next 2/6] net: atm: remove support for Madge Horizon " Jakub Kicinski
2022-04-26 17:54 ` [PATCH net-next 3/6] net: atm: remove support for ZeitNet ZN122x " Jakub Kicinski
2022-08-10  7:36   ` Jiri Slaby
2022-08-10  9:11     ` Arnd Bergmann
2022-08-10 16:42       ` Jakub Kicinski
2022-08-11  5:19         ` Jiri Slaby
2022-08-11  9:18           ` Arnd Bergmann
2022-04-26 17:54 ` [PATCH net-next 4/6] net: wan: remove support for COSA and SRP synchronous serial boards Jakub Kicinski
2022-04-26 17:54 ` [PATCH net-next 5/6] net: wan: remove support for Z85230-based devices Jakub Kicinski
2022-04-26 17:54 ` [PATCH net-next 6/6] net: hamradio: remove support for DMA SCC devices Jakub Kicinski
2022-04-26 18:55   ` Thomas Osterried
2022-04-26 19:39     ` Jakub Kicinski
2022-04-27 13:27       ` Arnd Bergmann
2022-05-02  1:01         ` Thomas Osterried
2022-04-27 11:30 ` [PATCH net-next 0/6] net: remove non-Ethernet drivers using virt_to_bus() 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=20220426175436.417283-1-kuba@kernel.org \
    --to=kuba@kernel.org \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /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.