From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B4F3C4727D for ; Wed, 23 Sep 2020 17:27:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6195921D43 for ; Wed, 23 Sep 2020 17:27:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726537AbgIWR1k (ORCPT ); Wed, 23 Sep 2020 13:27:40 -0400 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:35532 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726422AbgIWR1j (ORCPT ); Wed, 23 Sep 2020 13:27:39 -0400 X-Greylist: delayed 400 seconds by postgrey-1.27 at vger.kernel.org; Wed, 23 Sep 2020 13:27:39 EDT Received: from Internal Mail-Server by MTLPINE1 (envelope-from vadimp@nvidia.com) with SMTP; 23 Sep 2020 20:20:56 +0300 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 08NHKtgk020358; Wed, 23 Sep 2020 20:20:56 +0300 From: Vadim Pasternak To: andy.shevchenko@gmail.com, dvhart@infradead.org Cc: platform-driver-x86@vger.kernel.org, Vadim Pasternak Subject: [PATCH platform-next 0/5] platform/x86: mlx-platform: Topology fixes and configuration updates Date: Wed, 23 Sep 2020 20:20:48 +0300 Message-Id: <20200923172053.26296-1-vadimp@nvidia.com> X-Mailer: git-send-email 2.11.0 Precedence: bulk List-ID: X-Mailing-List: platform-driver-x86@vger.kernel.org The patchset provides topology fixes for power units related structure and extension of FAN structure with capability field. The patchset includes: Patch#1 - Removes PSU EEPROM configuration for systems class equipped with 200x32Gb switch. Patch#2 - Changes topology for the next generation systems. Patch#3 - Updates module license to SPDX. Patches#4-#5 - Add capability field for core platform data structure. Vadim Pasternak (5): platform/x86: mlx-platform: Remove PSU EEPROM configuration platform/x86: mlx-platform: Fix extended topology configuration for power supply units platform_data/mlxreg: Update module license platform_data/mlxreg: Extend core platform structure platform/x86: mlx-platform: Add capability field to platform FAN description drivers/platform/x86/mlx-platform.c | 28 +++++++++++++--------------- include/linux/platform_data/mlxreg.h | 34 ++++------------------------------ 2 files changed, 17 insertions(+), 45 deletions(-) -- 2.11.0