
27 Nov
2012
27 Nov
'12
7:55 a.m.
On Tue, Nov 27, 2012 at 3:57 AM, Marek Vasut marex@denx.de wrote:
Dear Yegor Yefremov,
I'm porting a phy driver from Linux to u-boot and was able to use genphy_parse_link() without a problem. As mentioned in comment to genphy_parse_link(), the routine itself was taken from Linux kernel and many phy drivers are using this generic function.
Why wasn't it exported? Are there any issues?
Ccing Joe ... do you have any consumer for this now exported function?
Yes, I'm about to submit a phy driver for ICPlus phy and need this export. I tested it with both 100mbit and 1Gbit switches. In both cases phy reported the correct speed.
Yegor