From patchwork Mon Jan 13 16:28:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vadim Pasternak X-Patchwork-Id: 11330531 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EC4A56C1 for ; Mon, 13 Jan 2020 16:28:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C9F8C207FD for ; Mon, 13 Jan 2020 16:28:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728850AbgAMQ2n (ORCPT ); Mon, 13 Jan 2020 11:28:43 -0500 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:37914 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726567AbgAMQ2n (ORCPT ); Mon, 13 Jan 2020 11:28:43 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from vadimp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 13 Jan 2020 18:28:40 +0200 Received: from r-build-lowlevel.mtr.labs.mlnx. (r-build-lowlevel.mtr.labs.mlnx [10.209.0.190]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 00DGSefV032667; Mon, 13 Jan 2020 18:28:40 +0200 From: Vadim Pasternak To: andy@infradead.org, dvhart@infradead.org Cc: platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, Vadim Pasternak Subject: [PATCH platform-next v3 00/11] platform/x86: Mellanox new system classes and new features Date: Mon, 13 Jan 2020 16:28:28 +0000 Message-Id: <20200113162839.18103-1-vadimp@mellanox.com> X-Mailer: git-send-email 2.11.0 Sender: platform-driver-x86-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: platform-driver-x86@vger.kernel.org The patchset adds new features for the existing Mellanox systems and introduces two new system classes. Patch #1 contains cosmetic changes. Patch #2 fixes wrong attribute name in documentation. Patch #3 adds missed attribute name in documentation. Patch #4 provides style changes in documentation. Patch #5 adds more definitions for system attributes Patches #6 extends documentation. Patches #7-#8 introduce new system class for the systems equipped with Spectrum 1 (32x100GbE Ethernet switch) device and Switch-IB/Switch-IB2 devices (36x100Gbe InfiniBand switch). Patches #9-#10 add support for new group capability register Patches #11 introduces new system class for the systems equipped with new switch device Spectrum 3 (32x400GbE/64x200G/128x100G Ethernet switch). Vadim Pasternak (11): platform/x86: mlx-platform: Cosmetic changes Documentation/ABI: Fix documentation inconsistency for mlxreg-io sysfs interfaces Documentation/ABI: Add missed attribute for mlxreg-io sysfs interfaces Documentation/ABI: Style changes platform/x86: mlx-platform: Add more definitions for system attributes Documentation/ABI: Add new attribute for mlxreg-io sysfs interfaces platform/x86: mlx-platform: Set system mux configuration based on system type platform/x86: mlx-platform: Add support for new system type platform/x86: mlx-platform: Add support for new capability register platform/mellanox: mlxreg-hotplug: Add support for new capability register platform/x86: mlx-platform: Add support for next generation systems Documentation/ABI/stable/sysfs-driver-mlxreg-io | 92 +++- drivers/platform/mellanox/mlxreg-hotplug.c | 14 + drivers/platform/x86/mlx-platform.c | 564 +++++++++++++++++++++++- include/linux/platform_data/mlxreg.h | 2 + 4 files changed, 641 insertions(+), 31 deletions(-)