]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'davinci_emac-read-the-MAC-address-from-nvmem'
authorDavid S. Miller <davem@davemloft.net>
Mon, 3 Dec 2018 23:40:30 +0000 (15:40 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Dec 2018 23:40:30 +0000 (15:40 -0800)
commit499c1326578b44ec70d637c117a02d9b4bc71b09
tree83b758a883bbc0a8866e1647c7a27c676c54d64a
parentf4a3c18413ce0798cf403eed08b4bb157dd72bc4
parent245ef04ae0b43d7a7aacc26d4d159b87ae71d370
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>