Re: [PATCH v4 1/1] mfd: intel-m10-bmc: expose mac address and count

2021-01-14 Thread Lee Jones
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

[PATCH v4 1/1] mfd: intel-m10-bmc: expose mac address and count

2021-01-14 Thread Russ Weight
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