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 {