Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | |
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de> Signed-off-by: Adrian Bunk <bunk@stusta.de> | |||
2006-03-20 | [PATCH] handle errors returned by platform_get_irq*() | David Vrabel | |
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> | |||
2005-11-10 | [PATCH] fs_enet build fix | Marcelo Tosatti | |
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> | |||
2005-10-28 | Add fs_enet ethernet network driver, for several embedded platforms. | Pantelis Antoniou | |