From patchwork Thu Jul 26 22:40:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vadim Pasternak X-Patchwork-Id: 10546449 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D850914BC for ; Thu, 26 Jul 2018 20:45:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8B9BF2BAF7 for ; Thu, 26 Jul 2018 20:45:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7E52D2BB11; Thu, 26 Jul 2018 20:45:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 302152BAF7 for ; Thu, 26 Jul 2018 20:45:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730441AbeGZWEB (ORCPT ); Thu, 26 Jul 2018 18:04:01 -0400 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:40435 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730392AbeGZWEA (ORCPT ); Thu, 26 Jul 2018 18:04:00 -0400 Received: from Internal Mail-Server by MTLPINE1 (envelope-from vadimp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 26 Jul 2018 23:48:44 +0300 Received: from r-mgtswh-226.mtr.labs.mlnx. (r-mgtswh-226.mtr.labs.mlnx [10.209.1.51]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id w6QKjRpZ001700; Thu, 26 Jul 2018 23:45:27 +0300 From: Vadim Pasternak To: dvhart@infradead.org, andy.shevchenko@gmail.com, gregkh@linuxfoundation.org Cc: platform-driver-x86@vger.kernel.org, jiri@resnulli.us, michaelsh@mellanox.com, ivecera@redhat.com, Vadim Pasternak Subject: [PATCH v2 0/8] platform/x86: Mellanox: add new features Date: Thu, 26 Jul 2018 22:40:56 +0000 Message-Id: <1532644864-164459-1-git-send-email-vadimp@mellanox.com> X-Mailer: git-send-email 2.1.4 Sender: platform-driver-x86-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: platform-driver-x86@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Extend mlx-platform and mlxreg-hotplug drivers to allow support for the new features: - Activation of new mlxreg-fan driver for the next generation systems. - Hotplug hwmon uevent notification. - Adding ASIC hotplug configuration for the all system types. - Adding activation of mlxreg-io driver for more systems types. Vadim Pasternak (8): platform/x86: mlx-platform: Add mlxreg-fan platform driver activation platform/mellanox: mlxreg-hotplug: Improve mechanism of ASIC health discovery platform/mellanox: mlxreg-hotplug: Add hotplug hwmon uevent notification platform/x86: mlx-platform: Add ASIC hotplug device configuration platform/x86: mlx-platform: Allow mlxreg-io driver activation for more systems Documentation/ABI: Add new attribute for mlxreg-io sysfs interfaces platform/x86: mlx-platform: Change mlxreg-io configuration for MSN274x systems platform/x86: mlx-platform: Remove unused define Documentation/ABI/stable/sysfs-driver-mlxreg-io | 5 +- drivers/platform/mellanox/mlxreg-hotplug.c | 60 +++-- drivers/platform/x86/mlx-platform.c | 317 +++++++++++++++++++++++- 3 files changed, 357 insertions(+), 25 deletions(-)