netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] dpaa2-switch: small cleanup
@ 2021-03-16 14:55 Ioana Ciornei
  2021-03-16 14:55 ` [PATCH net-next 1/5] dpaa2-switch: remove unused ABI functions Ioana Ciornei
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Ioana Ciornei @ 2021-03-16 14:55 UTC (permalink / raw)
  To: davem, kuba, netdev; +Cc: ruxandra.radulescu, yangbo.lu, Ioana Ciornei

From: Ioana Ciornei <ioana.ciornei@nxp.com>

This patch set addresses various low-hanging issues in both dpaa2-switch
and dpaa2-eth drivers.
Unused ABI functions are removed from dpaa2-switch, all the kernel-doc
warnings are fixed up in both drivers and the coding style for the
remaining ABIs is fixed-up a bit.

Ioana Ciornei (5):
  dpaa2-switch: remove unused ABI functions
  dpaa2-switch: fix kdoc warnings
  dpaa2-switch: reduce the size of the if_id bitmap to 64 bits
  dpaa2-switch: fit the function declaration on the same line
  dpaa2-eth: fixup kdoc warnings

 drivers/net/ethernet/freescale/dpaa2/dpkg.h   |   5 +-
 drivers/net/ethernet/freescale/dpaa2/dpmac.h  |  24 +-
 drivers/net/ethernet/freescale/dpaa2/dpni.c   |   6 +
 drivers/net/ethernet/freescale/dpaa2/dpni.h   | 162 +++++-----
 drivers/net/ethernet/freescale/dpaa2/dprtc.h  |   3 -
 .../net/ethernet/freescale/dpaa2/dpsw-cmd.h   |  11 +-
 drivers/net/ethernet/freescale/dpaa2/dpsw.c   | 281 ++++--------------
 drivers/net/ethernet/freescale/dpaa2/dpsw.h   | 265 +++++------------
 8 files changed, 217 insertions(+), 540 deletions(-)

-- 
2.30.0


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

end of thread, other threads:[~2021-03-18 21:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-16 14:55 [PATCH net-next 0/5] dpaa2-switch: small cleanup Ioana Ciornei
2021-03-16 14:55 ` [PATCH net-next 1/5] dpaa2-switch: remove unused ABI functions Ioana Ciornei
2021-03-16 14:55 ` [PATCH net-next 2/5] dpaa2-switch: fix kdoc warnings Ioana Ciornei
2021-03-16 14:55 ` [PATCH net-next 3/5] dpaa2-switch: reduce the size of the if_id bitmap to 64 bits Ioana Ciornei
2021-03-18 21:15   ` Andrew Lunn
2021-03-16 14:55 ` [PATCH net-next 4/5] dpaa2-switch: fit the function declaration on the same line Ioana Ciornei
2021-03-18 21:19   ` Andrew Lunn
2021-03-16 14:55 ` [PATCH net-next 5/5] dpaa2-eth: fixup kdoc warnings Ioana Ciornei
2021-03-16 21:40 ` [PATCH net-next 0/5] dpaa2-switch: small cleanup Jakub Kicinski
2021-03-16 22:40 ` 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).