From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH v4 02/10] dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour Date: Wed, 8 May 2019 13:48:50 +0200 Message-ID: <20190508114850.GC30557@lunn.ch> References: <1556893635-18549-1-git-send-email-ynezz@true.cz> <1556893635-18549-3-git-send-email-ynezz@true.cz> <20190508084152.GM81826@meh.true.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190508084152.GM81826@meh.true.cz> Sender: linux-kernel-owner@vger.kernel.org To: Petr =?utf-8?Q?=C5=A0tetiar?= Cc: Rob Herring , netdev , devicetree@vger.kernel.org, "David S. Miller" , Mark Rutland , Vivien Didelot , Florian Fainelli , Yisen Zhuang , Salil Mehta , Woojung Huh , Microchip Linux Driver Support , Kunihiko Hayashi , Masahiro Yamada , Jassi Brar , Kalle Valo , Matthias Brugger , Heiner Kallweit , Frank Rowand , Srinivas Kandagatla List-Id: linux-mediatek@lists.infradead.org > I've just tried to reword what was already there, anyway, did I understood > your remark properly, would this be more appropriate? > > The MAC address will be determined using the optional properties defined in > ethernet.txt and only if efuse-mac is set to 0. If any of the optional MAC > address properties are not present, then the driver will use random MAC > address. If _all_ of the optional ... Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2EB8C04AAD for ; Wed, 8 May 2019 11:49:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BF4B020989 for ; Wed, 8 May 2019 11:49:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="h8uS09r9" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728337AbfEHLtO (ORCPT ); Wed, 8 May 2019 07:49:14 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:58456 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727728AbfEHLtN (ORCPT ); Wed, 8 May 2019 07:49:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=cHXDOAI/sb7qYnc/OEjR9OhWCqVE0yCfcRGxBY6Z0kM=; b=h8uS09r9tHqr1dIZuU0P8ieTGe Ay1aINmssQ22D65almIb0CMh4ccZ/IMgFRgo9OQ6OYSW99xZIJ0fo2q/z0cPr91eBvnC1lYJOCvWq WOW8e5cl83tFaLwLbOJNROmkMjhu94vfmmL/MW+c5/reEcIyC7Luq/WWsrG1aWDhTAp4=; Received: from andrew by vps0.lunn.ch with local (Exim 4.89) (envelope-from ) id 1hOL46-0000iQ-Vo; Wed, 08 May 2019 13:48:50 +0200 Date: Wed, 8 May 2019 13:48:50 +0200 From: Andrew Lunn To: Petr =?utf-8?Q?=C5=A0tetiar?= Cc: Rob Herring , netdev , devicetree@vger.kernel.org, "David S. Miller" , Mark Rutland , Vivien Didelot , Florian Fainelli , Yisen Zhuang , Salil Mehta , Woojung Huh , Microchip Linux Driver Support , Kunihiko Hayashi , Masahiro Yamada , Jassi Brar , Kalle Valo , Matthias Brugger , Heiner Kallweit , Frank Rowand , Srinivas Kandagatla , Maxime Ripard , "linux-kernel@vger.kernel.org" , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , linux-wireless , "moderated list:ARM/Mediatek SoC support" Subject: Re: [PATCH v4 02/10] dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour Message-ID: <20190508114850.GC30557@lunn.ch> References: <1556893635-18549-1-git-send-email-ynezz@true.cz> <1556893635-18549-3-git-send-email-ynezz@true.cz> <20190508084152.GM81826@meh.true.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190508084152.GM81826@meh.true.cz> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org > I've just tried to reword what was already there, anyway, did I understood > your remark properly, would this be more appropriate? > > The MAC address will be determined using the optional properties defined in > ethernet.txt and only if efuse-mac is set to 0. If any of the optional MAC > address properties are not present, then the driver will use random MAC > address. If _all_ of the optional ... Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,T_DKIMWL_WL_HIGH, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 38B21C04A6B for ; Wed, 8 May 2019 11:50:19 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0B0D7214C6 for ; Wed, 8 May 2019 11:50:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="GPYEbqrL"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="h8uS09r9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0B0D7214C6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lunn.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=7JJck2XvuTDcMYfxObZSUaNFTyvFRcNAxhNRmV9zhaI=; b=GPYEbqrLNFsdNv 9gzahfHRXmfzITo1osuu8SDehLe1XqR89HoeVGMaasJ0kCCO0TlQUlHKeuBoyuy9HbuSla5e3vcIu SGsXkd/075tg9KBiwUzWteVbKoYojiMnwdR86o9JpTaLBvR3vCeFc5sBdvhFjyxrEYUPxs7qoDbPl FjyRHemKLtGWGMqi6CznXgol4vRyy5Cv4L6rNKiZ3Zq4wByovMJN2IPMBCjLcwyaa9c4bv2M4H+B3 dga1P3+tOVrv8BrNLsxBzj3HpEFT68qOB0chllkw+VyKLEupJFZOt1IpznEsyHRDOpWetIcksJ9xg UjHQUKEMczapYnr7nXnw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hOL5R-00005s-8i; Wed, 08 May 2019 11:50:13 +0000 Received: from vps0.lunn.ch ([185.16.172.187]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hOL4V-0006Zl-5b; Wed, 08 May 2019 11:49:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=cHXDOAI/sb7qYnc/OEjR9OhWCqVE0yCfcRGxBY6Z0kM=; b=h8uS09r9tHqr1dIZuU0P8ieTGe Ay1aINmssQ22D65almIb0CMh4ccZ/IMgFRgo9OQ6OYSW99xZIJ0fo2q/z0cPr91eBvnC1lYJOCvWq WOW8e5cl83tFaLwLbOJNROmkMjhu94vfmmL/MW+c5/reEcIyC7Luq/WWsrG1aWDhTAp4=; Received: from andrew by vps0.lunn.ch with local (Exim 4.89) (envelope-from ) id 1hOL46-0000iQ-Vo; Wed, 08 May 2019 13:48:50 +0200 Date: Wed, 8 May 2019 13:48:50 +0200 From: Andrew Lunn To: Petr =?utf-8?Q?=C5=A0tetiar?= Subject: Re: [PATCH v4 02/10] dt-bindings: doc: reflect new NVMEM of_get_mac_address behaviour Message-ID: <20190508114850.GC30557@lunn.ch> References: <1556893635-18549-1-git-send-email-ynezz@true.cz> <1556893635-18549-3-git-send-email-ynezz@true.cz> <20190508084152.GM81826@meh.true.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190508084152.GM81826@meh.true.cz> User-Agent: Mutt/1.5.23 (2014-03-12) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190508_044916_054793_13B6F318 X-CRM114-Status: GOOD ( 10.36 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Kunihiko Hayashi , Maxime Ripard , Masahiro Yamada , Srinivas Kandagatla , Frank Rowand , Florian Fainelli , Kalle Valo , Yisen Zhuang , Vivien Didelot , Woojung Huh , devicetree@vger.kernel.org, Jassi Brar , Rob Herring , "moderated list:ARM/Mediatek SoC support" , Matthias Brugger , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Salil Mehta , netdev , linux-wireless , "linux-kernel@vger.kernel.org" , Microchip Linux Driver Support , "David S. Miller" , Heiner Kallweit Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org > I've just tried to reword what was already there, anyway, did I understood > your remark properly, would this be more appropriate? > > The MAC address will be determined using the optional properties defined in > ethernet.txt and only if efuse-mac is set to 0. If any of the optional MAC > address properties are not present, then the driver will use random MAC > address. If _all_ of the optional ... Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel