summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2014-09-05usb: dwc3: fix TRB completion when multiple TRBs are startedFelipe Balbi1-7/+1
2014-09-04usb: dwc3: omap: fix ordering for runtime pm callsFelipe Balbi1-1/+1
2014-09-04usb: dwc3: core: fix ordering for PHY suspendFelipe Balbi1-4/+5
2014-09-04usb: dwc3: core: fix order of PM runtime callsFelipe Balbi1-3/+3
2014-09-04usb: dwc3: gadget: Fix desc NULL pointer in dwc3_gadget_ep_queue()Zhuang Jin Can1-1/+2
2014-09-03usb: phy: tegra: Avoid use of sizeof(void)Thierry Reding1-2/+2
2014-09-03usb: phy: mxs: add imx6sx supportPeter Chen1-1/+7
2014-09-03usb: gadget: f_fs: fix the redundant ep files problemRobert Baldyga2-11/+57
2014-09-03usb: renesas_usbhs: fix the usb_pkt_pop()Yoshihiro Shimoda1-3/+27
2014-09-03usb: renesas_usbhs: fix the condition of is_done in usbhsf_dma_push_doneYoshihiro Shimoda1-2/+15
2014-09-03usb: renesas_usbhs: protect mod->irq_{bemp,brdy}sts by spin lockYoshihiro Shimoda1-0/+5
2014-09-03usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handleYoshihiro Shimoda3-1/+41
2014-09-03usb: gadget: fusb300_udc.h: Fix typo in include guardRasmus Villemoes1-1/+1
2014-09-03usb: gadget: net2280: Fix invalid handling of Reset irqRicardo Ribalda Delgado1-1/+1
2014-09-03usb: musb: cppi41: fix not transmitting zero length packet issueBin Liu1-2/+15
2014-08-28USB: fix build error with CONFIG_PM_RUNTIME disabledGreg Kroah-Hartman1-0/+2
2014-08-28Revert "usb: ehci/ohci-exynos: Fix PHY getting sequence"Greg Kroah-Hartman2-42/+45
2014-08-28xhci: Disable streams on Via XHCI with device-id 0x3432Hans de Goede1-0/+5
2014-08-28USB: serial: fix potential heap buffer overflowJohan Hovold1-0/+5
2014-08-28USB: serial: fix potential stack buffer overflowJohan Hovold1-10/+22
2014-08-27usb: ehci/ohci-exynos: Fix PHY getting sequenceVivek Gautam2-45/+42
2014-08-27usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1Roger Quadros1-1/+5
2014-08-26USB: sisusb: add device id for Magic Control USB videoStephen Hemminger1-0/+1
2014-08-26usb: dwc2: gadget: Set the default EP max packet value as 8 bytesJingoo Han1-1/+1
2014-08-26usb: ehci: using wIndex + 1 for hub portPeter Chen1-1/+1
2014-08-25USB: storage: add quirk for Newer Technology uSCSI SCSI-USB converterMark1-0/+6
2014-08-25usbip: remove struct usb_device_id tableValentina Manea1-27/+0
2014-08-25usbip: move usbip kernel code out of stagingValentina Manea19-0/+5668
2014-08-24Merge tag 'fixes-for-v3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman18-27/+51
2014-08-24USB: whiteheat: Added bounds checking for bulk command responseJames Forshaw1-1/+6
2014-08-23Merge tag 'usb-serial-3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman6-23/+40
2014-08-20usb: gadget: remove $(PWD) in ccflags-yPhilippe Reynes3-6/+6
2014-08-20usb: pch_udc: usb gadget device support for Intel Quark X1000Bryan O'Donoghue2-4/+21
2014-08-19usb: gadget: uvc: fix possible lockup in uvc gadgetMichael Grzeschik1-0/+3
2014-08-19usb: wusbcore: fix below build warningPeter Chen1-2/+1
2014-08-19usb: core: fix below build warningPeter Chen1-2/+2
2014-08-19usb: dwc2: gadget: fix below build warningPeter Chen1-1/+1
2014-08-19xhci: rework cycle bit checking for new dequeue pointersMathias Nyman2-62/+42
2014-08-19usb: xhci: amd chipset also needs short TX quirkHuang Rui1-0/+4
2014-08-19xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede1-1/+2
2014-08-19usbcore: Fix wrong device in an error message in hub_port_connect()Takashi Iwai1-3/+1
2014-08-19Revert "usb: gadget: u_ether: synchronize with transmit when stopping queue"Li RongQing1-3/+0
2014-08-19usb: phy: msm: Fix return value check in msm_otg_probe()Wei Yongjun1-2/+2
2014-08-19usb: gadget: Fix return value check in r8a66597_probe()Wei Yongjun1-2/+2
2014-08-19usb: gadget: Fix return value check in ep_write()Wei Yongjun1-1/+1
2014-08-19usb: dwc3: omap: signedness bug in dwc3_omap_set_utmi_mode()Dan Carpenter1-1/+1
2014-08-19usb: musb: ux500: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-08-19usb: atmel_usba_udc: fix it to deal with final dma channelBo Shen1-1/+1
2014-08-19usb: gadget: fix error return codeJulia Lawall1-2/+6
2014-08-19usb: phy: samsung: Fix wrong bit mask for PHYPARAM1_PCS_TXDEEMPHJingoo Han1-1/+1