From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934246AbeB1T7A (ORCPT ); Wed, 28 Feb 2018 14:59:00 -0500 Received: from mail-qk0-f194.google.com ([209.85.220.194]:40371 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934139AbeB1T6z (ORCPT ); Wed, 28 Feb 2018 14:58:55 -0500 X-Google-Smtp-Source: AG47ELsXMlM0FMwPM81oTDRT35dTLjj0qyDH1Dxe0E2VC0Dha2hO34CaskMT22yPOYWhom8hsWSt0A== From: Florian Fainelli To: netdev@vger.kernel.org Cc: Florian Fainelli , Andrew Lunn , Russell King , linux-kernel@vger.kernel.org (open list), moritz.fischer@ettus.com Subject: [PATCH net-next v2 0/5] net: phy: Reduce duplication Date: Wed, 28 Feb 2018 11:58:44 -0800 Message-Id: <20180228195849.17770-1-f.fainelli@gmail.com> X-Mailer: git-send-email 2.14.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, This patch series reduces the duplication among 10G PHY drivers that just essentially stub most functions, but do that while replicating what the existing generic functions do. Changes in v2: - rename gen10g_soft_reset() to gen10g_no_soft_reset() to better illustrate what it does (or does not) - removed stray comment in marvell10g.c Florian Fainelli (5): net: phy: aquantia: Utilize genphy_c45_aneg_done() net: phy: Export gen10g_* functions net: phy: teranetics: Utilize generic functions net: phy: cortina: Utilize generic functions net: phy: marvell10g: Utilize gen10g_soft_reset() drivers/net/phy/aquantia.c | 20 ++++++-------------- drivers/net/phy/cortina.c | 18 +++--------------- drivers/net/phy/marvell10g.c | 11 +---------- drivers/net/phy/phy-c45.c | 20 +++++++++++++------- drivers/net/phy/teranetics.c | 30 +++++------------------------- include/linux/phy.h | 8 ++++++++ 6 files changed, 36 insertions(+), 71 deletions(-) -- 2.14.1