]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Implement-of_get_nvmem_mac_address-helper'
authorDavid S. Miller <davem@davemloft.net>
Fri, 30 Mar 2018 14:40:19 +0000 (10:40 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Mar 2018 14:40:19 +0000 (10:40 -0400)
commit44ed236ba63444863dbc4d8eed4b2fe9e31d3532
treeaa8828a2e9f4807236056d98097c89e6c075a307
parent71630d0fbaff82e70a1deffa7595d292545e7d34
parent0a5ca1e63b232ef1ff9f1a76fa7643aa3aee5857
Merge branch 'Implement-of_get_nvmem_mac_address-helper'

Mike Looijmans says:

====================
of_net: Implement of_get_nvmem_mac_address helper

Posted this as a small set now, with an (optional) second patch that shows
how the changes work and what I've used to test the code on a Topic Miami board.
I've taken the liberty to add appropriate "Acked" and "Review" tags.

v4: Replaced "6" with ETH_ALEN

v3: Add patch that implements mac in nvmem for the Cadence MACB controller
    Remove the integrated of_get_mac_address call

v2: Use of_nvmem_cell_get to avoid needing the assiciated device
    Use void* instead of char*
    Add devicetree binding doc
====================

Signed-off-by: David S. Miller <davem@davemloft.net>