[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<175982760601.1816219.15728598756858423622.git-patchwork-notify@kernel.org>
Date: Tue, 07 Oct 2025 09:00:06 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Maxime Chevallier <maxime.chevallier@...tlin.com>
Cc: davem@...emloft.net, andrew@...n.ch, kuba@...nel.org, edumazet@...gle.com,
pabeni@...hat.com, linux@...linux.org.uk, hkallweit1@...il.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
thomas.petazzoni@...tlin.com, f.fainelli@...il.com,
kory.maincent@...tlin.com, horms@...nel.org, romain.gantois@...tlin.com,
kabel@...nel.org
Subject: Re: [PATCH net] net: mdio: mdio-i2c: Hold the i2c bus lock during
smbus
transactions
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@...hat.com>:
On Fri, 3 Oct 2025 09:03:06 +0200 you wrote:
> When accessing an MDIO register using single-byte smbus accesses, we have to
> perform 2 consecutive operations targeting the same address,
> first accessing the MSB then the LSB of the 16 bit register:
>
> read_1_byte(addr); <- returns MSB of register at address 'addr'
> read_1_byte(addr); <- returns LSB
>
> [...]
Here is the summary with links:
- [net] net: mdio: mdio-i2c: Hold the i2c bus lock during smbus transactions
https://git.kernel.org/netdev/net/c/4dc8b26a3ac2
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists