summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-serial-5.1-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-03-295-8/+20
|\
| * USB: serial: option: add Olicard 600Bjørn Mork2019-03-281-4/+6
| * USB: serial: cp210x: add new device idGreg Kroah-Hartman2019-03-281-0/+1
| * USB: serial: mos7720: fix mos_parport refcount imbalance on error pathLin Yi2019-03-201-2/+2
| * USB: serial: option: set driver_info for SIM5218 and compatiblesMans Rullgard2019-03-191-1/+2
| * USB: serial: ftdi_sio: add additional NovaTech productsGeorge McCollister2019-03-192-1/+5
| * USB: serial: option: add support for Quectel EM12Kristian Evensen2019-03-191-0/+4
* | Merge tag 'fixes-for-v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-03-294-8/+11
|\ \
| * | USB: gadget: f_hid: fix deadlock in f_hidg_write()Radoslav Gerganov2019-03-201-3/+3
| * | usb: gadget: net2272: Fix net2272_dequeue()Guido Kiener2019-03-201-0/+1
| * | usb: gadget: net2280: Fix net2280_dequeue()Guido Kiener2019-03-201-2/+2
| * | usb: gadget: net2280: Fix overrun of OUT messagesGuido Kiener2019-03-201-3/+1Star
| * | usb: dwc3: pci: add support for Comet Lake PCH IDFelipe Balbi2019-03-201-0/+4
| |/
* | usb: u132-hcd: fix resource leakMukesh Ojha2019-03-271-0/+3
* | usb: cdc-acm: fix race during wakeup blocking TX trafficRomain Izard2019-03-271-3/+1Star
* | usb: mtu3: fix EXTCON dependencyArnd Bergmann2019-03-261-0/+1
* | usb: usb251xb: fix to avoid potential NULL pointer dereferenceAditya Pakki2019-03-261-1/+1
* | usb: core: Try generic PHY_MODE_USB_HOST if usb_phy_roothub_set_mode failsChen-Yu Tsai2019-03-261-0/+3
* | xhci: Don't let USB3 ports stuck in polling state prevent suspendMathias Nyman2019-03-222-7/+20
* | usb: xhci: dbc: Don't free all memory with spinlock heldMathias Nyman2019-03-221-2/+3
* | xhci: Fix port resume done detection for SS ports with LPM enabledMathias Nyman2019-03-221-3/+6
* | usb: usb251xb: Remove unnecessary comparison of unsigned integer with >= 0Gustavo A. R. Silva2019-03-191-1/+1
* | usb: common: Consider only available nodes for dr_modeFabrizio Castro2019-03-191-0/+2
* | usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-capsHans de Goede2019-03-191-1/+26
* | usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirkYasushi Asano2019-03-191-0/+1
* | usb: typec: Fix unchecked return valueGustavo A. R. Silva2019-03-191-2/+7
|/
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-1/+1
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-102-3/+2Star
|\
| * dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig2019-02-202-3/+2Star
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-102-20/+4Star
|\ \
| * | scsi: uas: Use scsi_[gs]et_resid() where appropriateBart Van Assche2019-02-121-2/+2
| * | scsi: remove bidirectional command supportChristoph Hellwig2019-02-061-9/+2Star
| * | scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-051-9/+0Star
* | | Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-091-1/+0Star
|\ \ \
| * | | PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2019-02-021-1/+0Star
| |/ /
* | | Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-03-07149-891/+1367
|\ \ \
| * | | wusb: Remove unnecessary static function ckhdid_printfJoe Perches2019-03-014-20/+8Star
| * | | usb: core: make default autosuspend delay configurableMans Rullgard2019-03-012-2/+14
| * | | usb: core: Fix typo in description of "authorized_default"Jakub Wilk2019-02-271-1/+1
| * | | usb: chipidea: Refactor USB PHY selection and keep a single PHYPaul Kocialkowski2019-02-271-17/+32
| * | | usb: chipidea: Grab the (legacy) USB PHY by phandle firstPaul Kocialkowski2019-02-271-1/+8
| * | | usb: chipidea: imx: set power polarityPhilipp Puschmann2019-02-273-2/+10
| * | | usb: chipidea: imx: remove unused header filesJun Li2019-02-271-2/+0Star
| * | | usb: chipidea: tegra: Fix missed ci_hdrc_remove_device()Dmitry Osipenko2019-02-261-0/+1
| * | | usb: core: add option of only authorizing internal devicesDmitry Torokhov2019-02-222-27/+57
| * | | Merge tag 'usb-serial-5.1-rc1-2' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2019-02-213-0/+9
| |\ \ \
| | * | | USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485Mans Rullgard2019-02-152-0/+8
| | * | | USB: serial: cp210x: add ID for Ingenico 3070Ivan Mironov2019-02-071-0/+1
| | | |/ | | |/|
| * | | Merge tag 'usb-serial-5.1-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-02-212-19/+112
| |\ \ \
| | * | | USB: serial: option: add Telit ME910 ECM compositionDaniele Palmas2019-02-201-0/+2