From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Fleming Date: Wed, 21 Nov 2007 14:46:14 -0600 Subject: [U-Boot-Users] PHY library? In-Reply-To: <4744617E.5060009@qstreams.com> References: <13876488.post@talk.nabble.com> <47444864.30509@qstreams.com> <1195663103.26187.1.camel@ld0161-tx32> <4744617E.5060009@qstreams.com> Message-ID: <2acbd3e40711211246o4e1ae75aud233c74fe99f27cd@mail.gmail.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 Nov 21, 2007 10:49 AM, Ben Warren wrote: > Jon Loeliger wrote: > > On Wed, 2007-11-21 at 09:01, Ben Warren wrote: > > > > > >> Absolutely. In fact, I'm working on one right now... Access methods to > >> PHYs are currently common (miiphybb.c and miiphyutil.c) but there's no > >> reason why the TSEC, UCC and other drivers should have hard wiring for > >> individual PHY devices. Any design suggestions you or others have are > >> welcome. > >> > > [...] > There will be much blatant ripping-off of Andy's fine library. Excellent. It was on my personal to-do list, but I'm still bogged down in other tasks. So I second the "Go Ben Go!" sentiment! If I had one potentially non-obvious design request it's that the PHYs be accessible by board code, too. There are a number of boards that have specific demands on the PHYs. I suspect you've already got that, though, since it's currently possible. :) Andy