From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ard Biesheuvel Subject: Re: [PATCH net v2 0/3] Bugfix for the netsec driver Date: Tue, 23 Oct 2018 08:32:00 -0300 Message-ID: References: <20181023112428.6785-1-masahisa.kojima@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: "" , Ilias Apalodimas , Jaswinder Singh , Yoshitoyo Osaki To: Masahisa Kojima , Florian Fainelli Return-path: Received: from mail-it1-f193.google.com ([209.85.166.193]:54311 "EHLO mail-it1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728049AbeJWTzF (ORCPT ); Tue, 23 Oct 2018 15:55:05 -0400 Received: by mail-it1-f193.google.com with SMTP id l191-v6so1463644ita.4 for ; Tue, 23 Oct 2018 04:32:01 -0700 (PDT) In-Reply-To: <20181023112428.6785-1-masahisa.kojima@linaro.org> Sender: netdev-owner@vger.kernel.org List-ID: (+ 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.