aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2019-03-29Merge tag 'usb-serial-5.1-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Greg Kroah-Hartman 5-8/+20
2019-03-29Merge tag 'fixes-for-v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Greg Kroah-Hartman 4-8/+11
2019-03-28USB: serial: option: add Olicard 600Gravatar Bjørn Mork 1-4/+6
2019-03-28USB: serial: cp210x: add new device idGravatar Greg Kroah-Hartman 1-0/+1
2019-03-28usb: u132-hcd: fix resource leakGravatar Mukesh Ojha 1-0/+3
2019-03-28usb: cdc-acm: fix race during wakeup blocking TX trafficGravatar Romain Izard 1-3/+1
2019-03-26usb: mtu3: fix EXTCON dependencyGravatar Arnd Bergmann 1-0/+1
2019-03-26usb: usb251xb: fix to avoid potential NULL pointer dereferenceGravatar Aditya Pakki 1-1/+1
2019-03-26usb: core: Try generic PHY_MODE_USB_HOST if usb_phy_roothub_set_mode failsGravatar Chen-Yu Tsai 1-0/+3
2019-03-22xhci: Don't let USB3 ports stuck in polling state prevent suspendGravatar Mathias Nyman 2-7/+20
2019-03-22usb: xhci: dbc: Don't free all memory with spinlock heldGravatar Mathias Nyman 1-2/+3
2019-03-22xhci: Fix port resume done detection for SS ports with LPM enabledGravatar Mathias Nyman 1-3/+6
2019-03-20USB: serial: mos7720: fix mos_parport refcount imbalance on error pathGravatar Lin Yi 1-2/+2
2019-03-20USB: gadget: f_hid: fix deadlock in f_hidg_write()Gravatar Radoslav Gerganov 1-3/+3
2019-03-20usb: gadget: net2272: Fix net2272_dequeue()Gravatar Guido Kiener 1-0/+1
2019-03-20usb: gadget: net2280: Fix net2280_dequeue()Gravatar Guido Kiener 1-2/+2
2019-03-20usb: gadget: net2280: Fix overrun of OUT messagesGravatar Guido Kiener 1-3/+1
2019-03-20usb: dwc3: pci: add support for Comet Lake PCH IDGravatar Felipe Balbi 1-0/+4
2019-03-19usb: usb251xb: Remove unnecessary comparison of unsigned integer with >= 0Gravatar Gustavo A. R. Silva 1-1/+1
2019-03-19usb: common: Consider only available nodes for dr_modeGravatar Fabrizio Castro 1-0/+2
2019-03-19usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-capsGravatar Hans de Goede 1-1/+26
2019-03-19usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirkGravatar Yasushi Asano 1-0/+1
2019-03-19usb: typec: Fix unchecked return valueGravatar Gustavo A. R. Silva 1-2/+7
2019-03-19USB: serial: option: set driver_info for SIM5218 and compatiblesGravatar Mans Rullgard 1-1/+2
2019-03-19USB: serial: ftdi_sio: add additional NovaTech productsGravatar George McCollister 2-1/+5
2019-03-19USB: serial: option: add support for Quectel EM12Gravatar Kristian Evensen 1-0/+4
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsGravatar Mike Rapoport 1-1/+1
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-3/+2
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-20/+4
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2019-03-06Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 149-891/+1367
2019-03-06Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-58/+60
2019-03-01wusb: Remove unnecessary static function ckhdid_printfGravatar Joe Perches 4-20/+8
2019-03-01usb: core: make default autosuspend delay configurableGravatar Mans Rullgard 2-2/+14
2019-02-27usb: core: Fix typo in description of "authorized_default"Gravatar Jakub Wilk 1-1/+1
2019-02-27usb: chipidea: Refactor USB PHY selection and keep a single PHYGravatar Paul Kocialkowski 1-17/+32
2019-02-27usb: chipidea: Grab the (legacy) USB PHY by phandle firstGravatar Paul Kocialkowski 1-1/+8
2019-02-27usb: chipidea: imx: set power polarityGravatar Philipp Puschmann 3-2/+10
2019-02-27usb: chipidea: imx: remove unused header filesGravatar Jun Li 1-2/+0
2019-02-26usb: chipidea: tegra: Fix missed ci_hdrc_remove_device()Gravatar Dmitry Osipenko 1-0/+1
2019-02-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 1-63/+100
2019-02-22usb: core: add option of only authorizing internal devicesGravatar Dmitry Torokhov 2-27/+57
2019-02-21Merge tag 'usb-serial-5.1-rc1-2' of https://git.kernel.org/pub/scm/linux/kern...Gravatar Greg Kroah-Hartman 3-0/+9
2019-02-21Merge tag 'usb-serial-5.1-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Greg Kroah-Hartman 2-19/+112
2019-02-21usb: typec: tps6598x: handle block writes separately with plain-I2C adaptersGravatar Nikolaus Voss 1-6/+20
2019-02-21usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCIGravatar Balaji Manoharan 1-0/+1
2019-02-21usb: xhci: fix build warning - missing prototypeGravatar Jean-Philippe Menil 1-1/+1
2019-02-20usb: xhci: dbc: Fixing typo error.Gravatar Prabhat Chand Pandey 1-3/+3
2019-02-20usb: xhci: remove unused member 'parent' in xhci_regset structGravatar Chunfeng Yun 1-1/+0
2019-02-20xhci: tegra: Prevent error pointer dereferenceGravatar Thierry Reding 1-2/+2