소스 검색

tc35815: Use generic PHY layer

Convert the tc35815 driver to use the generic PHY layer in
drivers/net/phy.  Also rename 'boardtype' to 'chiptype' which hould be
more appropriate.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Atsushi Nemoto 17 년 전
부모
커밋
c6686fe3e4
2개의 변경된 파일296개의 추가작업 그리고 741개의 파일을 삭제
  1. 1 1
      drivers/net/Kconfig
  2. 295 740
      drivers/net/tc35815.c

+ 1 - 1
drivers/net/Kconfig

@@ -1438,7 +1438,7 @@ config CS89x0
 config TC35815
 	tristate "TOSHIBA TC35815 Ethernet support"
 	depends on NET_PCI && PCI && MIPS
-	select MII
+	select PHYLIB
 
 config EEPRO100
 	tristate "EtherExpressPro/100 support (eepro100, original Becker driver)"

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 295 - 740
drivers/net/tc35815.c


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.