mbox series

[net,0/3] mlxsw: Assorted fixes

Message ID cover.1692882702.git.petrm@nvidia.com (mailing list archive)
Headers show
Series mlxsw: Assorted fixes | expand

Message

Petr Machata Aug. 24, 2023, 1:43 p.m. UTC
This patchset contains several fixes for the mlxsw driver.

Patch #1 - Fixes buffer size in I2C mailbox buffer.
Patch #2 - Sets limitation of chunk size in I2C transaction.
Patch #3 - Fixes module label names based on MTCAP sensor counter

Vadim Pasternak (3):
  mlxsw: i2c: Fix chunk size setting in output mailbox buffer
  mlxsw: i2c: Limit single transaction buffer size
  mlxsw: core_hwmon: Adjust module label names based on MTCAP sensor
    counter

 drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c | 3 ++-
 drivers/net/ethernet/mellanox/mlxsw/i2c.c        | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

Comments

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

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 24 Aug 2023 15:43:07 +0200 you wrote:
> This patchset contains several fixes for the mlxsw driver.
> 
> Patch #1 - Fixes buffer size in I2C mailbox buffer.
> Patch #2 - Sets limitation of chunk size in I2C transaction.
> Patch #3 - Fixes module label names based on MTCAP sensor counter
> 
> Vadim Pasternak (3):
>   mlxsw: i2c: Fix chunk size setting in output mailbox buffer
>   mlxsw: i2c: Limit single transaction buffer size
>   mlxsw: core_hwmon: Adjust module label names based on MTCAP sensor
>     counter
> 
> [...]

Here is the summary with links:
  - [net,1/3] mlxsw: i2c: Fix chunk size setting in output mailbox buffer
    https://git.kernel.org/netdev/net/c/146c7c330507
  - [net,2/3] mlxsw: i2c: Limit single transaction buffer size
    https://git.kernel.org/netdev/net/c/d7248f1cc835
  - [net,3/3] mlxsw: core_hwmon: Adjust module label names based on MTCAP sensor counter
    https://git.kernel.org/netdev/net/c/3fc134a07438

You are awesome, thank you!