summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2011-12-19usb: gadget: epautoconf: do not change number of streamsFelipe Balbi1-3/+0
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-16ARM: OMAP: USBHOST: Replace usbhs core driver APIs by Runtime pm APIsKeshava Munegowda2-21/+14
2011-12-15Merge branch 'at91/defconfig' into next/cleanupOlof Johansson21-95/+99
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-14usb: dwc3: core: fix cached revision on our structureFelipe Balbi1-1/+1
2011-12-14usb: musb: fix reset issue with full speed deviceAjay Kumar Gupta1-0/+4
2011-12-13ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn1-4/+6
2011-12-13USB: option: Removing one bogus and adding some new Huawei combinationsBjørn Mork1-1/+3
2011-12-13Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman46-587/+1104
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
2011-12-12Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman11-102/+69
2011-12-12Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman34-335/+804
2011-12-12USB: cdc-acm: add IDs for Motorola H24 HSPA USB module.Krzysztof Hałasa1-0/+10
2011-12-12usb: option: Add Huawei E398 controlling interfacesAlex Hermann1-0/+3
2011-12-12usb: musb: omap2430: fix compile warningFelipe Balbi1-3/+0
2011-12-12usb: renesas_usbhs: pop packet when urb dequeuedKuninori Morimoto1-2/+7
2011-12-12usb: renesas_usbhs: add lost error value when enqueueKuninori Morimoto1-1/+3
2011-12-12usb: renesas_usbhs: add hcd->has_tt for low/full speedKuninori Morimoto1-0/+1
2011-12-12usb: renesas_usbhs: typofix: irq_dtch control DTCHEKuninori Morimoto1-1/+1
2011-12-12usb: gadget: storage: release superspeed descriptors.Yu Xu1-0/+1
2011-12-12usb: musb: fix pm_runtime calls while atomicVikram Pandita2-1/+15
2011-12-12usb: musb: drop ARCH dependencyFelipe Balbi1-2/+0
2011-12-12usb: musb: headers cleanupFelipe Balbi5-13/+0
2011-12-12usb: musb: allow building USB_MUSB_TUSB6010 as a moduleArnd Bergmann3-2/+4
2011-12-12usb: musb: use a Kconfig choice to pick the right DMA methodArnd Bergmann2-45/+38
2011-12-12usb: musb: omap2+: save and restore OTG_INTERFSELHema HK2-0/+7
2011-12-12usb: musb: omap2+: fix context api'sVikram Pandita1-0/+2
2011-12-12usb: musb: ux500: optimize DMA callback routinePer Forlin1-36/+3
2011-12-12usb: dwc3: ep0: fix for possible early delayed_statusFelipe Balbi1-3/+6
2011-12-12usb: dwc3: gadget: fix stream enable bitFelipe Balbi2-9/+15
2011-12-12usb: dwc3: ep0: fix GetStatus handling (again)Felipe Balbi1-2/+5
2011-12-12usb: dwc3: ep0: use dwc3_request for ep0 requsts instead of usb_requestSebastian Andrzej Siewior3-18/+19
2011-12-12usb: dwc3: use correct hwparam register for power mgm checkSebastian Andrzej Siewior1-1/+1
2011-12-12usb: dwc3: omap: move to module_platform_driverFelipe Balbi1-11/+1
2011-12-12usb: dwc3: workaround: missing disconnect eventFelipe Balbi3-0/+37
2011-12-12usb: dwc3: workaround: missing USB3 Reset eventFelipe Balbi1-0/+16
2011-12-12usb: dwc3: workaround: U1/U2 -> U0 transitonFelipe Balbi2-2/+76
2011-12-12usb: dwc3: gadget: return early in dwc3_cleanup_done_reqs()Sebastian Andrzej Siewior1-2/+4
2011-12-12usb: dwc3: ep0: handle delayed_status againSebastian Andrzej Siewior2-3/+24