Re: [PATCH] phy: export phy_mii_ioctl

2007-09-20 Thread Jeff Garzik
Domen Puncer wrote: Export phy_mii_ioctl, so network drivers can use it when built as modules too. Signed-off-by: Domen Puncer [EMAIL PROTECTED] applied - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at

RE: [PATCH] phy: export phy_mii_ioctl

2007-09-19 Thread Pedro Luis D. L.
for the platform or any other kernel, because I tried to apply these patches to a 2.6.20 kernel and are not successful. Bests, Pedro. Date: Tue, 18 Sep 2007 15:29:09 -0400 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [PATCH] phy: export phy_mii_ioctl CC: netdev@vger.kernel.org

RE: [PATCH] phy: export phy_mii_ioctl

2007-09-19 Thread Pedro Luis D. L.
for the platform or any other kernel, because I tried to apply these patches to a 2.6.20 kernel and are not successful. Bests, Pedro. Date: Tue, 18 Sep 2007 15:29:09 -0400 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [PATCH] phy: export phy_mii_ioctl CC: netdev@vger.kernel.org

Re: [PATCH] phy: export phy_mii_ioctl

2007-09-19 Thread Juergen Beisert
Pedro, On Wednesday 19 September 2007 10:54, Pedro Luis D. L. wrote: I´m also working with a Phytec pcm030, but I can´t get it booted... Which kernel are you using? I tried to apply the 7 bestcomm patches from Sylvain and patch over these with this new ones that Domen released. The base

Re: [PATCH] phy: export phy_mii_ioctl

2007-09-19 Thread Domen Puncer
On 18/09/07 15:17 -0400, Jon Smirl wrote: On 9/18/07, Domen Puncer [EMAIL PROTECTED] wrote: More testing and getting it to work properly on Phytec pcm030 would be great. I compiled it as a module: CC [M] drivers/net/fec_mpc52xx/fec.o drivers/net/fec_mpc52xx/fec.c:613: warning:

Re: [PATCH] phy: export phy_mii_ioctl

2007-09-19 Thread Jon Smirl
On 9/19/07, Pedro Luis D. L. [EMAIL PROTECTED] wrote: Hello Jon, I´m also working with a Phytec pcm030, but I can´t get it booted... Which kernel are you using? I tried to apply the 7 bestcomm patches from Sylvain and patch over these with this new ones that Domen released. The base kernel

Re: [PATCH] phy: export phy_mii_ioctl

2007-09-19 Thread Jon Smirl
On 9/19/07, Domen Puncer [EMAIL PROTECTED] wrote: Patch at the end. When compiled as module use modprobe fec_mpc52xx mac=foo, when built-in add to boot line: fec_mpc52xx.mac=foo This patch series is working for me now. This needs a cleanup too, but it is unrelated CC

Re: [PATCH] phy: export phy_mii_ioctl

2007-09-19 Thread Jon Smirl
On 9/19/07, Jon Smirl [EMAIL PROTECTED] wrote: This needs a cleanup too, but it is unrelated Another set of related warnings that need clean up CC drivers/spi/mpc52xx_psc_spi.o drivers/spi/mpc52xx_psc_spi.c: In function 'mpc52xx_psc_spi_activate_cs':

Re: [PATCH] phy: export phy_mii_ioctl

2007-09-18 Thread Domen Puncer
(I edited Cc: -jeff, +sven, hope you don't mind) On 17/09/07 18:08 -0400, Jon Smirl wrote: On 9/17/07, Domen Puncer [EMAIL PROTECTED] wrote: Export phy_mii_ioctl, so network drivers can use it when built as modules too. Domen, do you want to collect all of these changes for MPC5200 FEC in

Re: [PATCH] phy: export phy_mii_ioctl

2007-09-18 Thread Jon Smirl
On 9/18/07, Domen Puncer [EMAIL PROTECTED] wrote: More testing and getting it to work properly on Phytec pcm030 would be great. I compiled it as a module: CC [M] drivers/net/fec_mpc52xx/fec.o drivers/net/fec_mpc52xx/fec.c:613: warning: 'mpc52xx_fec_mac_setup' defined but not used This code

Re: [PATCH] phy: export phy_mii_ioctl

2007-09-18 Thread Jon Smirl
On 9/18/07, Domen Puncer [EMAIL PROTECTED] wrote: More testing and getting it to work properly on Phytec pcm030 would be great. Do we want to do anything about this? [1.569657] net eth0: attached phy 0 to driver Generic PHY [2.576013] Sending DHCP requests .6PHY: f0003000:00 - Link is

Re: [PATCH] phy: export phy_mii_ioctl

2007-09-17 Thread Jon Smirl
On 9/17/07, Domen Puncer [EMAIL PROTECTED] wrote: Export phy_mii_ioctl, so network drivers can use it when built as modules too. Domen, do you want to collect all of these changes for MPC5200 FEC in to a single patch series? The code is getting scattered around, I'll check it over to make sure