summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'fixes-for-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-08-1115-35/+69
|\ \
| * | usb: dwc3: gadget: stop processing on HWO setFelipe Balbi2016-08-111-10/+1
| * | usb: dwc3: don't set last bit for ISOC endpointsJanusz Dziedzic2016-08-111-1/+1
| * | usb: gadget: rndis: free response queue during REMOTE_NDIS_RESET_MSGXerox Lin2016-08-111-0/+6
| * | usb: udc: core: fix error handlingPeter Chen2016-08-111-1/+4
| * | usb: gadget: fsl_qe_udc: off by one in setup_received_handle()Dan Carpenter2016-08-111-1/+1
| * | usb/gadget: fix gadgetfs aio support.Mathieu Laurendeau2016-08-111-1/+1
| * | usb: gadget: composite: Fix return value in case of errorChristophe JAILLET2016-08-111-2/+2
| * | usb: gadget: uvc: Fix return value in case of errorChristophe JAILLET2016-08-111-1/+1
| * | usb: gadget: fix check in sync read from ep in gadgetfsBinyamin Sharet2016-08-111-1/+1
| * | usb: misc: usbtest: usbtest_do_ioctl may return positive integerPeter Chen2016-08-111-1/+1
| * | usb: dwc3: fix missing platform_set_drvdata() in dwc3_of_simple_probe()Wei Yongjun2016-08-111-0/+1
| * | usb: phy: omap-otg: Fix missing platform_set_drvdata() in omap_otg_probe()Wei Yongjun2016-08-111-0/+2
| * | usb: gadget: configfs: add mutex lock before unregister gadgetWinter Wang2016-08-111-0/+2
| * | usb: gadget: u_ether: fix dereference after null check coverify warningPeter Chen2016-08-111-1/+2
OpenPOWER on IntegriCloud