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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=ham 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 8A64BC64E7A for ; Tue, 1 Dec 2020 20:37:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0CB802220B for ; Tue, 1 Dec 2020 20:37:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387852AbgLAUhb (ORCPT ); Tue, 1 Dec 2020 15:37:31 -0500 Received: from mga06.intel.com ([134.134.136.31]:61686 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727623AbgLAUhb (ORCPT ); Tue, 1 Dec 2020 15:37:31 -0500 IronPort-SDR: 6oXfcAaYD3TQGgB2I6dPaC4/wDHDZZgyqu3ui1r5esYfcet4EadBnWp+soBLlnn0SMtTEgRNGx q669tY0YZbWw== X-IronPort-AV: E=McAfee;i="6000,8403,9822"; a="234508953" X-IronPort-AV: E=Sophos;i="5.78,385,1599548400"; d="scan'208";a="234508953" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2020 12:36:49 -0800 IronPort-SDR: rCQ6f4mX/UveoPTJru+BFcyNnjaNPPiBEx7VpbAHeiN8NBJYwtrcum01WtPKf6AmtExzuMSZGW aiEah0AnI8og== X-IronPort-AV: E=Sophos;i="5.78,385,1599548400"; d="scan'208";a="481254566" Received: from rhweight-mobl2.amr.corp.intel.com (HELO rhweight-mobl2.ra.intel.com) ([10.212.174.43]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2020 12:36:49 -0800 From: Russ Weight To: lee.jones@linaro.org, linux-kernel@vger.kernel.org Cc: trix@redhat.com, lgoncalv@redhat.com, yilun.xu@intel.com, hao.wu@intel.com, matthew.gerlach@intel.com, Russ Weight Subject: [PATCH v1 0/1] mfd: intel-m10-bmc: add sysfs files for mac_address Date: Tue, 1 Dec 2020 12:36:45 -0800 Message-Id: <20201201203646.200907-1-russell.h.weight@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add two sysfs nodes to the Intel MAX10 BMC driver: mac_address and mac_count. The mac_address provides the first of a series of sequential MAC addresses assigned to the FPGA card. The mac_count indicates how many MAC addresses are assigned to the card. Russ Weight (1): mfd: intel-m10-bmc: expose mac address and count .../ABI/testing/sysfs-driver-intel-m10-bmc | 20 +++++++++ drivers/mfd/intel-m10-bmc.c | 43 +++++++++++++++++++ include/linux/mfd/intel-m10-bmc.h | 9 ++++ 3 files changed, 72 insertions(+) -- 2.25.1