From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahisa Kojima Subject: Re: [PATCH net v2 0/3] Bugfix for the netsec driver Date: Tue, 23 Oct 2018 20:39:28 +0900 Message-ID: References: <20181023112428.6785-1-masahisa.kojima@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: netdev@vger.kernel.org, Ilias Apalodimas , Jassi Brar , Yoshitoyo Osaki To: Ard Biesheuvel , Florian Fainelli Return-path: Received: from mail-oi1-f196.google.com ([209.85.167.196]:45916 "EHLO mail-oi1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727720AbeJWUCq (ORCPT ); Tue, 23 Oct 2018 16:02:46 -0400 Received: by mail-oi1-f196.google.com with SMTP id q63-v6so798102oic.12 for ; Tue, 23 Oct 2018 04:39:39 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Hi Florian, Ard, Yes, that is my mistake. Thank you very much for pointing out, Ard. On Tue, 23 Oct 2018 at 20:32, Ard Biesheuvel wrote: > > (+ Florian) > > On 23 October 2018 at 08:24, wrote: > > From: Masahisa Kojima > > > > This patch series include bugfix for the netsec ethernet > > controller driver, fix the problem in interface down/up. > > > > changes in v2: > > - change the place to perform the PHY power down > > - use the MACROs defiend in include/uapi/linux/mii.h > > - update commit comment > > > > 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 | 40 ++++++++++++++++++++++++++++----- > > 1 file changed, 34 insertions(+), 6 deletions(-) > > > > Hello Masahisa, > > As a courtesy, please cc people that have commented on your patches on > subsequent revisions of the series.