mbox series

[net-next,v5,00/14] net: dpaa: Cleanups in preparation for phylink conversion (part 2)

Message ID 20220902215737.981341-1-sean.anderson@seco.com (mailing list archive)
Headers show
Series net: dpaa: Cleanups in preparation for phylink conversion (part 2) | expand

Message

Sean Anderson Sept. 2, 2022, 9:57 p.m. UTC
This series contains several cleanup patches for dpaa/fman. While they
are intended to prepare for a phylink conversion, they stand on their
own. This series was originally submitted as part of [1].

[1] https://lore.kernel.org/netdev/20220715215954.1449214-1-sean.anderson@seco.com

Changes in v5:
- Reduce line length of tgec_config
- Reduce line length of qman_update_cgr_safe
- Rebase onto net-next/master

Changes in v4:
- weer -> were
- tricy -> tricky
- Use mac_dev for calling change_addr
- qman_cgr_create -> qman_create_cgr

Changes in v2:
- Fix prototype for dtsec_initialization
- Fix warning if sizeof(void *) != sizeof(resource_size_t)
- Specify type of mac_dev for exception_cb
- Add helper for sanity checking cgr ops
- Add CGR update function
- Adjust queue depth on rate change

Sean Anderson (14):
  net: fman: Move initialization to mac-specific files
  net: fman: Mark mac methods static
  net: fman: Inline several functions into initialization
  net: fman: Remove internal_phy_node from params
  net: fman: Map the base address once
  net: fman: Pass params directly to mac init
  net: fman: Use mac_dev for some params
  net: fman: Specify type of mac_dev for exception_cb
  net: fman: Clean up error handling
  net: fman: Change return type of disable to void
  net: dpaa: Use mac_dev variable in dpaa_netdev_init
  soc: fsl: qbman: Add helper for sanity checking cgr ops
  soc: fsl: qbman: Add CGR update function
  net: dpaa: Adjust queue depth on rate change

 .../net/ethernet/freescale/dpaa/dpaa_eth.c    |  52 ++-
 .../ethernet/freescale/dpaa/dpaa_eth_sysfs.c  |   2 +-
 .../net/ethernet/freescale/fman/fman_dtsec.c  | 188 +++++----
 .../net/ethernet/freescale/fman/fman_dtsec.h  |  27 +-
 .../net/ethernet/freescale/fman/fman_mac.h    |  14 +-
 .../net/ethernet/freescale/fman/fman_memac.c  | 199 ++++++---
 .../net/ethernet/freescale/fman/fman_memac.h  |  26 +-
 .../net/ethernet/freescale/fman/fman_tgec.c   | 123 ++++--
 .../net/ethernet/freescale/fman/fman_tgec.h   |  23 +-
 drivers/net/ethernet/freescale/fman/mac.c     | 378 ++----------------
 drivers/net/ethernet/freescale/fman/mac.h     |  10 +-
 drivers/soc/fsl/qbman/qman.c                  |  77 +++-
 include/soc/fsl/qman.h                        |   9 +
 13 files changed, 511 insertions(+), 617 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 5, 2022, 1:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri,  2 Sep 2022 17:57:22 -0400 you wrote:
> This series contains several cleanup patches for dpaa/fman. While they
> are intended to prepare for a phylink conversion, they stand on their
> own. This series was originally submitted as part of [1].
> 
> [1] https://lore.kernel.org/netdev/20220715215954.1449214-1-sean.anderson@seco.com
> 
> Changes in v5:
> - Reduce line length of tgec_config
> - Reduce line length of qman_update_cgr_safe
> - Rebase onto net-next/master
> 
> [...]

Here is the summary with links:
  - [net-next,v5,01/14] net: fman: Move initialization to mac-specific files
    https://git.kernel.org/netdev/net-next/c/302376feec1d
  - [net-next,v5,02/14] net: fman: Mark mac methods static
    https://git.kernel.org/netdev/net-next/c/1257c9623deb
  - [net-next,v5,03/14] net: fman: Inline several functions into initialization
    (no matching commit)
  - [net-next,v5,04/14] net: fman: Remove internal_phy_node from params
    https://git.kernel.org/netdev/net-next/c/45fa34bfaa52
  - [net-next,v5,05/14] net: fman: Map the base address once
    https://git.kernel.org/netdev/net-next/c/262f2b782e25
  - [net-next,v5,06/14] net: fman: Pass params directly to mac init
    (no matching commit)
  - [net-next,v5,07/14] net: fman: Use mac_dev for some params
    https://git.kernel.org/netdev/net-next/c/19c788b144e2
  - [net-next,v5,08/14] net: fman: Specify type of mac_dev for exception_cb
    https://git.kernel.org/netdev/net-next/c/5b6acb554065
  - [net-next,v5,09/14] net: fman: Clean up error handling
    https://git.kernel.org/netdev/net-next/c/aedbeb4e597e
  - [net-next,v5,10/14] net: fman: Change return type of disable to void
    https://git.kernel.org/netdev/net-next/c/901bdff2f529
  - [net-next,v5,11/14] net: dpaa: Use mac_dev variable in dpaa_netdev_init
    https://git.kernel.org/netdev/net-next/c/fca4804f68cf
  - [net-next,v5,12/14] soc: fsl: qbman: Add helper for sanity checking cgr ops
    https://git.kernel.org/netdev/net-next/c/d0e17a4653ce
  - [net-next,v5,13/14] soc: fsl: qbman: Add CGR update function
    https://git.kernel.org/netdev/net-next/c/914f8b228ede
  - [net-next,v5,14/14] net: dpaa: Adjust queue depth on rate change
    https://git.kernel.org/netdev/net-next/c/ef2a8d5478b9

You are awesome, thank you!