2.6.35-longterm review patch. If anyone has any objections, please let me know.
------------------ From: Ajay Kumar Gupta <[email protected]> [ upstream commit 3c5fec75e121b21a2eb35e5a6b44291509abba6f ] Restoring the missing INDEX register value in musb_restore_context(). Without this suspend resume functionality is broken with offmode enabled. Cc: [email protected] Acked-by: Anand Gadiyar <[email protected]> Signed-off-by: Ajay Kumar Gupta <[email protected]> Signed-off-by: Felipe Balbi <[email protected]> Signed-off-by: Andi Kleen <[email protected]> Index: linux-2.6.35.y/drivers/usb/musb/musb_core.c =================================================================== --- linux-2.6.35.y.orig/drivers/usb/musb/musb_core.c +++ linux-2.6.35.y/drivers/usb/musb/musb_core.c @@ -1697,6 +1697,7 @@ void musb_dma_completion(struct musb *mu } } } + musb_writeb(musb_base, MUSB_INDEX, musb->context.index); } #else _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
