mbox series

[net-next,v4,0/2] net: phy: sfp: Add single-byte SMBus SFP access

Message ID 20250322075745.120831-1-maxime.chevallier@bootlin.com (mailing list archive)
Headers show
Series net: phy: sfp: Add single-byte SMBus SFP access | expand

Message

Maxime Chevallier March 22, 2025, 7:57 a.m. UTC
Hello everyone,

This is V4 for the single-byte SMBus support for SFP cages as well as
embedded PHYs accessed over mdio-i2c.

V4: Cosmetic cleanups reported by Paolo :
 - xmas tree in patch 1
 - Extra parenthesis in patch 2

V3:
 - Rework patch 1 to use i2c_max_block_size

V2:
 - Disabled hwmon and add a big warning when in single-byte mode

V3 : https://lore.kernel.org/netdev/20250314162319.516163-1-maxime.chevallier@bootlin.com/
V2 : https://lore.kernel.org/netdev/20250225112043.419189-1-maxime.chevallier@bootlin.com/
V1 : https://lore.kernel.org/netdev/20250223172848.1098621-1-maxime.chevallier@bootlin.com/#t

Maxime

Maxime Chevallier (2):
  net: phy: sfp: Add support for SMBus module access
  net: mdio: mdio-i2c: Add support for single-byte SMBus operations

 drivers/net/mdio/mdio-i2c.c | 79 ++++++++++++++++++++++++++++++++++-
 drivers/net/phy/sfp.c       | 82 +++++++++++++++++++++++++++++++++----
 2 files changed, 152 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 25, 2025, 4:20 p.m. UTC | #1
Hello:

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

On Sat, 22 Mar 2025 08:57:43 +0100 you wrote:
> Hello everyone,
> 
> This is V4 for the single-byte SMBus support for SFP cages as well as
> embedded PHYs accessed over mdio-i2c.
> 
> V4: Cosmetic cleanups reported by Paolo :
>  - xmas tree in patch 1
>  - Extra parenthesis in patch 2
> 
> [...]

Here is the summary with links:
  - [net-next,v4,1/2] net: phy: sfp: Add support for SMBus module access
    https://git.kernel.org/netdev/net-next/c/7662abf4db94
  - [net-next,v4,2/2] net: mdio: mdio-i2c: Add support for single-byte SMBus operations
    https://git.kernel.org/netdev/net-next/c/d4bd3aca33c2

You are awesome, thank you!