From: Lee Jones <lee.jones@linaro.org>
To: Russ Weight <russell.h.weight@intel.com>
Cc: linux-kernel@vger.kernel.org, trix@redhat.com,
lgoncalv@redhat.com, yilun.xu@intel.com, hao.wu@intel.com,
matthew.gerlach@intel.com
Subject: Re: [PATCH v4 1/1] mfd: intel-m10-bmc: expose mac address and count
Date: Fri, 15 Jan 2021 07:38:17 +0000 [thread overview]
Message-ID: <20210115073817.GD3975472@dell> (raw)
In-Reply-To: <20210114231648.199685-2-russell.h.weight@intel.com>
On Thu, 14 Jan 2021, Russ Weight wrote:
> Create two sysfs entries for exposing the MAC address
> and count from the MAX10 BMC register space. The MAC
> address is the first in a sequential block of MAC addresses
> reserved for the FPGA card. The MAC count is the number
> of MAC addresses in the reserved block.
>
> Signed-off-by: Russ Weight <russell.h.weight@intel.com>
> Signed-off-by: Xu Yilun <yilun.xu@intel.com>
> ---
> v4:
> - Changed local variables macaddr1 and macaddr2 to macaddr_low
> and macaddr_high
> - Change macros M10BMC_MACADDR1 and M10BMC_MACADDR2 to
> M10BMC_MAC_LOW and M10BMC_MAC_HIGH
> v3:
> - Updated Date and KernelVersion in ABI documentation
> v2:
> - Updated the documentation for the mac_address and mac_count
> sysfs nodes to clarify their usage.
> - Changed sysfs _show() functions to use sysfs_emit() instead
> of sprintf.
> ---
> .../ABI/testing/sysfs-driver-intel-m10-bmc | 21 +++++++++
> drivers/mfd/intel-m10-bmc.c | 43 +++++++++++++++++++
> include/linux/mfd/intel-m10-bmc.h | 9 ++++
> 3 files changed, 73 insertions(+)
Changed the subject line to start with an uppercase char and used more
width in the commit message and applied, thanks.
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
prev parent reply other threads:[~2021-01-15 7:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-14 23:16 [PATCH v4 0/1] mfd: intel-m10-bmc: add sysfs files for mac_address Russ Weight
2021-01-14 23:16 ` [PATCH v4 1/1] mfd: intel-m10-bmc: expose mac address and count Russ Weight
2021-01-15 7:38 ` Lee Jones [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210115073817.GD3975472@dell \
--to=lee.jones@linaro.org \
--cc=hao.wu@intel.com \
--cc=lgoncalv@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=matthew.gerlach@intel.com \
--cc=russell.h.weight@intel.com \
--cc=trix@redhat.com \
--cc=yilun.xu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.