mbox series

[net-next,0/3] net: add support for an offset of a nvmem provided MAC address

Message ID 20210414152657.12097-1-michael@walle.cc
Headers show
Series net: add support for an offset of a nvmem provided MAC address | expand

Message

Michael Walle April 14, 2021, 3:26 p.m. UTC
Boards with multiple ethernet ports might store their MAC addresses not
individually per port but just store one base MAC address. To get the
MAC address of a specific network port we have to add an offset.

This series adds a new device tree property "nvmem-mac-address-offset".

Michael Walle (3):
  dt-bindings: net: add nvmem-mac-address-offset property
  net: add helper eth_addr_add()
  net: implement nvmem-mac-address-offset DT property

 .../bindings/net/ethernet-controller.yaml          |  6 ++++++
 drivers/of/of_net.c                                |  4 ++++
 include/linux/etherdevice.h                        | 14 ++++++++++++++
 net/ethernet/eth.c                                 |  5 +++++
 4 files changed, 29 insertions(+)