Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184303
b: refs/heads/master
c: d4c4113
h: refs/heads/master
i:
  184301: 8b88055
  184299: 3bdeaed
  184295: 620fce7
  184287: 3d2102f
v: v3
  • Loading branch information
Kristoffer Glembo authored and David S. Miller committed Feb 17, 2010
1 parent 298d49a commit 9f14555
Show file tree
Hide file tree
Showing 6 changed files with 1,804 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b6ca430599ea37843632b0eaa231dea5414dec25
refs/heads/master: d4c41139df6e74c6fff0cbac43e51cab782133be
6 changes: 6 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -2373,6 +2373,12 @@ F: Documentation/isdn/README.gigaset
F: drivers/isdn/gigaset/
F: include/linux/gigaset_dev.h

GRETH 10/100/1G Ethernet MAC device driver
M: Kristoffer Glembo <kristoffer@gaisler.com>
L: netdev@vger.kernel.org
S: Maintained
F: drivers/net/greth*

HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
M: Frank Seidel <frank@f-seidel.de>
L: lm-sensors@lm-sensors.org
Expand Down
8 changes: 8 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,14 @@ config ETHOC
help
Say Y here if you want to use the OpenCores 10/100 Mbps Ethernet MAC.

config GRETH
tristate "Aeroflex Gaisler GRETH Ethernet MAC support"
depends on OF
select PHYLIB
select CRC32
help
Say Y here if you want to use the Aeroflex Gaisler GRETH Ethernet MAC.

config SMC911X
tristate "SMSC LAN911[5678] support"
select CRC32
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ pasemi_mac_driver-objs := pasemi_mac.o pasemi_mac_ethtool.o
obj-$(CONFIG_MLX4_CORE) += mlx4/
obj-$(CONFIG_ENC28J60) += enc28j60.o
obj-$(CONFIG_ETHOC) += ethoc.o
obj-$(CONFIG_GRETH) += greth.o

obj-$(CONFIG_XTENSA_XT2000_SONIC) += xtsonic.o

Expand Down
Loading

0 comments on commit 9f14555

Please sign in to comment.