Message ID | cover.1695396848.git.petrm@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | mlxsw: Provide enhancements and new feature | expand |
On Fri, Sep 22, 2023 at 07:18:35PM +0200, Petr Machata wrote: > Vadim Pasternak writes: > > Patch #1 - Optimize transaction size for efficient retrieval of module > data. > Patch #3 - Enable thermal zone binding with new cooling device. > Patch #4 - Employ standard macros for dividing buffer into the chunks. > > Vadim Pasternak (3): > mlxsw: reg: Limit MTBR register payload to a single data record > mlxsw: core: Extend allowed list of external cooling devices for > thermal zone binding > mlxsw: i2c: Utilize standard macros for dividing buffer into chunks > > drivers/net/ethernet/mellanox/mlxsw/core_env.c | 2 +- > drivers/net/ethernet/mellanox/mlxsw/core_hwmon.c | 2 +- > drivers/net/ethernet/mellanox/mlxsw/core_thermal.c | 1 + > drivers/net/ethernet/mellanox/mlxsw/i2c.c | 4 +--- > drivers/net/ethernet/mellanox/mlxsw/reg.h | 6 +++--- > 5 files changed, 7 insertions(+), 8 deletions(-) For series, Reviewed-by: Simon Horman <horms@kernel.org>
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Fri, 22 Sep 2023 19:18:35 +0200 you wrote: > Vadim Pasternak writes: > > Patch #1 - Optimize transaction size for efficient retrieval of module > data. > Patch #3 - Enable thermal zone binding with new cooling device. > Patch #4 - Employ standard macros for dividing buffer into the chunks. > > [...] Here is the summary with links: - [net-next,1/3] mlxsw: reg: Limit MTBR register payload to a single data record https://git.kernel.org/netdev/net-next/c/c755655c3d8b - [net-next,2/3] mlxsw: core: Extend allowed list of external cooling devices for thermal zone binding https://git.kernel.org/netdev/net-next/c/7afc79e20e22 - [net-next,3/3] mlxsw: i2c: Utilize standard macros for dividing buffer into chunks https://git.kernel.org/netdev/net-next/c/1f73286371c2 You are awesome, thank you!