2009-09-17 13:18:39 LXT972 driver
Steven Vacca (UNITED STATES)
Message: 80089
Is there any support for the Intel LXT972 PHY chip? It appears that the LXT970 and LXT971 are supported.
Thanks.
SET
QuoteReplyEditDelete
2009-09-17 13:25:10 Re: LXT972 driver
Mike Frysinger (UNITED STATES)
Message: 80090
reading the source code (drivers/net/phy/lxt.c) indicates that only the 970/971 are supported. guess you should ask intel when they're going to add support for the 972.
QuoteReplyEditDelete
2009-09-17 13:58:53 Re: LXT972 driver
Steven Vacca (UNITED STATES)
Message: 80093
Yeah, I was looking at lxt.c and was hoping I was missing something. My choices are to get the hardware guys to substitute the lxt971 or I can try to modify lxt.c to add support for the lxt972. I have the fec.c code that is used on the ColdFire processors, which does have ifdef'd support for the lxt972.
Thanks Mike,
Steven
QuoteReplyEditDelete
2009-09-17 14:06:19 Re: LXT972 driver
Mike Frysinger (UNITED STATES)
Message: 80094
going by the lxt.c code, it should be pretty easy to add lxt972 support. if you do, feel free to post the patch here for merging.
QuoteReplyEditDelete
2009-09-17 14:31:40 Re: LXT972 driver
Steven Vacca (UNITED STATES)
Message: 80096
Will do.