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