Merge branch 'davinci_emac-read-the-MAC-address-from-nvmem'
Bartosz Golaszewski says: ==================== davinci_emac: read the MAC address from nvmem This series is part of a bigger series that aims at removing the platform data structure from the at24 EEPROM driver[1]. We provide a generalized version of of_get_nvmem_mac_address(), switch the only user of the of_ variant to using it, remove the previous implementation and use the new routine in the davinci_emac driver. [1] https://lkml.org/lkml/2018/11/13/884 ==================== Signed-off-by:David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- drivers/net/ethernet/cadence/macb_main.c 1 addition, 1 deletiondrivers/net/ethernet/cadence/macb_main.c
- drivers/net/ethernet/ti/davinci_emac.c 9 additions, 5 deletionsdrivers/net/ethernet/ti/davinci_emac.c
- drivers/of/of_net.c 0 additions, 39 deletionsdrivers/of/of_net.c
- include/linux/etherdevice.h 1 addition, 0 deletionsinclude/linux/etherdevice.h
- include/linux/of_net.h 0 additions, 6 deletionsinclude/linux/of_net.h
- net/ethernet/eth.c 38 additions, 0 deletionsnet/ethernet/eth.c
Loading
Please register or sign in to comment