mbox series

[v2,net-next,0/2] net: renesas: rswitch: Add speed change support

Message ID 20230807003231.1552062-1-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
Headers show
Series net: renesas: rswitch: Add speed change support | expand

Message

Yoshihiro Shimoda Aug. 7, 2023, 12:32 a.m. UTC
Add speed change support at runtime for the latest SoC version.
Also, add ethtool .[gs]et_link_ksettings.

Changes from v1:
https://lore.kernel.org/all/20230803120621.1471440-1-yoshihiro.shimoda.uh@renesas.com/
 - Rename rswitch_soc_match to rswitch_soc_no_speed_change.
 - Add Reviewed-by tag in the patch [12]/2 (Simon-san, thank you!).

Yoshihiro Shimoda (2):
  net: renesas: rswitch: Add runtime speed change support
  net: renesas: rswitch: Add .[gs]et_link_ksettings support

 drivers/net/ethernet/renesas/rswitch.c | 29 +++++++++++++++++++++++---
 drivers/net/ethernet/renesas/rswitch.h |  1 +
 2 files changed, 27 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 8, 2023, 10:40 p.m. UTC | #1
Hello:

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

On Mon,  7 Aug 2023 09:32:29 +0900 you wrote:
> Add speed change support at runtime for the latest SoC version.
> Also, add ethtool .[gs]et_link_ksettings.
> 
> Changes from v1:
> https://lore.kernel.org/all/20230803120621.1471440-1-yoshihiro.shimoda.uh@renesas.com/
>  - Rename rswitch_soc_match to rswitch_soc_no_speed_change.
>  - Add Reviewed-by tag in the patch [12]/2 (Simon-san, thank you!).
> 
> [...]

Here is the summary with links:
  - [v2,net-next,1/2] net: renesas: rswitch: Add runtime speed change support
    https://git.kernel.org/netdev/net-next/c/c009b903f8cc
  - [v2,net-next,2/2] net: renesas: rswitch: Add .[gs]et_link_ksettings support
    https://git.kernel.org/netdev/net-next/c/20f8be6b24da

You are awesome, thank you!