summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-22xhci: Remove scary warnings about transfer issues.Sarah Sharp1-4/+3
2011-12-22Trivial: xhci: Fix copy-paste error.Sarah Sharp1-1/+1
2011-12-22usbfs: Fix oops related to user namespace conversion.Sarah Sharp1-1/+2
2011-12-22Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman22-280/+1911
2011-12-22Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman1-0/+3
2011-12-22Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman4-34/+21
2011-12-22Merge branch 'for-next/xceiv' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-10/+10
2011-12-21usb: dwc3: gadget: add support for SG listsFelipe Balbi1-17/+98
2011-12-21usb: dwc3: gadget: don't force 'LST' alwaysFelipe Balbi1-10/+4
2011-12-21usb: dwc3: gadget: don't return anything on prepare trbsFelipe Balbi1-13/+9
2011-12-21usb: dwc3: gadget: re-factor dwc3_prepare_trbs()Felipe Balbi1-68/+78
2011-12-21usb: gadget: introduce support for sg listsFelipe Balbi1-0/+10
2011-12-21usb: renesas: pipe: convert a long if into a XOR operationFelipe Balbi1-2/+1
2011-12-21usb: gadget: remove useless depends on KconfigFelipe Contreras1-4/+0
2011-12-21usb: gadget: s3c-hsudc: remove the_controller globalHeiko Stübner1-5/+3
2011-12-21usb: gadget: s3c-hsudc: use release_mem_region instead of release_resourceHeiko Stübner1-3/+1
2011-12-21usb: gadget: s3c-hsudc: Add regulator handlingHeiko Stübner1-4/+37
2011-12-21usb: gadget: s3c-hsudc: use udc_start and udc_stop functionsHeiko Stübner1-30/+14
2011-12-21usb: gadget: s3c-hsudc: move device registration to probeHeiko Stübner1-9/+8
2011-12-21usb: gadget: s3c-hsudc: add missing otg_put_transceiver in probeHeiko Stübner1-0/+3
2011-12-21usb: gadget: s3c-hsudc: add __devinit to probe functionHeiko Stübner1-1/+1
2011-12-21usb: gadget: s3c-hsudc: move platform_data struct to global headerHeiko Stübner5-15/+38
2011-12-21usb: musb: remove extern qualifier from musb_debug.h headerVladimir Zapolskiy1-2/+2
2011-12-20usb: dwc3: gadget: move us to Default State after resetFelipe Balbi1-0/+3
2011-12-20usb: otg: trivial cleanupsFelipe Contreras1-10/+10
2011-12-20usb: musb: cleanup kconfigFelipe Contreras1-6/+4
2011-12-20usb: musb: trivial Kconfig cleanupsFelipe Contreras1-1/+1
2011-12-20musb: omap2430: avoid pm_runtime_disable()Felipe Contreras1-2/+0
2011-12-20usb: musb: remove a bit of indentationFelipe Contreras1-14/+13
2011-12-20usb: musb: trivial cleanupFelipe Contreras1-7/+1
2011-12-20usb: musb: fix pm_runtime mismatchFelipe Contreras1-2/+0
2011-12-20USB: EHCI: Add Marvell Host Controller driverNeil Zhang4-0/+406
2011-12-20USB: OTG: add Marvell usb OTG driver supportNeil Zhang5-0/+1140
2011-12-20usb: gadget: mv_udc: drop ARCH dependencyNeil Zhang5-18/+25
2011-12-20usb: gadget: mv_udc: fix bug in ep_dequeueNeil Zhang1-5/+24
2011-12-19usb: gadget: enlarge maxburst bit width.Yu Xu1-1/+1
2011-12-19usb: gadget: mv_udc: rewrite queue_dtd according to specNeil Zhang1-101/+38
2011-12-19usb: gadget: mv_udc: fix readl errorNeil Zhang1-1/+1
2011-12-15usb: renesas_usbhs: silence a gcc warningDan Carpenter1-1/+1
2011-12-15usb: renesas_usbhs: tidyup for smatch warningsKuninori Morimoto1-2/+1
2011-12-13Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman49-595/+1134
2011-12-13usb: renesas_usbhs: show error reason on usbhsh_urb_enqueu()Kuninori Morimoto1-3/+11
2011-12-13usb: renesas_usbhs: add force packet remove methodKuninori Morimoto1-0/+36
2011-12-13usb: renesas_usbhs: care usb_hcd_giveback_urb() statusKuninori Morimoto1-1/+5
2011-12-13usb: renesas_usbhs: add usbhsh_is_running()Kuninori Morimoto1-0/+32
2011-12-13usb: renesas_usbhs: disable attch irq after device attachedKuninori Morimoto1-0/+14
2011-12-13usb: renesas_usbhs: care pipe sequenceKuninori Morimoto5-20/+86
2011-12-13usb: renesas_usbhs: add usbhs_pipe_attach() methodKuninori Morimoto1-124/+168
2011-12-13usb: renesas_usbhs: add usbhsh_endpoint_detach_all() for error caseKuninori Morimoto1-139/+163
2011-12-13usb: renesas_usbhs: modify device attach methodKuninori Morimoto1-28/+69