aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-09-09usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phaseGravatar Clemens Gruber 1-0/+9
2016-08-19usb: chipidea: udc: don't touch DP when controller is in host modeGravatar Li Jun 1-2/+5
2016-08-16xhci: don't dereference a xhci member after removing xhciGravatar Mathias Nyman 1-1/+2
2016-08-16usb: xhci: Fix panic if disconnectGravatar Jim Lin 1-0/+3
2016-08-16xhci: really enqueue zero length TRBs.Gravatar Alban Browaeys 1-1/+2
2016-08-16xhci: always handle "Command Ring Stopped" eventsGravatar Mathias Nyman 1-6/+7
2016-08-15cdc-acm: fix wrong pipe type on rx interrupt xfersGravatar Gavin Li 2-4/+2
2016-08-12Merge tag 'usb-serial-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Greg Kroah-Hartman 4-1/+40
2016-08-11usb: misc: usbtest: add fix for driver hangGravatar Lu Baolu 1-3/+4
2016-08-11Merge tag 'fixes-for-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Greg Kroah-Hartman 15-35/+69
2016-08-11usb: dwc3: gadget: stop processing on HWO setGravatar Felipe Balbi 1-10/+1
2016-08-11usb: dwc3: don't set last bit for ISOC endpointsGravatar Janusz Dziedzic 1-1/+1
2016-08-11usb: gadget: rndis: free response queue during REMOTE_NDIS_RESET_MSGGravatar Xerox Lin 1-0/+6
2016-08-11usb: udc: core: fix error handlingGravatar Peter Chen 1-1/+4
2016-08-11usb: gadget: fsl_qe_udc: off by one in setup_received_handle()Gravatar Dan Carpenter 1-1/+1
2016-08-11usb/gadget: fix gadgetfs aio support.Gravatar Mathieu Laurendeau 1-1/+1
2016-08-11usb: gadget: composite: Fix return value in case of errorGravatar Christophe JAILLET 1-2/+2
2016-08-11usb: gadget: uvc: Fix return value in case of errorGravatar Christophe JAILLET 1-1/+1
2016-08-11usb: gadget: fix check in sync read from ep in gadgetfsGravatar Binyamin Sharet 1-1/+1
2016-08-11usb: misc: usbtest: usbtest_do_ioctl may return positive integerGravatar Peter Chen 1-1/+1
2016-08-11usb: dwc3: fix missing platform_set_drvdata() in dwc3_of_simple_probe()Gravatar Wei Yongjun 1-0/+1
2016-08-11usb: phy: omap-otg: Fix missing platform_set_drvdata() in omap_otg_probe()Gravatar Wei Yongjun 1-0/+2
2016-08-11usb: gadget: configfs: add mutex lock before unregister gadgetGravatar Winter Wang 1-0/+2
2016-08-11usb: gadget: u_ether: fix dereference after null check coverify warningGravatar Peter Chen 1-1/+2
2016-08-11usb: gadget: composite: fix dereference after null check coverify warningGravatar Peter Chen 1-0/+2
2016-08-11usb: renesas_usbhs: Use dmac only if the pipe type is bulkGravatar Yoshihiro Shimoda 1-2/+2
2016-08-11usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable()Gravatar Yoshihiro Shimoda 1-2/+5
2016-08-11usb: renesas_usbhs: Fix receiving data corrupt on R-Car Gen3 with dmacGravatar Yoshihiro Shimoda 1-1/+2
2016-08-10usb: dwc3: pci: add Intel Kabylake PCI IDGravatar Heikki Krogerus 1-0/+2
2016-08-10usb: dwc3: gadget: always cleanup all TRBsGravatar Felipe Balbi 1-1/+1
2016-08-10usb: dwc3: gadget: fix for short pkts during chained xfersGravatar Felipe Balbi 1-3/+20
2016-08-10usb: dwc3: gadget: increment request->actual onceGravatar Felipe Balbi 1-8/+11
2016-08-09usb: host: max3421-hcd: fix mask of IO control registerGravatar Jaewon Kim 1-1/+1
2016-08-09USB: remove race condition in usbfs/libusb when using reap-after-disconnectGravatar Alan Stern 1-1/+3
2016-08-09usb: devio, do not warn when allocation failsGravatar Jiri Slaby 1-1/+2
2016-08-09usb: ehci: change order of register cleanup during shutdownGravatar Marc Ohlf 1-2/+2
2016-08-09USB: validate wMaxPacketValue entries in endpoint descriptorsGravatar Alan Stern 1-3/+63
2016-08-09usb: misc: ftdi-elan: Fix off-by-one memory corruptionsGravatar Xiao Han 1-5/+5
2016-08-09usb: misc: usbtest: usbtest_do_ioctl may return positive integerGravatar Peter Chen 1-1/+1
2016-08-09USB: hub: change the locking in hub_activateGravatar Alan Stern 1-3/+3
2016-08-09USB: hub: fix up early-exit pathway in hub_activateGravatar Alan Stern 1-9/+6
2016-08-09usb: hub: Fix unbalanced reference count/memory leak/deadlocksGravatar Viresh Kumar 1-2/+0
2016-08-08USB: serial: fix memleak in driver-registration error pathGravatar Alexey Klimov 1-1/+3
2016-08-08USB: serial: option: add support for Telit LE920A4Gravatar Daniele Palmas 1-0/+21
2016-08-08USB: serial: ftdi_sio: add device ID for WICED USB UART dev boardGravatar Sheng-Hui J. Chu 2-0/+7
2016-08-08USB: serial: ftdi_sio: add PIDs for Ivium Technologies devicesGravatar Robert Deliën 2-0/+8
2016-08-08USB: serial: option: add D-Link DWM-156/A3Gravatar Lubomir Rintel 1-0/+1
2016-08-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 36-117/+118
2016-08-07Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 20-156/+313
2016-08-07block: rename bio bi_rw to bi_opfGravatar Jens Axboe 32-85/+85