From mboxrd@z Thu Jan 1 00:00:00 1970 From: jbrunet@baylibre.com (Jerome Brunet) Date: Mon, 15 Jan 2018 12:45:02 +0100 Subject: [RFT net-next v4 0/5] dwmac-meson8b: clock fixes for Meson8b In-Reply-To: <20180114214858.7217-1-martin.blumenstingl@googlemail.com> References: <20180114214858.7217-1-martin.blumenstingl@googlemail.com> Message-ID: <1516016702.2608.10.camel@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On Sun, 2018-01-14 at 22:48 +0100, Martin Blumenstingl wrote: > Martin Blumenstingl (5): > net: stmmac: dwmac-meson8b: only configure the clocks in RGMII mode > net: stmmac: dwmac-meson8b: simplify generating the clock names > net: stmmac: dwmac-meson8b: fix internal RGMII clock configuration > net: stmmac: dwmac-meson8b: fix setting the RGMII TX clock on Meson8b > net: stmmac: dwmac-meson8b: propagate rate changes to the parent clock > > .../net/ethernet/stmicro/stmmac/dwmac-meson8b.c | 124 +++++++++++---------- > 1 file changed, 68 insertions(+), 56 deletions(-) Ethernet works with this series applied (and tweaked DT patches from Emiliano) Tested-by: Jerome Brunet From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerome Brunet Subject: Re: [RFT net-next v4 0/5] dwmac-meson8b: clock fixes for Meson8b Date: Mon, 15 Jan 2018 12:45:02 +0100 Message-ID: <1516016702.2608.10.camel@baylibre.com> References: <20180114214858.7217-1-martin.blumenstingl@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: linus.luessing@c0d3.blue, khilman@baylibre.com, linux-amlogic@lists.infradead.org, narmstrong@baylibre.com, peppe.cavallaro@st.com, alexandre.torgue@st.com To: Martin Blumenstingl , netdev@vger.kernel.org, ingrassia@epigenesys.com Return-path: Received: from mail-wm0-f54.google.com ([74.125.82.54]:41904 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752073AbeAOLpF (ORCPT ); Mon, 15 Jan 2018 06:45:05 -0500 Received: by mail-wm0-f54.google.com with SMTP id f71so1318838wmf.0 for ; Mon, 15 Jan 2018 03:45:05 -0800 (PST) In-Reply-To: <20180114214858.7217-1-martin.blumenstingl@googlemail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Sun, 2018-01-14 at 22:48 +0100, Martin Blumenstingl wrote: > Martin Blumenstingl (5): > net: stmmac: dwmac-meson8b: only configure the clocks in RGMII mode > net: stmmac: dwmac-meson8b: simplify generating the clock names > net: stmmac: dwmac-meson8b: fix internal RGMII clock configuration > net: stmmac: dwmac-meson8b: fix setting the RGMII TX clock on Meson8b > net: stmmac: dwmac-meson8b: propagate rate changes to the parent clock > > .../net/ethernet/stmicro/stmmac/dwmac-meson8b.c | 124 +++++++++++---------- > 1 file changed, 68 insertions(+), 56 deletions(-) Ethernet works with this series applied (and tweaked DT patches from Emiliano) Tested-by: Jerome Brunet