mbox series

[net-next,0/5] net: ethernet: Simplify few things

Message ID 20250112-syscon-phandle-args-net-v1-0-3423889935f7@linaro.org (mailing list archive)
Headers show
Series net: ethernet: Simplify few things | expand

Message

Krzysztof Kozlowski Jan. 12, 2025, 1:32 p.m. UTC
Few code simplifications without functional impact.  Not tested on
hardware.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (5):
      net: ti: icssg-prueth: Do not print physical memory addresses
      net: ti: icssg-prueth: Use syscon_regmap_lookup_by_phandle_args
      net: stmmac: imx: Use syscon_regmap_lookup_by_phandle_args
      net: stmmac: sti: Use syscon_regmap_lookup_by_phandle_args
      net: stmmac: stm32: Use syscon_regmap_lookup_by_phandle_args

 drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c   | 10 +++-------
 drivers/net/ethernet/stmicro/stmmac/dwmac-sti.c   |  9 ++-------
 drivers/net/ethernet/stmicro/stmmac/dwmac-stm32.c |  9 ++-------
 drivers/net/ethernet/ti/am65-cpsw-nuss.c          |  9 ++-------
 drivers/net/ethernet/ti/icssg/icssg_prueth_sr1.c  |  2 --
 5 files changed, 9 insertions(+), 30 deletions(-)
---
base-commit: 8a7b73388d7ab9aed82d5b81f943cc512ee54e9e
change-id: 20250112-syscon-phandle-args-net-386d05e2cd7e

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 15, 2025, 2:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Sun, 12 Jan 2025 14:32:42 +0100 you wrote:
> Few code simplifications without functional impact.  Not tested on
> hardware.
> 
> Best regards,
> Krzysztof
> 
> 
> [...]

Here is the summary with links:
  - [net-next,1/5] net: ti: icssg-prueth: Do not print physical memory addresses
    https://git.kernel.org/netdev/net-next/c/136fff12a759
  - [net-next,2/5] net: ti: icssg-prueth: Use syscon_regmap_lookup_by_phandle_args
    https://git.kernel.org/netdev/net-next/c/621c88a39276
  - [net-next,3/5] net: stmmac: imx: Use syscon_regmap_lookup_by_phandle_args
    https://git.kernel.org/netdev/net-next/c/1e38b398b671
  - [net-next,4/5] net: stmmac: sti: Use syscon_regmap_lookup_by_phandle_args
    https://git.kernel.org/netdev/net-next/c/92ef3e4b3a5b
  - [net-next,5/5] net: stmmac: stm32: Use syscon_regmap_lookup_by_phandle_args
    https://git.kernel.org/netdev/net-next/c/6e9c6882f9ef

You are awesome, thank you!