aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-09Merge tag 'fixes-for-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman6-7/+25
2016-09-09Merge tag 'usb-ci-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linusGreg Kroah-Hartman1-0/+9
2016-09-09usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phaseClemens Gruber1-0/+9
2016-09-08xhci: fix null pointer dereference in stop command timeout functionMathias Nyman1-1/+5
2016-09-07usb: dwc3: pci: fix build warning on !PM_SLEEPFelipe Balbi1-1/+3
2016-09-06usb: gadget: prevent potenial null pointer dereference on skb->lenColin Ian King1-1/+1
2016-09-05usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS conditionYoshihiro Shimoda1-2/+9
2016-09-05usb: phy: phy-generic: Check clk_prepare_enable() errorFabio Estevam1-2/+6
2016-09-05usb: gadget: udc: renesas-usb3: clear VBOUT bit in DRD_CONYoshihiro Shimoda1-0/+2
2016-09-05Revert "usb: dwc3: gadget: always decrement by 1"John Youn1-1/+4
2016-08-30usb: musb: Fix locking errors for host only modeTony Lindgren1-1/+6
2016-08-30Merge tag 'usb-ci-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linusGreg Kroah-Hartman1-2/+5
2016-08-25Merge tag 'usb-serial-4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman3-3/+12
2016-08-25Merge tag 'fixes-for-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman12-20/+57
2016-08-25usb: dwc3: gadget: always decrement by 1Felipe Balbi1-4/+1
2016-08-25usb: dwc3: debug: fix ep name on trace outputFelipe Balbi1-1/+1
2016-08-25usb: gadget: udc: core: don't starve DMA resourcesFelipe Balbi1-1/+1
2016-08-24USB: serial: option: add WeTelecom 0x6802 and 0x6803 productsAleksandr Makarov1-0/+4
2016-08-23USB: avoid left shift by -1Alan Stern1-5/+11
2016-08-23USB: fix typo in wMaxPacketSize validationAlan Stern1-1/+1
2016-08-22usb: gadget: Add the gserial port checking in gs_start_tx()Baolin Wang1-1/+6
2016-08-22usb: dwc3: gadget: don't rely on jiffies while holding spinlockNicolas Saenz Julienne1-3/+3
2016-08-22usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()Dan Carpenter1-5/+2
2016-08-22usb: gadget: function: f_rndis: socket buffer may be NULLPeter Chen1-0/+3
2016-08-22usb: gadget: function: f_eem: socket buffer may be NULLPeter Chen1-3/+7
2016-08-22usb: renesas_usbhs: gadget: fix return value check in usbhs_mod_gadget_probe()Wei Yongjun1-1/+1
2016-08-22usb: dwc2: Add reset control to dwc2Dinh Nguyen2-0/+23
2016-08-22usb: dwc3: core: allow device to runtime_suspend several timesFelipe Balbi1-0/+1
2016-08-22usb: dwc3: pci: runtime_resume child deviceFelipe Balbi1-1/+8
2016-08-20USB: serial: option: add WeTelecom WM-D200Aleksandr Makarov1-0/+5
2016-08-19usb: chipidea: udc: don't touch DP when controller is in host modeLi Jun1-2/+5
2016-08-16xhci: don't dereference a xhci member after removing xhciMathias Nyman1-1/+2
2016-08-16usb: xhci: Fix panic if disconnectJim Lin1-0/+3
2016-08-16xhci: really enqueue zero length TRBs.Alban Browaeys1-1/+2
2016-08-16xhci: always handle "Command Ring Stopped" eventsMathias Nyman1-6/+7
2016-08-15cdc-acm: fix wrong pipe type on rx interrupt xfersGavin Li2-4/+2
2016-08-15USB: serial: mos7840: fix non-atomic allocation in write pathAlexey Khoroshilov1-2/+2
2016-08-15USB: serial: mos7720: fix non-atomic allocation in write pathAlexey Khoroshilov1-1/+1
2016-08-12Merge tag 'usb-serial-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman4-1/+40
2016-08-11usb: misc: usbtest: add fix for driver hangLu Baolu1-3/+4
2016-08-11Merge tag 'fixes-for-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman15-35/+69
2016-08-11usb: dwc3: gadget: stop processing on HWO setFelipe Balbi1-10/+1
2016-08-11usb: dwc3: don't set last bit for ISOC endpointsJanusz Dziedzic1-1/+1
2016-08-11usb: gadget: rndis: free response queue during REMOTE_NDIS_RESET_MSGXerox Lin1-0/+6
2016-08-11usb: udc: core: fix error handlingPeter Chen1-1/+4
2016-08-11usb: gadget: fsl_qe_udc: off by one in setup_received_handle()Dan Carpenter1-1/+1
2016-08-11usb/gadget: fix gadgetfs aio support.Mathieu Laurendeau1-1/+1
2016-08-11usb: gadget: composite: Fix return value in case of errorChristophe JAILLET1-2/+2
2016-08-11usb: gadget: uvc: Fix return value in case of errorChristophe JAILLET1-1/+1
2016-08-11usb: gadget: fix check in sync read from ep in gadgetfsBinyamin Sharet1-1/+1