Re: [U-Boot] bitbang phy driver

2009-08-04 Thread Wolfgang Denk
Dear Darius Augulis, In message <4a789d2f.1050...@gmail.com> you wrote: > > I see that miiphybb.c driver is used only with PPC architecture yet. > I would like to use it with ARM. Would be it reasonable to make this > driver arch independent? I have small patch and it changes defined ports > an

[U-Boot] bitbang phy driver

2009-08-04 Thread Darius Augulis
Hi all, I see that miiphybb.c driver is used only with PPC architecture yet. I would like to use it with ARM. Would be it reasonable to make this driver arch independent? I have small patch and it changes defined ports and pins with function calls, which should be provided by each CPU. I attac