summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
* | xhci: fix platform quirks overwrite regression in 4.7-rc1Mathias Nyman2016-06-011-1/+1
* | usb: xhci-plat: properly handle probe deferral for devm_clk_get()Thomas Petazzoni2016-06-011-0/+3
* | xhci: Fix handling timeouted commands on hosts in weird states.Mathias Nyman2016-06-011-5/+22
* | xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi2016-06-012-13/+17
* | usb: dwc3: Set the ClearPendIN bit on Clear Stall EP commandJohn Youn2016-06-012-6/+25
* | usb: dwc3: st: Fix USB_DR_MODE_PERIPHERAL configuration.Peter Griffin2016-05-311-2/+8
* | usb: gadget: composite: don't queue OS desc req if length is invalidWilliam Wu2016-05-311-8/+13
* | usb: gadget: f_fs: Fix kernel panic if use_os_string not setJim Lin2016-05-311-8/+10
* | usb: gadget: f_tcm: out of bound access in usbg_drop_tpgHeinrich Schuchardt2016-05-311-9/+11
* | usb: gadget: avoid exposing kernel stackHeinrich Schuchardt2016-05-311-0/+1
* | usb: dwc2: fix regression on big-endian PowerPC/ARM systemsArnd Bergmann2016-05-311-0/+27
* | usb: gadget: f_fs: Fix wrong check on reserved1 of OS_DESC_EXT_COMPATJim Lin2016-05-311-1/+1
* | usb: gadget: storage-common: Fix old comment about qualifier descriptorKrzysztof Opasiak2016-05-311-3/+1
* | usb: gadget: uac2: Drop unused device qualifier descriptorKrzysztof Opasiak2016-05-311-12/+0
* | usb: gadget: printer: Drop unused device qualifier descriptorKrzysztof Opasiak2016-05-311-8/+0
* | usb: dwc2: gadget: Do not halt isochronous endpointsVahram Aharonyan2016-05-311-0/+5
* | usb: dwc2: gadget: Do not halt endpoint if activeVahram Aharonyan2016-05-311-4/+15
* | usb: gadget: fix spinlock dead lock in gadgetfsBin Liu2016-05-311-4/+13
* | usb: f_fs: off by one bug in _ffs_func_bind()Dan Carpenter2016-05-311-6/+4
* | usb: dwc3: exynos: Fix deferred probing storm.Steinar H. Gunderson2016-05-311-8/+11
* | usb: gadget: Fix binding to UDC via configfs interfaceKrzysztof Opasiak2016-05-312-4/+9
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-281-11/+0
|\
| * target: make close_session optionalChristoph Hellwig2016-05-101-5/+0
| * target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-6/+0
* | Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-20142-1834/+5579
|\ \
| * \ Merge tag 'usb-serial-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-05-149-92/+233
| |\ \
| | * | USB: serial: ti_usb_3410_5052: add MOXA UPORT 11x0 supportMathieu OTHACEHE2016-05-112-3/+60
| | * | USB: serial: fix minor-number allocationJohan Hovold2016-05-101-1/+2
| | * | USB: serial: quatech2: fix use-after-free in probe error pathJohan Hovold2016-05-101-0/+1
| | * | USB: serial: mxuport: fix use-after-free in probe error pathJohan Hovold2016-05-101-0/+10
| | * | USB: serial: keyspan: fix debug and error messagesJohan Hovold2016-05-101-17/+25
| | * | USB: serial: keyspan: fix URB unlinkJohan Hovold2016-05-101-16/+10
| | * | USB: serial: keyspan: fix use-after-free in probe error pathJohan Hovold2016-05-101-0/+4
| | * | USB: serial: io_edgeport: fix memory leaks in probe error pathJohan Hovold2016-05-101-7/+10
| | * | USB: serial: io_edgeport: fix memory leaks in attach error pathJohan Hovold2016-05-101-11/+28
| | * | USB: serial: cp210x: clean up CRTSCTS flag codeKonstantin Shkolnyy2016-05-051-22/+10
| | * | USB: serial: cp210x: get rid of magic numbers in CRTSCTS flag codeKonstantin Shkolnyy2016-05-051-25/+84
| | * | USB: serial: cp210x: fix hardware flow-control disableKonstantin Shkolnyy2016-05-051-2/+1
| | * | USB: serial: use IS_ENABLED() instead of checking for FOO || FOO_MODULEJavier Martinez Canillas2016-04-251-1/+1
| | * | USB: serial: ftdi_sio: constify ftdi_sio_quirk structuresJulia Lawall2016-04-251-8/+8
| * | | usb: Remove unnecessary space before operator ','.Sandhya Bankar2016-05-091-5/+5
| * | | usb: Remove unnecessary space before open square bracket.Sandhya Bankar2016-05-091-1/+1
| * | | USB: FHCI: avoid redundant conditionHeinrich Schuchardt2016-05-091-1/+1
| * | | usb: host: xhci-rcar: Avoid long wait in xhci_reset()Yoshihiro Shimoda2016-05-091-1/+2
| * | | usb/host/fotg210: remove dead code in create_sysfs_filesColin Ian King2016-05-091-7/+1
| * | | usb: wusbcore: Do not initialise statics to 0.Sandhya Bankar2016-05-091-1/+1
| * | | usb: wusbcore: Remove space before ',' and '(' .Sandhya Bankar2016-05-091-2/+2
| * | | Merge 4.6-rc7 into usb-nextGreg Kroah-Hartman2016-05-096-19/+11
| |\ \ \ | | | |/ | | |/|
| * | | Merge tag 'usb-serial-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-05-091-7/+148
| |\ \ \
| | * | | USB: serial: option: add even more ZTE device idsLei Liu2016-05-041-0/+54
OpenPOWER on IntegriCloud