浏览代码

sb1250-mac: Driver model & phylib update

 A driver model and phylib update.  It includes the following changes:

1. Removal of unused module options.

2. Phylib support and the resulting removal of generic bits for handling
   the PHY.

3. Proper reserving of device resources and using ioremap()ped handles
   to access MAC registers rather than platform-specific macros.

4. Handling of the device using the driver model.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Maciej W. Rozycki 17 年之前
父节点
当前提交
f5279ffdce
共有 2 个文件被更改,包括 303 次插入476 次删除
  1. 1 0
      drivers/net/Kconfig
  2. 302 476
      drivers/net/sb1250-mac.c

+ 1 - 0
drivers/net/Kconfig

@@ -2111,6 +2111,7 @@ config R8169_VLAN
 config SB1250_MAC
 	tristate "SB1250 Gigabit Ethernet support"
 	depends on SIBYTE_SB1xxx_SOC
+	select PHYLIB
 	---help---
 	  This driver supports Gigabit Ethernet interfaces based on the
 	  Broadcom SiByte family of System-On-a-Chip parts.  They include

文件差异内容过多而无法显示
+ 302 - 476
drivers/net/sb1250-mac.c


部分文件因为文件数量过多而无法显示