
30 May
2017
30 May
'17
11:24 p.m.
On Mon, May 15, 2017 at 3:02 AM, Olliver Schinagl oliver@schinagl.nl wrote:
The sun[8x]i network drivers have some common functions. Let's introduce a common file with the reading of the MAC address as a start.
In the future, we can move more sunxi shared/common code into this file.
Signed-off-by: Olliver Schinagl oliver@schinagl.nl
drivers/net/sunxi_common.c | 33 +++++++++++++++++++++++++++++++++ drivers/net/sunxi_common.h | 13 +++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 drivers/net/sunxi_common.c
I actually would like you to add this file to the Makefile in this change.
create mode 100644 drivers/net/sunxi_common.h
Nacked-by: Joe Hershberger joe.hershberger@ni.com
Thanks, -Joe