From patchwork Tue Nov 13 15:50:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vadim Pasternak X-Patchwork-Id: 10680683 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 4EFD718F0 for ; Tue, 13 Nov 2018 13:55:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3E02329BE5 for ; Tue, 13 Nov 2018 13:55:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 324B529BE6; Tue, 13 Nov 2018 13:55:22 +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 E1F2929C50 for ; Tue, 13 Nov 2018 13:55:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733229AbeKMXxf (ORCPT ); Tue, 13 Nov 2018 18:53:35 -0500 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:35762 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1732996AbeKMXxf (ORCPT ); Tue, 13 Nov 2018 18:53:35 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from vadimp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 13 Nov 2018 16:00:48 +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 wADDtEQ0030109; Tue, 13 Nov 2018 15:55:14 +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 v1 0/7] platform/x86: Mellanox: add new features and bug fix Date: Tue, 13 Nov 2018 15:50:09 +0000 Message-Id: <1542124216-102420-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(-)