[patch 3/6] ps3: Storage device registration routines.

2007-07-04 Thread Geert Uytterhoeven
Add support for storage devices to the device probe code. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> Signed-off-by: Geoff Levand <[EMAIL PROTECTED]> --- v2: - use msleep() instead of schedule_timeout() arch/powerpc/platforms/ps3/device-init.c | 286 +++

[patch 3/6] PS3: Storage device registration routines.

2007-06-15 Thread Geert Uytterhoeven
Add support for storage devices to the device probe code. Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> Signed-off-by: Geoff Levand <[EMAIL PROTECTED]> --- Changes since previous submission: o use msleep() instead of schedule_timeout() arch/powerpc/platforms/ps3/device-init.c | 28