* [PATCH 0/2] Fix register misuse in drivers/net/phy/marvel.c
@ 2008-07-10 2:14 Wang Jian
2008-07-10 2:41 ` Wang Jian
0 siblings, 1 reply; 5+ messages in thread
From: Wang Jian @ 2008-07-10 2:14 UTC (permalink / raw)
To: linuxppc-dev
These 2 patches fixed misuse of register for 88e1111.
Notice: These two patches didn't fix some auto selection problem yet. I
will discuss the problem in seperate email.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2] Fix register misuse in drivers/net/phy/marvel.c
2008-07-10 2:14 Wang Jian
@ 2008-07-10 2:41 ` Wang Jian
[not found] ` <1CADFA951940554D86FBD8B24BBFF3A0019BEA37@LONMLVEM08.e2k.ad.ge.com>
0 siblings, 1 reply; 5+ messages in thread
From: Wang Jian @ 2008-07-10 2:41 UTC (permalink / raw)
To: linuxppc-dev
It may not be appropriate to post here instead of netdev, but I am using
powerpc dev board and I think there will be someone here who has board
to test.
Wang Jian 写道:
> These 2 patches fixed misuse of register for 88e1111.
>
> Notice: These two patches didn't fix some auto selection problem yet. I
> will discuss the problem in seperate email.
>
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2] Fix register misuse in drivers/net/phy/marvel.c
[not found] ` <1CADFA951940554D86FBD8B24BBFF3A0019BEA37@LONMLVEM08.e2k.ad.ge.com>
@ 2008-07-10 14:32 ` Wang Jian
0 siblings, 0 replies; 5+ messages in thread
From: Wang Jian @ 2008-07-10 14:32 UTC (permalink / raw)
To: Welch, Martyn (GE EntSol, Intelligent Platforms); +Cc: linuxppc-dev
Welch, Martyn (GE EntSol, Intelligent Platforms) 写道:
> Wang Jian wrote:
>> It may not be appropriate to post here instead of netdev, but I am
>> using
>> powerpc dev board and I think there will be someone here who has board
>> to test.
>>
>> Wang Jian 写道:
>>> These 2 patches fixed misuse of register for 88e1111.
>>>
>>> Notice: These two patches didn't fix some auto selection problem
>>> yet. I will discuss the problem in seperate email.
>>>
>
> Hi,
>
> I have a board here with a pair of 88e1111's, though I'm not sure how to go about testing these patches. It's not the applying or compiling that the problem, but how to test it...
>
> Do you have any test case in mind?
>
Hi,
The problem I want to fix is:
1. Plug the fiber and start the board in u-boot, the fiber link is
established, you can transfer data using fiber link;
2. boot the kernel (not fixed one), when you "ifconfig ethX up" (ethX
uses 88e1111), the fiber link light goes off, the fiber link is lost;
After apply the patch #1, for the step 2, you can "ifconfig ethX
w.x.y.z" and fiber link is ok. You can use the fiber link to transfer data.
I my case, the chip is in GMII mode. The patch #2 is obvious but I can't
test it myself.
BTW, the two patches doesn't fix the problem when you unplug the fiber
then plug back. That is another problem I have _partially_ fixed by
patch marvell_read_status().
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 0/2] Fix register misuse in drivers/net/phy/marvel.c
@ 2008-07-11 0:55 Wang Jian
0 siblings, 0 replies; 5+ messages in thread
From: Wang Jian @ 2008-07-11 0:55 UTC (permalink / raw)
To: netdev; +Cc: Alexandr Smirnov, Andy Fleming
These 2 patches fixed misuse of register for 88e1111.
The problem can be reproduced in my powerpc dev board.
With fiber plugged, start the board in u-boot, the fiber link is
established and data transfer is ok. Booting into kernel with current
marvell.c implementation, and "ifconfig ethX up", the fiber link is lost.
The #1 patch fixed this.
The #2 patch is obvious but I can't test it myself because the board I
have using 88e1111 in GMII mode.
Notice: These two patches didn't fix some auto selection problem yet. I
will discuss the problem in seperate email.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 0/2] Fix register misuse in drivers/net/phy/marvel.c
@ 2008-07-16 13:45 Wang Jian
0 siblings, 0 replies; 5+ messages in thread
From: Wang Jian @ 2008-07-16 13:45 UTC (permalink / raw)
To: Jeff Garzik; +Cc: netdev, Alexandr Smirnov, Andy Fleming
The following 2 patches fixed misuse of register for 88e1111. I have
tested the patch 1/2. I have no board to test RGMII mode, patch 2/2 is
obvious but not tested.
I have sent email to Andy but get no response.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-07-16 13:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-11 0:55 [PATCH 0/2] Fix register misuse in drivers/net/phy/marvel.c Wang Jian
-- strict thread matches above, loose matches on Subject: below --
2008-07-16 13:45 Wang Jian
2008-07-10 2:14 Wang Jian
2008-07-10 2:41 ` Wang Jian
[not found] ` <1CADFA951940554D86FBD8B24BBFF3A0019BEA37@LONMLVEM08.e2k.ad.ge.com>
2008-07-10 14:32 ` Wang Jian
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.