Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752902AbdG1V2o (ORCPT ); Fri, 28 Jul 2017 17:28:44 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:44353 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751091AbdG1V2n (ORCPT ); Fri, 28 Jul 2017 17:28:43 -0400 Date: Fri, 28 Jul 2017 23:28:40 +0200 From: Andrew Lunn To: Egil Hjelmeland Cc: Florian Fainelli , Vivien Didelot , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de Subject: Re: [PATCH net-next 4/4] net: dsa: lan9303: MDIO access phy registers directly Message-ID: <20170728212840.GC11564@lunn.ch> References: <20170728151157.28983-1-privat@egil-hjelmeland.no> <20170728151157.28983-5-privat@egil-hjelmeland.no> <87fudglget.fsf@weeman.i-did-not-set--mail-host-address--so-tickle-me> <50d2d34c-c1a5-7f0a-90f1-44b1be1775b7@egil-hjelmeland.no> <87fudgqz4w.fsf@weeman.i-did-not-set--mail-host-address--so-tickle-me> <1250382a-1c17-8e82-8c5c-fe14786c84db@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 511 Lines: 15 > >Since the kernel module license is GPL, EXPORT_SYMBOL_GPL() would seem > >to be appropriate, which can be done as a subsequent patch. > > > >Reviewed-by: Florian Fainelli > > > I have no idea how these legalities work. But for the record, > I give consent to change to EXPORT_SYMBOL_GPL at any time. Hi Egil What is better, is that when somebody posts such a patch, send an Acked-by: It will get added to the patch, leaving a record in git that you agreed to the change. Andrew