Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1194516yba; Fri, 26 Apr 2019 16:09:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqzvKpyT4mn7dxu+zsLUwtspyyQRwTsUms2Kf4Zo5bytrxBuPPhHDTK9o/QAIHyrRHXw/nwU X-Received: by 2002:a62:2603:: with SMTP id m3mr10919128pfm.232.1556320170080; Fri, 26 Apr 2019 16:09:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556320170; cv=none; d=google.com; s=arc-20160816; b=dZB5gfln53q8zmeu5ZmHLRhaj1vmymwpHjHSo7gcN8rI4FcujMM+1RiJXG8KBD9Bqn sbkbvt0BzFuw5S8qR7TJcpWTQZyQt0Mu4lXq7+CYV1jUX8xNHezpzSv0PttU2gXfFVlm emjn4J2wCfrZqS0DvCL4ApM966moE5pkbn+n1qwh/igdWAK6tBij/R1GqgQtmv13ncs4 +d07w23J7XhMbe0KKlTVA4XxGQ87q/M5V5FdIbQZ2chEgVTleep+6IP72q/e9CqzMhGr BcvMlQPdymkH9XqcLcFO22TYhCLZitkowvFjcfZza1BJ+CFntwVgki0mjRHblj4B65/J yH9Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=E1GxKPnURiPPT5/wZQMjplBdv1AYT182IICmlPaNUkk=; b=YPOsX0UeIj3t0YRtWcI61py8O+xSKu66oCRb+a3YUYK3P7A6q34vHxLH4NKaSe7aK0 V6OnolsnAF+LP7FVfNU/r2EGA+RWdP3zXNtoleceZaqUxZcsR+JUUiMA0sEvKskqWcT9 e7OQNEOeECZZzL8w15XTG7gpeJkvSZuDF1X4H139IIDo+LO+AkFk+PlSVV6m1WoIMD35 eguriPl+jZ/c1XzPTihmDs/LGYI/n1+xJMB1V3LqfX7QsU8eYyyipSDsxekdeHHEqaS0 dLxDcT7LD8FBQANVVGzOAOcA1pRVexC1QW0lBgpnK5G8Hymed1tukXV0hLJzs9aJgulh HnGw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f7si7697354plo.204.2019.04.26.16.09.04; Fri, 26 Apr 2019 16:09:30 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727200AbfDZXH2 (ORCPT + 99 others); Fri, 26 Apr 2019 19:07:28 -0400 Received: from smtp-out.xnet.cz ([178.217.244.18]:24917 "EHLO smtp-out.xnet.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727008AbfDZXH1 (ORCPT ); Fri, 26 Apr 2019 19:07:27 -0400 Received: from meh.true.cz (meh.true.cz [108.61.167.218]) (Authenticated sender: petr@true.cz) by smtp-out.xnet.cz (Postfix) with ESMTPSA id 32E4136B9; Sat, 27 Apr 2019 01:07:24 +0200 (CEST) Received: by meh.true.cz (OpenSMTPD) with ESMTP id 3b2ac3a4; Sat, 27 Apr 2019 01:07:22 +0200 (CEST) From: =?UTF-8?q?Petr=20=C5=A0tetiar?= To: netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Lunn , Florian Fainelli , Heiner Kallweit , Rob Herring , Frank Rowand Cc: Srinivas Kandagatla , Maxime Ripard , Alban Bedel , =?UTF-8?q?Petr=20=C5=A0tetiar?= , Felix Fietkau , John Crispin Subject: [PATCH 1/4] of_net: Add NVMEM support to of_get_mac_address Date: Sat, 27 Apr 2019 01:06:39 +0200 Message-Id: <1556320002-26213-2-git-send-email-ynezz@true.cz> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1556320002-26213-1-git-send-email-ynezz@true.cz> References: <1556320002-26213-1-git-send-email-ynezz@true.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Many embedded devices have information such as MAC addresses stored inside NVMEMs like EEPROMs and so on. Currently there are only two drivers in the tree which benefit from NVMEM bindings. Adding support for NVMEM into every other driver would mean adding a lot of repetitive code. This patch allows us to configure MAC addresses in various devices like ethernet and wireless adapters directly from of_get_mac_address, which is already used by almost every driver in the tree. Predecessor of this patch which used directly MTD layer has originated in OpenWrt some time ago and supports already about 497 use cases in 357 device tree files. Cc: Alban Bedel Signed-off-by: Felix Fietkau Signed-off-by: John Crispin Signed-off-by: Petr Štetiar --- drivers/of/of_net.c | 48 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 43 insertions(+), 5 deletions(-) diff --git a/drivers/of/of_net.c b/drivers/of/of_net.c index d820f3e..a3d6773 100644 --- a/drivers/of/of_net.c +++ b/drivers/of/of_net.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include @@ -47,12 +48,45 @@ static const void *of_get_mac_addr(struct device_node *np, const char *name) return NULL; } +static const void *of_get_mac_addr_nvmem(struct device_node *np) +{ + int r; + u8 mac[ETH_ALEN]; + struct property *pp; + struct platform_device *pdev = of_find_device_by_node(np); + + if (!pdev) + return NULL; + + r = nvmem_get_mac_address(&pdev->dev, &mac); + if (r < 0) + return NULL; + + pp = kzalloc(sizeof(*pp), GFP_KERNEL); + if (!pp) + return NULL; + + pp->name = "nvmem-mac-address"; + pp->length = ETH_ALEN; + pp->value = kmemdup(mac, ETH_ALEN, GFP_KERNEL); + if (!pp->value || of_add_property(np, pp)) + goto free; + + return pp->value; +free: + kfree(pp->value); + kfree(pp); + + return NULL; +} + /** - * Search the device tree for the best MAC address to use. 'mac-address' is - * checked first, because that is supposed to contain to "most recent" MAC - * address. If that isn't set, then 'local-mac-address' is checked next, - * because that is the default address. If that isn't set, then the obsolete - * 'address' is checked, just in case we're using an old device tree. + * Search the device tree for the best MAC address to use. Check NVME first as + * it should contain the proper MAC address, then 'mac-address' is checked + * next, because that is supposed to contain to "most recent" MAC address. If + * that isn't set, then 'local-mac-address' is checked next, because that is + * the default address. If that isn't set, then the obsolete 'address' is + * checked, just in case we're using an old device tree. * * Note that the 'address' property is supposed to contain a virtual address of * the register set, but some DTS files have redefined that property to be the @@ -69,6 +103,10 @@ const void *of_get_mac_address(struct device_node *np) { const void *addr; + addr = of_get_mac_addr_nvmem(np); + if (addr) + return addr; + addr = of_get_mac_addr(np, "mac-address"); if (addr) return addr; -- 1.9.1