mbox series

[net-next,0/2] net: use new hwmon_sanitize_name()

Message ID 20220622123543.3463209-1-michael@walle.cc (mailing list archive)
Headers show
Series net: use new hwmon_sanitize_name() | expand

Message

Michael Walle June 22, 2022, 12:35 p.m. UTC
These are the remaining patches of my former series [1] which were hold
back because it would have required a stable branch between the subsystems.

[1] https://lore.kernel.org/r/20220405092452.4033674-1-michael@walle.cc/

Michael Walle (2):
  net: sfp: use hwmon_sanitize_name()
  net: phy: nxp-tja11xx: use devm_hwmon_sanitize_name()

 drivers/net/phy/nxp-tja11xx.c | 11 +++--------
 drivers/net/phy/sfp.c         | 10 +++-------
 2 files changed, 6 insertions(+), 15 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 24, 2022, 4 a.m. UTC | #1
Hello:

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

On Wed, 22 Jun 2022 14:35:41 +0200 you wrote:
> These are the remaining patches of my former series [1] which were hold
> back because it would have required a stable branch between the subsystems.
> 
> [1] https://lore.kernel.org/r/20220405092452.4033674-1-michael@walle.cc/
> 
> Michael Walle (2):
>   net: sfp: use hwmon_sanitize_name()
>   net: phy: nxp-tja11xx: use devm_hwmon_sanitize_name()
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: sfp: use hwmon_sanitize_name()
    https://git.kernel.org/netdev/net-next/c/3f118c449c8e
  - [net-next,2/2] net: phy: nxp-tja11xx: use devm_hwmon_sanitize_name()
    https://git.kernel.org/netdev/net-next/c/363b65459b78

You are awesome, thank you!