From mboxrd@z Thu Jan 1 00:00:00 1970 From: masahisa.kojima@linaro.org Subject: [PATCH net v2 0/3] Bugfix for the netsec driver Date: Tue, 23 Oct 2018 20:24:25 +0900 Message-ID: <20181023112428.6785-1-masahisa.kojima@linaro.org> Cc: ilias.apalodimas@linaro.org, jaswinder.singh@linaro.org, ard.biesheuvel@linaro.org, osaki.yoshitoyo@socionext.com, Masahisa Kojima To: netdev@vger.kernel.org Return-path: Received: from mail-yw1-f47.google.com ([209.85.161.47]:40691 "EHLO mail-yw1-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727875AbeJWTtC (ORCPT ); Tue, 23 Oct 2018 15:49:02 -0400 Received: by mail-yw1-f47.google.com with SMTP id l79-v6so371105ywc.7 for ; Tue, 23 Oct 2018 04:25:59 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: 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(-) -- 2.14.2