Re: [U-Boot] [PATCH] Add support for KSZ8895 switch

2013-08-21 Thread Christian Gmeiner
>> >> This patch adds a dump phy driver for the KSZ8895 switch from >> Micrel. As the SoC MAC is directly connected to switch no >> autonegotiation is needed as the link is always up. >> >> Signed-off-by: Christian Gmeiner >> --- >> drivers/net/phy/micrel.c | 31 +++

Re: [U-Boot] [PATCH] Add support for KSZ8895 switch

2013-08-19 Thread Christian Gmeiner
Am 12.08.2013 16:48 schrieb "Christian Gmeiner" : > > This patch adds a dump phy driver for the KSZ8895 switch from > Micrel. As the SoC MAC is directly connected to switch no > autonegotiation is needed as the link is always up. > > Signed-off-by: Christian Gmeiner > --- > drivers/net/phy/micrel

[U-Boot] [PATCH] Add support for KSZ8895 switch

2013-08-12 Thread Christian Gmeiner
This patch adds a dump phy driver for the KSZ8895 switch from Micrel. As the SoC MAC is directly connected to switch no autonegotiation is needed as the link is always up. Signed-off-by: Christian Gmeiner --- drivers/net/phy/micrel.c | 31 +++ 1 file changed, 31 ins