[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1522144346-32367-1-git-send-email-mike.looijmans@topic.nl>
Date: Tue, 27 Mar 2018 11:52:24 +0200
From: Mike Looijmans <mike.looijmans@...ic.nl>
To: netdev@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
andrew@...n.ch, f.fainelli@...il.com, robh+dt@...nel.org,
frowand.list@...il.com, Mike Looijmans <mike.looijmans@...ic.nl>
Subject: [PATCH v3 0/2] 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.
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
Mike Looijmans (2):
of_net: Implement of_get_nvmem_mac_address helper
net: macb: Try to retrieve MAC addess from nvmem provider
Documentation/devicetree/bindings/net/ethernet.txt | 2 ++
drivers/net/ethernet/cadence/macb_main.c | 12 +++++--
drivers/of/of_net.c | 40 ++++++++++++++++++++++
include/linux/of_net.h | 6 ++++
4 files changed, 57 insertions(+), 3 deletions(-)
--
1.9.1
Powered by blists - more mailing lists