From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759494AbeD1CVS (ORCPT ); Fri, 27 Apr 2018 22:21:18 -0400 Received: from mail-sh2.amlogic.com ([58.32.228.45]:34894 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759307AbeD1CVQ (ORCPT ); Fri, 27 Apr 2018 22:21:16 -0400 From: Yixun Lan To: "David S. Miller" , CC: Yixun Lan , Kevin Hilman , Carlo Caione , Rob Herring , Jerome Brunet , Martin Blumenstingl , , , , Subject: [PATCH v2 0/2] net: stmmac: dwmac-meson: 100M phy mode support for AXG SoC Date: Sat, 28 Apr 2018 10:21:09 +0000 Message-ID: <20180428102111.18384-1-yixun.lan@amlogic.com> X-Mailer: git-send-email 2.17.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.18.20.250] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Due to the dwmac glue layer register changed, we need to introduce a new compatible name for the Meson-AXG SoC to support for the RMII 100M ethernet PHY. Change since v1 at [1]: - implement set_phy_mode() for each SoC [1] https://lkml.kernel.org/r/20180426160508.29380-1-yixun.lan@amlogic.com Yixun Lan (2): dt-bindings: net: meson-dwmac: new compatible name for AXG SoC net: stmmac: dwmac-meson: extend phy mode setting .../devicetree/bindings/net/meson-dwmac.txt | 1 + .../ethernet/stmicro/stmmac/dwmac-meson8b.c | 120 +++++++++++++++--- 2 files changed, 105 insertions(+), 16 deletions(-) -- 2.17.0