[0/4] Refactoring for GMA command

Message ID 20230413002905.5513-1-fr0st61te@gmail.com
Headers
Series Refactoring for GMA command |

Message

Ivan Mikhaylov April 13, 2023, 12:29 a.m. UTC
  Make one GMA function for all manufacturers, change ndo_set_mac_address
to dev_set_mac_address for notifiying net layer about MAC change which
ndo_set_mac_address doesn't do. 

Add mac-address-increment option for possibility to control MAC address
assignment on BMC via GMA command. 

Ivan Mikhaylov (4):
  net/ncsi: make one oem_gma function for all mfr id
  net/ncsi: change from ndo_set_mac_address to dev_set_mac_address
  net/ftgmac100: add mac-address-increment option for GMA command from
    NC-SI
  net/ncsi: add shift MAC address property

 .../devicetree/bindings/net/ftgmac100.txt     |   4 +
 net/ncsi/ncsi-rsp.c                           | 108 ++++++------------
 2 files changed, 41 insertions(+), 71 deletions(-)