Hi Greg, Here's my second set of fixes. Nothing major, mostly related to recent conversion to configfs on the gadget framework. Let me know if you want me to change anything. The following changes since commit 690c70bab1ebab0782cf9c316b726e2dddebc411: usb: phy: omap-usb3: fix dpll clock index (2013-07-15 13:05:30 +0300) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.11-rc3 for you to fetch changes up to 1894870eb4240399fabc6f0cb8c6fff4e6edbe83: usb: gadget: udc-core: fix the typo of udc state attribute (2013-07-29 14:15:38 +0300) ---------------------------------------------------------------- usb: fixes for v3.11-rc3 Here are some fixes for v3.11-rc3. Mostly related to the recent conversion to configfs done on the gadget drivers, but we also have a fix for MUSB resources on platforms which need 3 resources instead of 2, and a fix for the sysfs_notify() call on udc-core.c which was notifying an unexistent file. ---------------------------------------------------------------- Andrzej Pietrasiewicz (4): usb: gadget: ether: put_usb_function on unbind usb: gadget: free opts struct on error recovery usb: gadget: multi: fix error return code in cdc_do_config() usb: gadget: f_phonet: remove unused preprocessor conditional Kishon Vijay Abraham I (1): usb: musb: fix resource passed from glue layer to musb Rong Wang (1): usb: gadget: udc-core: fix the typo of udc state attribute drivers/usb/gadget/ether.c | 14 ++++++++++---- drivers/usb/gadget/f_ecm.c | 7 +++++-- drivers/usb/gadget/f_eem.c | 7 +++++-- drivers/usb/gadget/f_ncm.c | 7 +++++-- drivers/usb/gadget/f_phonet.c | 9 +++++---- drivers/usb/gadget/f_rndis.c | 7 +++++-- drivers/usb/gadget/f_subset.c | 7 +++++-- drivers/usb/gadget/multi.c | 10 +++------- drivers/usb/gadget/udc-core.c | 2 +- drivers/usb/musb/omap2430.c | 7 ++++++- drivers/usb/musb/tusb6010.c | 7 ++++++- 11 files changed, 56 insertions(+), 28 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html