Re: stmmac / meson8b-dwmac

2019-02-06 Thread Emiliano Ingrassia
Hi Martin, Hi Simon, On Mon, Feb 04, 2019 at 03:34:41PM +0100, Martin Blumenstingl wrote: > On Thu, Jan 17, 2019 at 10:23 PM Simon Huelck wrote: > [...] > > >> I got problems with my ODROID c2 running on 4.19.16 ( and some releases > > >> earlier ). the stmmac / dwmac driver doesnt provide the 80

Re: [PATCH net-next v5 0/4] dwmac-meson8b: clock fixes for Meson8b

2018-01-15 Thread Emiliano Ingrassia
-amlogic/2018-January/006125.html > > Martin Blumenstingl (4): > net: stmmac: dwmac-meson8b: only configure the clocks in RGMII mode > 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| 113 > - > 1 file changed, 63 insertions(+), 50 deletions(-) > > -- > 2.15.1 > I confirm that with this patch series applied ethernet works correctly on Odroid-C1+. Soon I'll submit my patch to the DT. Huge thanks to all who contributed! Tested-by: Emiliano Ingrassia

Re: [RFT net-next v3 0/5] dwmac-meson8b: RGMII clock fixes for Meson8b

2017-12-29 Thread Emiliano Ingrassia
Hi Jerome, Hi Martin, On Fri, Dec 29, 2017 at 07:04:23PM +0100, Jerome Brunet wrote: > On Fri, 2017-12-29 at 02:31 +0100, Emiliano Ingrassia wrote: > > Hi Martin, Hi Dave, > > > > On Thu, Dec 28, 2017 at 11:21:23PM +0100, Martin Blumenstingl wrote: > > > Hi Dave, &g

Re: [RFT net-next v3 0/5] dwmac-meson8b: RGMII clock fixes for Meson8b

2017-12-29 Thread Emiliano Ingrassia
Hi Martin, On Fri, Dec 29, 2017 at 08:48:54AM +0100, Martin Blumenstingl wrote: > Hi Emiliano, > > On Fri, Dec 29, 2017 at 2:31 AM, Emiliano Ingrassia > wrote: > > Hi Martin, Hi Dave, > > > > On Thu, Dec 28, 2017 at 11:21:23PM +0100, Martin Blumenstingl wrote: >

Re: [RFT net-next v3 0/5] dwmac-meson8b: RGMII clock fixes for Meson8b

2017-12-28 Thread Emiliano Ingrassia
Hi Martin, Hi Dave, On Thu, Dec 28, 2017 at 11:21:23PM +0100, Martin Blumenstingl wrote: > Hi Dave, > > please do not apply this series until it got a Tested-by from Emiliano. > > > Hi Emiliano, > > you reported [0] that you couldn't get dwmac-meson8b to work on your > Odroid-C1. With your fin

Re: [RFT net-next v2 0/3] dwmac-meson8b: RGMII clock fixes for Meson8b

2017-12-28 Thread Emiliano Ingrassia
Hi Martin, thank you for the quick response! On Thu, Dec 28, 2017 at 05:58:34PM +0100, Martin Blumenstingl wrote: > Hi Emiliano, > > thank you for testing this! > > On Thu, Dec 28, 2017 at 5:16 PM, Emiliano Ingrassia > wrote: > > Hi Martin, Hi Dave, > > > >

Re: [RFT net-next v2 0/3] dwmac-meson8b: RGMII clock fixes for Meson8b

2017-12-28 Thread Emiliano Ingrassia
Hi Martin, Hi Dave, On Sun, Dec 24, 2017 at 12:40:57AM +0100, Martin Blumenstingl wrote: > Hi Dave, > > please do not apply this series until it got a Tested-by from Emiliano. > > > Hi Emiliano, > > you reported [0] that you couldn't get dwmac-meson8b to work on your > Odroid-C1. With your fin

[PATCH] net: stmmac: dwmac_lib: fix interchanged sleep/timeout values in DMA reset function

2017-10-12 Thread Emiliano Ingrassia
The DMA reset timeout, used in read_poll_timeout, is ten times shorter than the sleep time. This patch fixes these values interchanging them, as it was before the read_poll_timeout introduction. Fixes: 8a70aeca80c2 ("net: stmmac: Use readl_poll_timeout") Signed-off-by: Emiliano

[PATCH 4/4] net: stmmac: fixing DMA reset sleep and timeout values

2017-09-27 Thread Emiliano Ingrassia
This patch fixes the sleep and timeout values used during DMA reset, which were inverted in a previous patch. Fixes: 8a70aeca80c2 ("net: stmmac: Use readl_poll_timeout") Signed-off-by: Emiliano Ingrassia --- drivers/net/ethernet/stmicro/stmmac/dwmac_lib.c | 2 +- 1 file changed, 1