From 90e1f0b37ef126575a5b27e3529a0256d8a35826 Mon Sep 17 00:00:00 2001 From: Hema HK Date: Thu, 17 Feb 2011 12:06:06 +0530 Subject: [PATCH] --- yaml --- r: 235334 b: refs/heads/master c: d8692748408fbec28dfb065f4127307e24187476 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/i2c/twl.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4b983ba5e5ff..33ee8c8feec0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 31e9992ab09264ed1372ba86a0924899ab08700b +refs/heads/master: d8692748408fbec28dfb065f4127307e24187476 diff --git a/trunk/include/linux/i2c/twl.h b/trunk/include/linux/i2c/twl.h index 61b9609e55f2..a4bd05b7bd22 100644 --- a/trunk/include/linux/i2c/twl.h +++ b/trunk/include/linux/i2c/twl.h @@ -600,6 +600,8 @@ struct twl4030_usb_data { int (*phy_power)(struct device *dev, int iD, int on); /* enable/disable phy clocks */ int (*phy_set_clock)(struct device *dev, int on); + /* suspend/resume of phy */ + int (*phy_suspend)(struct device *dev, int suspend); }; struct twl4030_ins {