From patchwork Thu Nov 15 17:26:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vadim Pasternak X-Patchwork-Id: 10684617 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 AB51E13B5 for ; Thu, 15 Nov 2018 15:32:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9A39D2CB54 for ; Thu, 15 Nov 2018 15:32:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8E89D2CB45; Thu, 15 Nov 2018 15:32:01 +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 37E972CB22 for ; Thu, 15 Nov 2018 15:32:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388528AbeKPBkS (ORCPT ); Thu, 15 Nov 2018 20:40:18 -0500 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:49085 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726432AbeKPBkS (ORCPT ); Thu, 15 Nov 2018 20:40:18 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from vadimp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 15 Nov 2018 17:37:32 +0200 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 wAFFVuSA006713; Thu, 15 Nov 2018 17:31:56 +0200 From: Vadim Pasternak To: dvhart@infradead.org, andy.shevchenko@gmail.com Cc: platform-driver-x86@vger.kernel.org, jiri@resnulli.us, michaelsh@mellanox.com, Vadim Pasternak Subject: [PATCH platform-next v2 0/7] platform/x86: Mellanox: add new features and bug fix Date: Thu, 15 Nov 2018 17:26:53 +0000 Message-Id: <1542302820-85410-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 This pacthset: - Extends mlx-platform driver to allow support for the new features: - Activation of new mlxreg-io driver for the next generation systems. - Extend mlxreg-io attributes to support the functionality for the next generation systems. - Documentation for the above attributes. - Renames the next generation systems product names. - Provides bug fixes for tachometers registers and LED configuration. - Convert to use SPDX identifier. Vadim Pasternak (7): platform/x86: mlx-platform: Add definitions for new registers platform/x86: mlx-platform: Rename new systems product names platform/x86: mlx-platform: Fix tachometer registers platform/x86: mlx-platform: Fix LED configuration platform/x86: mlx-platform: Allow mlxreg-io driver activation for new systems Documentation/ABI: Add new attribute for mlxreg-io sysfs interfaces platform/x86: mlx-platform: Convert to use SPDX identifier Documentation/ABI/stable/sysfs-driver-mlxreg-io | 41 +++++- drivers/platform/x86/mlx-platform.c | 177 ++++++++++++++++++------ 2 files changed, 177 insertions(+), 41 deletions(-)