summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2016-09-16Merge tag 'usb-serial-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-1/+2
2016-09-16USB: change bInterval default to 10 msAlan Stern-11/+17
2016-09-16usb: musb: Fix tusb6010 compile error on blackfinTony Lindgren-1/+1
2016-09-12USB: serial: simple: add support for another Infineon flashloaderDaniele Palmas-1/+2
2016-09-09Merge tag 'fixes-for-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-7/+25
2016-09-09Merge tag 'usb-ci-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-0/+9
2016-09-09usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phaseClemens Gruber-0/+9
2016-09-08xhci: fix null pointer dereference in stop command timeout functionMathias Nyman-1/+5
2016-09-07usb: dwc3: pci: fix build warning on !PM_SLEEPFelipe Balbi-1/+3
2016-09-06usb: gadget: prevent potenial null pointer dereference on skb->lenColin Ian King-1/+1
2016-09-05usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS conditionYoshihiro Shimoda-2/+9
2016-09-05usb: phy: phy-generic: Check clk_prepare_enable() errorFabio Estevam-2/+6
2016-09-05usb: gadget: udc: renesas-usb3: clear VBOUT bit in DRD_CONYoshihiro Shimoda-0/+2
2016-09-05Revert "usb: dwc3: gadget: always decrement by 1"John Youn-1/+4
2016-08-30usb: musb: Fix locking errors for host only modeTony Lindgren-1/+6
2016-08-30Merge tag 'usb-ci-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-2/+5
2016-08-25Merge tag 'usb-serial-4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-3/+12
2016-08-25Merge tag 'fixes-for-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-20/+57
2016-08-25usb: dwc3: gadget: always decrement by 1Felipe Balbi-4/+1
2016-08-25usb: dwc3: debug: fix ep name on trace outputFelipe Balbi-1/+1
2016-08-25usb: gadget: udc: core: don't starve DMA resourcesFelipe Balbi-1/+1
2016-08-24USB: serial: option: add WeTelecom 0x6802 and 0x6803 productsAleksandr Makarov-0/+4
2016-08-23USB: avoid left shift by -1Alan Stern-5/+11
2016-08-23USB: fix typo in wMaxPacketSize validationAlan Stern-1/+1
2016-08-22usb: gadget: Add the gserial port checking in gs_start_tx()Baolin Wang-1/+6
2016-08-22usb: dwc3: gadget: don't rely on jiffies while holding spinlockNicolas Saenz Julienne-3/+3
2016-08-22usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()Dan Carpenter-5/+2
2016-08-22usb: gadget: function: f_rndis: socket buffer may be NULLPeter Chen-0/+3
2016-08-22usb: gadget: function: f_eem: socket buffer may be NULLPeter Chen-3/+7
2016-08-22usb: renesas_usbhs: gadget: fix return value check in usbhs_mod_gadget_probe()Wei Yongjun-1/+1
2016-08-22usb: dwc2: Add reset control to dwc2Dinh Nguyen-0/+23
2016-08-22usb: dwc3: core: allow device to runtime_suspend several timesFelipe Balbi-0/+1
2016-08-22usb: dwc3: pci: runtime_resume child deviceFelipe Balbi-1/+8
2016-08-20USB: serial: option: add WeTelecom WM-D200Aleksandr Makarov-0/+5
2016-08-19usb: chipidea: udc: don't touch DP when controller is in host modeLi Jun-2/+5
2016-08-16xhci: don't dereference a xhci member after removing xhciMathias Nyman-1/+2
2016-08-16usb: xhci: Fix panic if disconnectJim Lin-0/+3
2016-08-16xhci: really enqueue zero length TRBs.Alban Browaeys-1/+2
2016-08-16xhci: always handle "Command Ring Stopped" eventsMathias Nyman-6/+7
2016-08-15cdc-acm: fix wrong pipe type on rx interrupt xfersGavin Li-4/+2
2016-08-15USB: serial: mos7840: fix non-atomic allocation in write pathAlexey Khoroshilov-2/+2
2016-08-15USB: serial: mos7720: fix non-atomic allocation in write pathAlexey Khoroshilov-1/+1
2016-08-12Merge tag 'usb-serial-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-1/+40
2016-08-11usb: misc: usbtest: add fix for driver hangLu Baolu-3/+4
2016-08-11Merge tag 'fixes-for-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-35/+69
2016-08-11usb: dwc3: gadget: stop processing on HWO setFelipe Balbi-10/+1
2016-08-11usb: dwc3: don't set last bit for ISOC endpointsJanusz Dziedzic-1/+1
2016-08-11usb: gadget: rndis: free response queue during REMOTE_NDIS_RESET_MSGXerox Lin-0/+6
2016-08-11usb: udc: core: fix error handlingPeter Chen-1/+4
2016-08-11usb: gadget: fsl_qe_udc: off by one in setup_received_handle()Dan Carpenter-1/+1