summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
* | USB: gadgetfs: Fix crash caused by inadequate synchronizationAlan Stern2017-09-221-5/+36
* | USB: gadgetfs: fix copy_to_user while holding spinlockAlan Stern2017-09-221-1/+4
* | USB: uas: fix bug in handling of alternate settingsAlan Stern2017-09-222-12/+13
* | usb-storage: unusual_devs entry to fix write-access regression for Seagate ex...Alan Stern2017-09-221-0/+7
* | usb-storage: fix bogus hardware error messages for ATA pass-thru devicesAlan Stern2017-09-221-1/+13
* | USB: core: harden cdc_parse_cdc_headerGreg Kroah-Hartman2017-09-211-0/+4
* | Merge tag 'fixes-for-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-09-215-8/+19
|\ \
| * | usb: gadget: dummy: fix nonsensical comparisonsArnd Bergmann2017-09-201-5/+4
| * | usb: gadget: udc: fix snps_udc_plat.c build errorsRandy Dunlap2017-09-201-0/+1
| * | usb: gadget: function: printer: avoid spinlock recursionYoshihiro Shimoda2017-09-201-1/+6
| * | usb: gadget: core: fix ->udc_set_speed() logicRoger Quadros2017-09-201-2/+1
| * | usb: dwc3: ep0: fix DMA starvation by assigning req->trb on ep0Felipe Balbi2017-09-181-0/+7
| |/
* | USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman2017-09-191-3/+11
* | Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng2017-09-183-16/+1
* | xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptorMathias Nyman2017-09-181-1/+10
* | xhci: Fix sleeping with spin_lock_irq() held in ASmedia 1042A workaroundMathias Nyman2017-09-181-1/+1
* | usb: host: xhci-plat: allow sysdev to inherit from ACPIAdam Wallis2017-09-181-6/+10
* | xhci: fix wrong endpoint ESIT value shown in tracingMathias Nyman2017-09-181-2/+4
* | usb: pci-quirks.c: Corrected timeout values used in handshakeJim Dickerson2017-09-181-4/+4
* | xhci: fix finding correct bus_state structure for USB 3.1 hostsMathias Nyman2017-09-181-1/+1
* | usb: xhci: Free the right ring in xhci_add_endpoint()Lu Baolu2017-09-181-1/+2
* | usb: Increase quirk delay for USB devicesDmitry Fleytman2017-09-182-2/+2
|/
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-15/+6
|\
| * gadget/f_mass_storage: stop messing with the address limitChristoph Hellwig2017-09-041-15/+6
* | Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-122-10/+6
|\ \
| * | dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig2017-09-012-10/+6
| |/
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-071-2/+2
|\ \
| * | scsi: uas: move eh_bus_reset_handler to eh_device_reset_handlerHannes Reinecke2017-08-251-2/+2
* | | Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2017-09-073-3/+3
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'ib-mfd-arm-i2c-4.14', 'ib-mfd-arm-usb-video-4.14', 'ib-mfd-hw...Lee Jones2017-09-0537-98/+324
| |\ \ \ \ \ | | | | |_|/ | | | |/| |
| | | | * | mfd: twl: Move header file out of I2C realmWolfram Sang2017-09-041-1/+1
| | | |/ /
| | * | | mfd: tps65010: Move header file out of I2C realmWolfram Sang2017-08-152-2/+2
| |/ / /
* | | | Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-051-3/+3
|\ \ \ \
| * \ \ \ Merge tag 'extcon-next-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2017-08-281-3/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | usb: gadget: udc: Replace the deprecated extcon APIChanwoo Choi2017-08-161-3/+3
| | |/ /
* | | | Merge tag 'usb-serial-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-09-011-6/+4
|\ \ \ \
| * | | | USB: serial: option: simplify 3 D-Link device entriesBjørn Mork2017-08-301-6/+3
| * | | | USB: serial: option: add support for D-Link DWM-157 C1Maciej S. Szmigiero2017-08-301-0/+1
| |/ / /
* | | | usbip: vhci-hcd: make vhci_hc_driver constBhumika Goyal2017-08-311-1/+1
* | | | usb: imx21-hcd: make imx21_hc_driver constBhumika Goyal2017-08-311-1/+1
* | | | usb: host: make ehci_fsl_overrides const and __initconstBhumika Goyal2017-08-311-1/+1
* | | | usb: xhci-mtk: add generic compatible stringChunfeng Yun2017-08-311-0/+1
* | | | usbip: auto retry for concurrent attachNobuo Iwata2017-08-311-1/+5
* | | | usb: core: usbport: fix "BUG: key not in .data" when lockdep is enabledChristian Lamparter2017-08-291-0/+1
* | | | usb: chipidea: usb2: check memory allocation failureChristophe JAILLET2017-08-281-0/+2
* | | | usb: Add device quirk for Logitech HD Pro Webcam C920-CDmitry Fleytman2017-08-281-1/+2
* | | | usb: misc: lvstest: add entry to place port in compliance modeJack Pham2017-08-281-0/+41
* | | | usb: xhci: Support enabling of compliance mode for xhci 1.1Jack Pham2017-08-281-0/+33
* | | | usb:xhci:Fix regression when ATI chipsets detectedSandeep Singh2017-08-281-17/+18
* | | | usb: quirks: add delay init quirk for Corsair Strafe RGB keyboardKai-Heng Feng2017-08-281-0/+3
OpenPOWER on IntegriCloud