From patchwork Tue Feb 26 08:20:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vadim Pasternak X-Patchwork-Id: 10829671 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 075671515 for ; Tue, 26 Feb 2019 08:20:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ECEBB2B1A5 for ; Tue, 26 Feb 2019 08:20:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E18EE2B1B3; Tue, 26 Feb 2019 08:20:40 +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 8AF772B1A5 for ; Tue, 26 Feb 2019 08:20:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725970AbfBZIUk (ORCPT ); Tue, 26 Feb 2019 03:20:40 -0500 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:54756 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725954AbfBZIUk (ORCPT ); Tue, 26 Feb 2019 03:20:40 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from vadimp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 26 Feb 2019 10:20:36 +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 x1Q8KZff004654; Tue, 26 Feb 2019 10:20:35 +0200 From: Vadim Pasternak To: dvhart@infradead.org, andy.shevchenko@gmail.com Cc: platform-driver-x86@vger.kernel.org, Vadim Pasternak Subject: [PATCH v1 platform-next 0/3] Mellanox: add new features for next generation systems Date: Tue, 26 Feb 2019 08:20:31 +0000 Message-Id: <20190226082034.27658-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 X-Virus-Scanned: ClamAV using ClamSMTP This patchset: - Adds CPLD4 register for exposing CPLD4 version through sysfs. - Adds UID LED configuration - Fixes "fan_dir" attribute from "write only" to "read only". Vadim Pasternak (3): platform/x86: mlx-platform: Add extra CPLD for next generation systems platform/x86: mlx-platform: Add UID LED for the next generation systems platform/x86: mlx-platform: Fix access mode for fan_dir attribute drivers/platform/x86/mlx-platform.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-)