netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/15] use eth_hw_addr_set() in arch-specific drivers
@ 2021-11-19  7:10 Jakub Kicinski
  2021-11-19  7:10 ` [PATCH net-next 01/15] amd: lance: use eth_hw_addr_set() Jakub Kicinski
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Jakub Kicinski @ 2021-11-19  7:10 UTC (permalink / raw)
  To: davem; +Cc: netdev, Jakub Kicinski

Fixups for more arch-specific drivers.

With these (and another patch which didn't fit) the build is more or
less clean with all cross-compilers available on kernel.org. I say
more or less because around half of the arches fail to build for
unrelated reasons right now.

Most of the changes here are for m68k, 32bit x86 and alpha.

Jakub Kicinski (15):
  amd: lance: use eth_hw_addr_set()
  amd: ni65: use eth_hw_addr_set()
  amd: a2065/ariadne: use eth_hw_addr_set()
  amd: hplance: use eth_hw_addr_set()
  amd: atarilance: use eth_hw_addr_set()
  amd: mvme147: use eth_hw_addr_set()
  8390: smc-ultra: use eth_hw_addr_set()
  8390: hydra: use eth_hw_addr_set()
  8390: mac8390: use eth_hw_addr_set()
  8390: wd: use eth_hw_addr_set()
  smc9194: use eth_hw_addr_set()
  lasi_82594: use eth_hw_addr_set()
  apple: macmace: use eth_hw_addr_set()
  cirrus: mac89x0: use eth_hw_addr_set()
  natsemi: macsonic: use eth_hw_addr_set()

 drivers/net/ethernet/8390/hydra.c        |  4 +++-
 drivers/net/ethernet/8390/mac8390.c      |  4 +++-
 drivers/net/ethernet/8390/smc-ultra.c    |  4 +++-
 drivers/net/ethernet/8390/wd.c           |  4 +++-
 drivers/net/ethernet/amd/a2065.c         | 18 +++++++++-------
 drivers/net/ethernet/amd/ariadne.c       | 20 ++++++++++--------
 drivers/net/ethernet/amd/atarilance.c    |  7 ++++--
 drivers/net/ethernet/amd/hplance.c       |  4 +++-
 drivers/net/ethernet/amd/lance.c         |  4 +++-
 drivers/net/ethernet/amd/mvme147.c       | 14 ++++++------
 drivers/net/ethernet/amd/ni65.c          |  8 ++++---
 drivers/net/ethernet/apple/macmace.c     | 14 +++++++-----
 drivers/net/ethernet/cirrus/mac89x0.c    |  7 ++++--
 drivers/net/ethernet/i825xx/lasi_82596.c |  6 ++++--
 drivers/net/ethernet/natsemi/macsonic.c  | 27 +++++++++++++++---------
 drivers/net/ethernet/smsc/smc9194.c      |  6 ++++--
 16 files changed, 96 insertions(+), 55 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-11-19 11:20 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-19  7:10 [PATCH net-next 00/15] use eth_hw_addr_set() in arch-specific drivers Jakub Kicinski
2021-11-19  7:10 ` [PATCH net-next 01/15] amd: lance: use eth_hw_addr_set() Jakub Kicinski
2021-11-19  7:10 ` [PATCH net-next 02/15] amd: ni65: " Jakub Kicinski
2021-11-19  7:10 ` [PATCH net-next 03/15] amd: a2065/ariadne: " Jakub Kicinski
2021-11-19  7:10 ` [PATCH net-next 04/15] amd: hplance: " Jakub Kicinski
2021-11-19  7:10 ` [PATCH net-next 05/15] amd: atarilance: " Jakub Kicinski
2021-11-19  7:10 ` [PATCH net-next 06/15] amd: mvme147: " Jakub Kicinski
2021-11-19  7:10 ` [PATCH net-next 07/15] 8390: smc-ultra: " Jakub Kicinski
2021-11-19  7:10 ` [PATCH net-next 08/15] 8390: hydra: " Jakub Kicinski
2021-11-19  7:10 ` [PATCH net-next 09/15] 8390: mac8390: " Jakub Kicinski
2021-11-19  7:10 ` [PATCH net-next 10/15] 8390: wd: " Jakub Kicinski
2021-11-19  7:10 ` [PATCH net-next 11/15] smc9194: " Jakub Kicinski
2021-11-19  7:10 ` [PATCH net-next 12/15] lasi_82594: " Jakub Kicinski
2021-11-19  7:10 ` [PATCH net-next 13/15] apple: macmace: " Jakub Kicinski
2021-11-19  7:10 ` [PATCH net-next 14/15] cirrus: mac89x0: " Jakub Kicinski
2021-11-19  7:10 ` [PATCH net-next 15/15] natsemi: macsonic: " Jakub Kicinski
2021-11-19 11:20 ` [PATCH net-next 00/15] use eth_hw_addr_set() in arch-specific drivers patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).