Hi Greg, Here's another set of really obvious fixes for this rc cycle. All patches have been pending for a while.
Please consider merging on top of your usb-linus branch. cheers The following changes since commit 2cf93bea3d7b2dbf1e0ebfa9d381aad1b637e2aa: usb: gadget: f_mass_storage: call try_to_freeze only when its safe (2013-11-25 11:34:09 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.13-rc4 for you to fetch changes up to 851dd02b4f1fdb437586190f87217e3382a736bd: usb: phy-tegra-usb.c: wrong pointer check for remap UTMI (2013-12-06 14:32:15 -0600) ---------------------------------------------------------------- usb: fixes for v3.13-rc4 DWC3 learned that it can't resume a PHY which wasn't initialized and it also learned to not leave PHY powered up in case of an error. twl6030-usb PHY driver got a fix for a signedness bug in twl6030_readb(). Tegra PHY driver got a bug fix where it could return success even though there was an error. Signed-of-by: Felipe Balbi <ba...@ti.com> ---------------------------------------------------------------- Chris Ruehl (1): usb: phy-tegra-usb.c: wrong pointer check for remap UTMI Dan Carpenter (1): usb: phy: twl6030-usb: signedness bug in twl6030_readb() Kishon Vijay Abraham I (2): usb: dwc3: invoke phy_resume after phy_init usb: dwc3: power off usb phy in error path drivers/usb/dwc3/core.c | 8 +++++--- drivers/usb/phy/phy-tegra-usb.c | 2 +- drivers/usb/phy/phy-twl6030-usb.c | 3 ++- 3 files changed, 8 insertions(+), 5 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/