Hi Greg, Here's my first set of fixes for this -rc cycle. Let me know if you want any changes to this pull request. I'm basing it off of Linus' current master as there are no tags yet. If you want to wait until -rc1 is tagged, I can easily rebase. cheers The following changes since commit 6be35c700f742e911ecedd07fcc43d4439922334: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next (2012-12-12 18:07:07 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.8-rc2 for you to fetch changes up to 2ac788f705e5118dd45204e7a5bc8d5bb6873835: usb: musb: core: print new line in the driver banner again (2012-12-13 12:05:07 +0200) ---------------------------------------------------------------- usb: fixes for v3.8-rc2 Here is the first set of fixes for v3.8-rc cycle. There is a build fix for musb's dsps glue layer caused by some header cleanup on the OMAP tree. Marvel's USB drivers got a fix up for clk API usage switching over to clk_prepare() calls. u_serial has a bug fix for a missing wake_up() which would make gs_cleanup() wait forever for gs_close() to finish. A minor bug fix on dwc3's debugfs interface which would make us read wrong addresses when dumping all registers. dummy_hcd learned how to enumerate g_multi. s3c-hsotg now understands that we shouldn't kfree() memory allocated with devm_*. Other than that, there are a bunch of other minor fixes on renesas_usbhs, tcm_usb_gadget and amd5536udc. All patches have been pending on mailing for many weeks and shouldn't cause any problems. ---------------------------------------------------------------- Afzal Mohammed (1): usb: musb: dsps: header movement build error fix Anatolij Gustschin (1): USB: fix fsl_otg config dependency Chao Xie (3): usb: gadget: mv_udc: fix the clk APIs usb: host: ehci-mv: fix clk APIs usb: otg: mv_otg: fix the clk APIs Haipeng YU (1): usb: gadget: u_serial: fix switch off blocked Jack Pham (1): usb: dwc3: debugfs: fix regdump offset Kuninori Morimoto (3): usb: renesas_usbhs: gadget: remove usbhsg_uep_init() usb: renesas_usbhs: gadget: usbhsg_ep_disable() care pipe settings usb: renesas_usbhs: mod_host: fixup usbhsh_ureq_free() timing Sebastian Andrzej Siewior (1): usb: gadget: dummy: fix enumeration with g_multi Sergei Shtylyov (1): usb: musb: core: print new line in the driver banner again Tushar Behera (1): usb: gadget: s3c-hsotg: Fix invalid free of devm_ allocated data Wei Yongjun (1): usb: gadget: tcm_usb_gadge: fix to return error or 0 in tcm_usbg_drop_nexus() Xi Wang (1): usb: gadget: amd5536udc: avoid NULL pointer dereference in udc_pci_probe() drivers/usb/dwc3/debugfs.c | 2 +- drivers/usb/gadget/amd5536udc.c | 4 ++-- drivers/usb/gadget/dummy_hcd.c | 9 +++++---- drivers/usb/gadget/mv_udc_core.c | 4 ++-- drivers/usb/gadget/s3c-hsotg.c | 5 ++--- drivers/usb/gadget/tcm_usb_gadget.c | 3 ++- drivers/usb/gadget/u_serial.c | 2 +- drivers/usb/host/ehci-mv.c | 4 ++-- drivers/usb/musb/musb_core.c | 5 +---- drivers/usb/musb/musb_dsps.c | 5 +++++ drivers/usb/otg/Kconfig | 2 +- drivers/usb/otg/mv_otg.c | 4 ++-- drivers/usb/renesas_usbhs/mod_gadget.c | 22 +++++++++------------- drivers/usb/renesas_usbhs/mod_host.c | 3 ++- 14 files changed, 37 insertions(+), 37 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