Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [PATCH] handle errors returned by platform_get_irq*() | David Vrabel | 2006-03-20 |
| | | | | | | | | | platform_get_irq*() now returns on -ENXIO when the resource cannot be found. Ensure all users of platform_get_irq*() handle this error appropriately. Signed-off-by: David Vrabel <dvrabel@arcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | ||
* | [PATCH] fs_enet build fix | Marcelo Tosatti | 2005-11-09 |
| | | | | | | | | | Due to the recent update of the platform code, some platform device drivers fail to compile. This fix is for fs_enet, adding #include of a new header, to which a number of platform stuff has been relocated. Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com> Signed-off-by: Paul Mackerras <paulus@samba.org> | ||
* | Add fs_enet ethernet network driver, for several embedded platforms. | Pantelis Antoniou | 2005-10-28 |