From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb0-f195.google.com ([209.85.213.195]:41727 "EHLO mail-yb0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751718AbeCTBnb (ORCPT ); Mon, 19 Mar 2018 21:43:31 -0400 Received: by mail-yb0-f195.google.com with SMTP id b6-v6so9275ybn.8 for ; Mon, 19 Mar 2018 18:43:30 -0700 (PDT) From: Kevin Hao To: netdev@vger.kernel.org Cc: Andrew Lunn , Florian Fainelli , Claudiu Manoil Subject: [PATCH v2 0/3] net: phy: Add general dummy stubs for MMD register access Date: Tue, 20 Mar 2018 09:44:51 +0800 Message-Id: <20180320014454.12697-1-haokexin@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: v2: As suggested by Andrew: - Add general dummy stubs - Also use that for the micrel phy This patch series fix the Ethernet broken on the mpc8315erdb board introduced by commit b6b5e8a69118 ("gianfar: Disable EEE autoneg by default"). Kevin Hao (3): net: phy: Add general dummy stubs for MMD register access net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211b net: phy: micrel: Use the general dummy stubs for MMD register access drivers/net/phy/micrel.c | 23 ++--------------------- drivers/net/phy/phy_device.c | 17 +++++++++++++++++ drivers/net/phy/realtek.c | 2 ++ include/linux/phy.h | 4 ++++ 4 files changed, 25 insertions(+), 21 deletions(-) -- 2.9.3