mbox series

[0/4] net: fman: Various cleanups

Message ID 20220531195851.1592220-1-sean.anderson@seco.com (mailing list archive)
Headers show
Series net: fman: Various cleanups | expand

Message

Sean Anderson May 31, 2022, 7:58 p.m. UTC
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(-)

Comments

Jakub Kicinski June 1, 2022, 4:36 a.m. UTC | #1
On Tue, 31 May 2022 15:58:46 -0400 Sean Anderson wrote:
> 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).

# Form letter - net-next is closed

We have already sent the networking pull request for 5.19
and therefore net-next is closed for new drivers, features,
code refactoring and optimizations. We are currently accepting
bug fixes only.

Please repost when net-next reopens after 5.19-rc1 is cut.

RFC patches sent for review only are obviously welcome at any time.
Camelia Alexandra Groza June 7, 2022, 2:25 p.m. UTC | #2
> -----Original Message-----
> From: Sean Anderson <sean.anderson@seco.com>
> Sent: Tuesday, May 31, 2022 22:59
> 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
> 
> 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

Hi

I ran sanity checks on two PPC platforms (T2080, P5020).
If you resend you can add my tags:

Acked-by: Camelia Groza <camelia.groza@nxp.com>
Tested-by: Camelia Groza <camelia.groza@nxp.com>

Camelia