From 5716e08b0a7bda84dcc6b06a1770978f2d3cbba4 Mon Sep 17 00:00:00 2001 From: Neil Patel Date: Fri, 11 Oct 2013 14:31:43 -0400 Subject: ARM: tegra: usb: add remote wakeup callback Drivers can take actions based on remote wakeup events to prevent a device or the bus from suspending before the incoming data is handled. Bug 1362837 Bug 1430974 Change-Id: I55cf26663cbf00bd2eccc60f18aa95ab5777e604 Signed-off-by: Neil Patel Reviewed-on: http://git-master/r/289968 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Steve Lin Reviewed-by: Gray Lei Reviewed-on: http://git-master/r/349731 Reviewed-by: Martin Chi Tested-by: Martin Chi Reviewed-on: http://git-master/r/351588 GVS: Gerrit_Virtual_Submit --- include/linux/platform_data/tegra_usb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/linux/platform_data/tegra_usb.h b/include/linux/platform_data/tegra_usb.h index 22cf3783c4a8..b10ce6904c31 100644 --- a/include/linux/platform_data/tegra_usb.h +++ b/include/linux/platform_data/tegra_usb.h @@ -87,6 +87,7 @@ struct tegra_usb_phy_platform_ops { void (*post_suspend)(void); void (*pre_resume)(void); void (*post_resume)(void); + void (*post_remote_wakeup)(void); void (*pre_phy_off)(void); void (*post_phy_off)(void); void (*pre_phy_on)(void); -- cgit v1.2.3