From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: ks8851: Support DT-provided MAC address Date: Tue, 19 Dec 2017 13:52:58 -0500 (EST) Message-ID: <20171219.135258.2021775185914449290.davem@davemloft.net> References: <68ae82c3cac7b6e4123fa31140805f7fab93af06.1513591121.git.lukas@wunner.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ben@simtec.co.uk, tristram.ha@micrel.com, david.choi@micrel.com, m.duckeck@kunbus.de, netdev@vger.kernel.org To: lukas@wunner.de Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:54994 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750808AbdLSSxA (ORCPT ); Tue, 19 Dec 2017 13:53:00 -0500 In-Reply-To: <68ae82c3cac7b6e4123fa31140805f7fab93af06.1513591121.git.lukas@wunner.de> Sender: netdev-owner@vger.kernel.org List-ID: From: Lukas Wunner Date: Mon, 18 Dec 2017 11:17:07 +0100 > Allow the boot loader to specify the MAC address in the device tree > to override the EEPROM, or in case no EEPROM is present. > > Cc: Ben Dooks > Cc: Tristram Ha > Cc: David J. Choi > Signed-off-by: Lukas Wunner Applied to net-next, thank you.