aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fec_mpc52xx.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-11-01Fix region size check in mpc5200 FEC driverGrant Likely1-2/+2
Driver shouldn't complain if the register range is larger than what it expects. This works around failures with some device trees. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-10-29FEC - fast ethernet controller for mpc52xxDomen Puncer1-0/+1112
Driver for ethernet on mpc5200/mpc5200b SoCs (FEC). Signed-off-by: Domen Puncer <domen.puncer@telargo.com> Acked-by: Dale Farnsworth <dale@farnsworth.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>