summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.8' into patchworkMauro Carvalho Chehab2016-10-0547-126/+360
|\
| * Merge tag 'usb-serial-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-09-161-1/+2
| |\
| | * USB: serial: simple: add support for another Infineon flashloaderDaniele Palmas2016-09-121-1/+2
| * | USB: change bInterval default to 10 msAlan Stern2016-09-161-11/+17
| * | usb: musb: Fix tusb6010 compile error on blackfinTony Lindgren2016-09-161-1/+1
| |/
| * Merge tag 'fixes-for-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-09-096-7/+25
| |\
| | * usb: dwc3: pci: fix build warning on !PM_SLEEPFelipe Balbi2016-09-071-1/+3
| | * usb: gadget: prevent potenial null pointer dereference on skb->lenColin Ian King2016-09-061-1/+1
| | * usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS conditionYoshihiro Shimoda2016-09-051-2/+9
| | * usb: phy: phy-generic: Check clk_prepare_enable() errorFabio Estevam2016-09-051-2/+6
| | * usb: gadget: udc: renesas-usb3: clear VBOUT bit in DRD_CONYoshihiro Shimoda2016-09-051-0/+2
| | * Revert "usb: dwc3: gadget: always decrement by 1"John Youn2016-09-051-1/+4
| * | Merge tag 'usb-ci-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2016-09-091-0/+9
| |\ \
| | * | usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phaseClemens Gruber2016-09-091-0/+9
| * | | xhci: fix null pointer dereference in stop command timeout functionMathias Nyman2016-09-081-1/+5
| | |/ | |/|
| * | usb: musb: Fix locking errors for host only modeTony Lindgren2016-08-301-1/+6
| * | Merge tag 'usb-ci-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2016-08-301-2/+5
| |\ \ | | |/
| | * usb: chipidea: udc: don't touch DP when controller is in host modeLi Jun2016-08-191-2/+5
| * | Merge tag 'usb-serial-4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-08-253-3/+12
| |\ \
| | * | USB: serial: option: add WeTelecom 0x6802 and 0x6803 productsAleksandr Makarov2016-08-241-0/+4
| | * | USB: serial: option: add WeTelecom WM-D200Aleksandr Makarov2016-08-201-0/+5
| | * | USB: serial: mos7840: fix non-atomic allocation in write pathAlexey Khoroshilov2016-08-151-2/+2
| | * | USB: serial: mos7720: fix non-atomic allocation in write pathAlexey Khoroshilov2016-08-151-1/+1
| * | | Merge tag 'fixes-for-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-08-2512-20/+57
| |\ \ \
| | * | | usb: dwc3: gadget: always decrement by 1Felipe Balbi2016-08-251-4/+1
| | * | | usb: dwc3: debug: fix ep name on trace outputFelipe Balbi2016-08-251-1/+1
| | * | | usb: gadget: udc: core: don't starve DMA resourcesFelipe Balbi2016-08-251-1/+1
| | * | | usb: gadget: Add the gserial port checking in gs_start_tx()Baolin Wang2016-08-221-1/+6
| | * | | usb: dwc3: gadget: don't rely on jiffies while holding spinlockNicolas Saenz Julienne2016-08-221-3/+3
| | * | | usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()Dan Carpenter2016-08-221-5/+2
| | * | | usb: gadget: function: f_rndis: socket buffer may be NULLPeter Chen2016-08-221-0/+3
| | * | | usb: gadget: function: f_eem: socket buffer may be NULLPeter Chen2016-08-221-3/+7
| | * | | usb: renesas_usbhs: gadget: fix return value check in usbhs_mod_gadget_probe()Wei Yongjun2016-08-221-1/+1
| | * | | usb: dwc2: Add reset control to dwc2Dinh Nguyen2016-08-222-0/+23
| | * | | usb: dwc3: core: allow device to runtime_suspend several timesFelipe Balbi2016-08-221-0/+1
| | * | | usb: dwc3: pci: runtime_resume child deviceFelipe Balbi2016-08-221-1/+8
| | | |/ | | |/|
| * | | USB: avoid left shift by -1Alan Stern2016-08-231-5/+11
| * | | USB: fix typo in wMaxPacketSize validationAlan Stern2016-08-231-1/+1
| |/ /
| * | xhci: don't dereference a xhci member after removing xhciMathias Nyman2016-08-161-1/+2
| * | usb: xhci: Fix panic if disconnectJim Lin2016-08-161-0/+3
| * | xhci: really enqueue zero length TRBs.Alban Browaeys2016-08-161-1/+2
| * | xhci: always handle "Command Ring Stopped" eventsMathias Nyman2016-08-161-6/+7
| * | cdc-acm: fix wrong pipe type on rx interrupt xfersGavin Li2016-08-152-4/+2
| * | Merge tag 'usb-serial-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-08-124-1/+40
| |\ \ | | |/
| | * USB: serial: fix memleak in driver-registration error pathAlexey Klimov2016-08-081-1/+3
| | * USB: serial: option: add support for Telit LE920A4Daniele Palmas2016-08-081-0/+21
| | * USB: serial: ftdi_sio: add device ID for WICED USB UART dev boardSheng-Hui J. Chu2016-08-082-0/+7
| | * USB: serial: ftdi_sio: add PIDs for Ivium Technologies devicesRobert Deliƫn2016-08-082-0/+8
| | * USB: serial: option: add D-Link DWM-156/A3Lubomir Rintel2016-08-081-0/+1
| * | usb: misc: usbtest: add fix for driver hangLu Baolu2016-08-111-3/+4