Re: [PATCH] phy: export phy_mii_ioctl

2007-09-19 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 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': drivers/spi/mpc52xx_psc_spi

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 drive

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 bas

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: warnin

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 ke

RE: [PATCH] phy: export phy_mii_ioctl

2007-09-19 Thread Pedro Luis D. L.
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@

RE: [PATCH] phy: export phy_mii_ioctl

2007-09-19 Thread Pedro Luis D. L.
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@

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 .<6>PHY: f0003000:00 - Lin

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 co

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 MPC520

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 su

[PATCH] phy: export phy_mii_ioctl

2007-09-17 Thread Domen Puncer
Export phy_mii_ioctl, so network drivers can use it when built as modules too. Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- On 17/09/07 11:53 +0200, Sven Luther wrote: > On Sat, Sep 15, 2007 at 02:14:44PM +0200, Domen Puncer wrote: > > Updated and split version at: > > http://coderock.org/