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

2021-01-14 Thread Russ Weight
On 1/14/21 5:23 AM, Lee Jones wrote: > On Tue, 05 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

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

2021-01-14 Thread Lee Jones
On Tue, 05 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 r

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

2021-01-05 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 Signed-