From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Wed, 16 Dec 2015 09:30:32 +0100 Subject: [U-Boot] [PATCH 02/12] net: emaclite: Add MDIO support to driver In-Reply-To: References: <2ac0df367b6cab5b4a0f8f57b8c4daa356d68c64.1449835419.git.michal.simek@xilinx.com> Message-ID: <56712128.3060704@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 15.12.2015 22:22, Joe Hershberger wrote: > On Fri, Dec 11, 2015 at 6:03 AM, Michal Simek wrote: >> Add MDIO support before move to DM. >> >> Signed-off-by: Michal Simek > > It looks like this is using the old MDIO API. I'm guessing this is a > patch that has existed for a while or something. You seem to follow it > up with a patch that reworks this. Since this is ephemeral, I guess... > > Acked-by: Joe Hershberger yes. It was in xilinx trees for years and I have never had a time to push it it mainline. Even this patch is very important because emaclite can't work on 1Gb/s. With phylib there is restriction for phy negotiation just for 10 and 100. Thanks, Michal