From: Hema HK Date: Mon, 28 Feb 2011 08:49:33 +0000 (+0530) Subject: usb: musb: Remove platform context save/restore API X-Git-Tag: v2.6.39-rc1~472^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da68ccec210c45eb99e461ad31b499b4e7043c41;p=pandora-kernel.git usb: musb: Remove platform context save/restore API For OMAP3 and OMAP4 for offmode and retention support, musb sysconfig is configured to force idle and standby with ENABLE_FORCE bit of OTG_FORCESTNDBY set. And on wakeup configure to no ilde/standby with resetting the ENABLE_FORCE bit. There is not need to save and restore of this register anymore so removed omap2430_save_context/omap2430_restore_context functions. and also removed otg_forcestandby member of musb_context_registers structure Signed-off-by: Hema HK Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed