u-boot/drivers/qe
Ben Warren 422b1a0160 Fix Ethernet init() return codes
Change return values of init() functions in all Ethernet drivers to conform
to the following:

    >=0: Success
    <0:  Failure

All drivers going forward should return 0 on success.  Current drivers that
return 1 on success were left as-is to minimize changes.

Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Kim Phillips <kim.phillips@freescale.com>
Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Acked-By: Timur Tabi <timur@freescale.com>
2008-01-10 01:06:02 +01:00
..
Makefile mpc83xx: add QE ethernet support 2006-11-03 19:42:21 -06:00
qe.c Coding Style cleanup; update CHANGELOG 2008-01-10 00:55:14 +01:00
qe.h 85xx: add ability to upload QE firmware 2008-01-09 16:28:12 -06:00
uccf.c Code cleanup. 2006-11-30 18:02:20 +01:00
uccf.h mpc83xx: add QE ethernet support 2006-11-03 19:42:21 -06:00
uec.c Fix Ethernet init() return codes 2008-01-10 01:06:02 +01:00
uec.h Add support for UEC to 8568 2007-08-14 01:47:44 -05:00
uec_phy.c Add support for UEC to 8568 2007-08-14 01:47:44 -05:00
uec_phy.h Add support for UEC to 8568 2007-08-14 01:47:44 -05:00