From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH 0/3] Bugfix for the netsec driver Date: Thu, 18 Oct 2018 19:56:12 -0700 Message-ID: References: <20181019010843.3605-1-masahisa.kojima@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: ilias.apalodimas@linaro.org, jaswinder.singh@linaro.org, ard.biesheuvel@linaro.org, osaki.yoshitoyo@socionext.com To: masahisa.kojima@linaro.org, netdev@vger.kernel.org Return-path: Received: from mail-pf1-f193.google.com ([209.85.210.193]:43658 "EHLO mail-pf1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726424AbeJSLAZ (ORCPT ); Fri, 19 Oct 2018 07:00:25 -0400 Received: by mail-pf1-f193.google.com with SMTP id p24-v6so15802520pff.10 for ; Thu, 18 Oct 2018 19:56:22 -0700 (PDT) In-Reply-To: <20181019010843.3605-1-masahisa.kojima@linaro.org> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 10/18/2018 6:08 PM, masahisa.kojima@linaro.org wrote: > From: Masahisa Kojima > > This patch series include bugfix for the netsec ethernet > controller driver, fix the problem in interface down/up. Since all of these are bugfixes you would want to provide a Fixes: tag for the offending commits, that way you can get automated backporting to stable trees, also patches should be targeted at the "net" tree, which is indicated with a subject start with [PATCH net], more comments in the patches. > > Masahisa Kojima (3): > net: socionext: stop PHY before resetting netsec > net: socionext: Add dummy PHY register read in phy_write() > net: socionext: reset tx queue in ndo_stop > > drivers/net/ethernet/socionext/netsec.c | 36 +++++++++++++++++++++++++++------ > 1 file changed, 30 insertions(+), 6 deletions(-) > -- Florian