uboot/cpu/ixp/npe
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
..
include
IxEthAcc.c
IxEthAccCommon.c
IxEthAccControlInterface.c
IxEthAccDataPlane.c
IxEthAccMac.c
IxEthAccMii.c
IxEthDBAPI.c
IxEthDBAPISupport.c
IxEthDBCore.c
IxEthDBEvents.c
IxEthDBFeatures.c
IxEthDBFirewall.c
IxEthDBHashtable.c
IxEthDBLearning.c
IxEthDBMem.c
IxEthDBNPEAdaptor.c
IxEthDBPortUpdate.c
IxEthDBReports.c
IxEthDBSearch.c
IxEthDBSpanningTree.c
IxEthDBUtil.c
IxEthDBVlan.c
IxEthDBWiFi.c
IxEthMii.c
IxFeatureCtrl.c
IxNpeDl.c
IxNpeDlImageMgr.c
IxNpeDlNpeMgr.c
IxNpeDlNpeMgrUtils.c
IxNpeMh.c
IxNpeMhConfig.c
IxNpeMhReceive.c
IxNpeMhSend.c
IxNpeMhSolicitedCbMgr.c
IxNpeMhUnsolicitedCbMgr.c
IxOsalBufferMgt.c
IxOsalIoMem.c
IxOsalOsCacheMMU.c
IxOsalOsMsgQ.c
IxOsalOsSemaphore.c
IxOsalOsServices.c
IxOsalOsThread.c
IxQMgrAqmIf.c
IxQMgrDispatcher.c
IxQMgrInit.c
IxQMgrQAccess.c
IxQMgrQCfg.c
Makefile
miiphy.c
npe.c