Hi Greg,
Here's my second set of fixes for this -rc cycle. Since my previous pull
request didn't reach v3.9-rc2, this one is based out of the previous.
Surprised to see that git gracefully found a common commit by just running:
$ git request-pull greg/usb-linus usb fixes-for-v3.9-rc3
(usb is my remote to kernel.org)
Anyway, let me know if you have any issues. I have merged this tag on top of
your greg/usb-linus branch just to make sure there'd be no conflicts and it
merges just fine.
cheers
The following changes since commit 29240e2392786c39007df2f4162f3dc4680f3dec:
usb: gadget: u_uac1: NULL dereference on error path (2013-03-04 13:16:45
+0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
tags/fixes-for-v3.9-rc3
for you to fetch changes up to 66e4afc77f76653460d7eb31ec793506ada1ad33:
usb: gadget: pxa25x: fix disconnect reporting (2013-03-11 12:40:31 +0200)
----------------------------------------------------------------
usb: fixes for v3.9-rc3
Most fixes are on 'musb' driver. There's a sparse warning
fix which marks omap2430_glue as static, a build warning
fix which was found with randconfig, a fix for omap_musb_mailbox
check and removal of 'select' from musb's Kconfig to prevent
Kconfig warnings.
Other than that, pxa25x got a fix which was introduced by the
latest conversion to udc_start/udc_stop patchset, kernel-doc
warnings for composite layer and dwc3 got a build fix on
sparc64.
----------------------------------------------------------------
Aaro Koskinen (2):
usb: musb: omap2430: fix omap_musb_mailbox glue check again
usb: musb: omap2430: fix sparse warning
Andrew Morton (1):
usb: dwc3: ep0: fix sparc64 build
Felipe Balbi (3):
usb: musb: remove all 'select' from Kconfig
usb: musb: fix compile warning
usb: gadget: pxa25x: fix disconnect reporting
Nishanth Menon (1):
usb: gadget: composite: fix kernel-doc warnings
drivers/usb/dwc3/ep0.c | 7 ++++---
drivers/usb/gadget/composite.c | 5 +----
drivers/usb/gadget/pxa25x_udc.c | 4 ++++
drivers/usb/musb/Kconfig | 5 -----
drivers/usb/musb/musb_core.c | 2 --
drivers/usb/musb/omap2430.c | 12 ++++++++----
include/linux/usb/composite.h | 3 ++-
7 files changed, 19 insertions(+), 19 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html