netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sean Anderson <sean.anderson@seco.com>
To: "David S . Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>,
	netdev@vger.kernel.org
Cc: Madalin Bucur <madalin.bucur@nxp.com>,
	linux-kernel@vger.kernel.org,
	Sean Anderson <sean.anderson@seco.com>
Subject: [PATCH 0/4] net: fman: Various cleanups
Date: Tue, 31 May 2022 15:58:46 -0400	[thread overview]
Message-ID: <20220531195851.1592220-1-sean.anderson@seco.com> (raw)

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


             reply	other threads:[~2022-05-31 19:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-31 19:58 Sean Anderson [this message]
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

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=20220531195851.1592220-1-sean.anderson@seco.com \
    --to=sean.anderson@seco.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=madalin.bucur@nxp.com \
    --cc=netdev@vger.kernel.org \
    /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 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).