linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] net: fman: Various cleanups
@ 2022-05-31 19:58 Sean Anderson
  2022-05-31 19:58 ` [PATCH 1/4] net: fman: Convert to SPDX identifiers Sean Anderson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sean Anderson @ 2022-05-31 19:58 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, netdev
  Cc: Madalin Bucur, linux-kernel, Sean Anderson

This series performs a variety of cleanups for dpaa/fman, with the aim
of reducing unused flexibility. I've tested this on layerscape, but I
don't have any PPC platforms to test with (nor do I have access to the
dtsec errata).


Sean Anderson (4):
  net: fman: Convert to SPDX identifiers
  net: fman: Don't pass comm_mode to enable/disable
  net: fman: Store en/disable in mac_device instead of mac_priv_s
  net: fman: dtsec: Always gracefully stop/start

 .../net/ethernet/freescale/dpaa/dpaa_eth.c    |  11 +-
 drivers/net/ethernet/freescale/fman/fman.c    |  31 +---
 drivers/net/ethernet/freescale/fman/fman.h    |  31 +---
 .../net/ethernet/freescale/fman/fman_dtsec.c  | 139 +++++-------------
 .../net/ethernet/freescale/fman/fman_dtsec.h  |  35 +----
 .../net/ethernet/freescale/fman/fman_keygen.c |  29 +---
 .../net/ethernet/freescale/fman/fman_keygen.h |  29 +---
 .../net/ethernet/freescale/fman/fman_mac.h    |  10 --
 .../net/ethernet/freescale/fman/fman_memac.c  |  47 +-----
 .../net/ethernet/freescale/fman/fman_memac.h  |  35 +----
 .../net/ethernet/freescale/fman/fman_muram.c  |  31 +---
 .../net/ethernet/freescale/fman/fman_muram.h  |  32 +---
 .../net/ethernet/freescale/fman/fman_port.c   |  29 +---
 .../net/ethernet/freescale/fman/fman_port.h   |  29 +---
 drivers/net/ethernet/freescale/fman/fman_sp.c |  29 +---
 drivers/net/ethernet/freescale/fman/fman_sp.h |  28 +---
 .../net/ethernet/freescale/fman/fman_tgec.c   |  45 +-----
 .../net/ethernet/freescale/fman/fman_tgec.h   |  35 +----
 drivers/net/ethernet/freescale/fman/mac.c     |  76 ++--------
 drivers/net/ethernet/freescale/fman/mac.h     |  36 +----
 20 files changed, 96 insertions(+), 671 deletions(-)

-- 
2.35.1.1320.gc452695387.dirty


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

end of thread, other threads:[~2022-06-07 14:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 19:58 [PATCH 0/4] net: fman: Various cleanups Sean Anderson
2022-05-31 19:58 ` [PATCH 1/4] net: fman: Convert to SPDX identifiers Sean Anderson
2022-05-31 19:58 ` [PATCH 2/4] net: fman: Don't pass comm_mode to enable/disable Sean Anderson
2022-05-31 19:58 ` [PATCH 3/4] net: fman: Store en/disable in mac_device instead of mac_priv_s Sean Anderson
2022-05-31 19:58 ` [PATCH 4/4] net: fman: dtsec: Always gracefully stop/start Sean Anderson
2022-06-01  4:36 ` [PATCH 0/4] net: fman: Various cleanups Jakub Kicinski
2022-06-07 14:25 ` Camelia Alexandra Groza

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).