[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100605124103.GA3213@electric-eye.fr.zoreil.com>
Date: Sat, 5 Jun 2010 14:41:03 +0200
From: Francois Romieu <romieu@...zoreil.com>
To: Timo Teräs <timo.teras@....fi>
Cc: netdev@...r.kernel.org, Edward Hsu <edward_hsu@...ltek.com.tw>,
Hayes <hayeswang@...ltek.com>, davem@...emloft.net
Subject: Re: [PATCH] r8169: fix random mdio_write failures
Timo Teräs <timo.teras@....fi> :
[...]
> diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c
> index 217e709..03a8318 100644
> --- a/drivers/net/r8169.c
> +++ b/drivers/net/r8169.c
> @@ -559,6 +559,11 @@ static void mdio_write(void __iomem *ioaddr, int reg_addr, int value)
> break;
> udelay(25);
> }
> + /*
> + * Some configurations require a small delay even after the write
> + * completed indication or the next write might fail.
> + */
> + udelay(25);
Acked-off-by: Francois Romieu <romieu@...zoreil.com>
Good work.
I wonder if increasing the in-loop delay as well would help the write
succeed faster (or slower ?).
--
Ueimor
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists