Hi, On 10/23/21 11:40, Vadim Pasternak wrote: > Add support for new systems: > - InfiniBand system type MQM97xx. > - Ethernet water cooling system type SGN2410. > > Extend the existing system class "VMOD0010" with additional BIOS related > attributes. > > Patch set contains: > Patch #1 - adds support for MQM97xx system. > Patch #2 - adds support for BIOS related attributes. > Patch #3 - adds support for SGN2410 system. Thank you for your patch-series, I've applied the series to my review-hans branch: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans Note it will show up in my review-hans branch once I've pushed my local branch there, which might take a while. Once I've run some tests on this branch the patches there will be added to the platform-drivers-x86/for-next branch and eventually will be included in the pdx86 pull-request to Linus for the next merge-window. Regards, Hans > > Vadim Pasternak (3): > platform/x86: mlx-platform: Extend FAN and LED configuration to > support new MQM97xx systems > platform/x86: mlx-platform: Add BIOS attributes for CoffeeLake COMEx > based systems > platform/x86: mlx-platform: Add support for new system SGN2410 > > drivers/platform/x86/mlx-platform.c | 193 +++++++++++++++++++++++++++- > 1 file changed, 192 insertions(+), 1 deletion(-) >