aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2019-03-26usb: mtu3: check return value of devm_extcon_register_notifier()Chunfeng Yun2-5/+16
2019-03-22xhci: Don't let USB3 ports stuck in polling state prevent suspendMathias Nyman2-7/+20
2019-03-22usb: xhci: dbc: Don't free all memory with spinlock heldMathias Nyman1-2/+3
2019-03-22xhci: Fix port resume done detection for SS ports with LPM enabledMathias Nyman1-3/+6
2019-03-20USB: serial: mos7720: fix mos_parport refcount imbalance on error pathLin Yi1-2/+2
2019-03-20reset: Add acquired flag to of_reset_control_array_get()Thierry Reding1-1/+2
2019-03-20USB: gadget: f_hid: fix deadlock in f_hidg_write()Radoslav Gerganov1-3/+3
2019-03-20usb: gadget: net2272: Fix net2272_dequeue()Guido Kiener1-0/+1
2019-03-20usb: gadget: net2280: Fix net2280_dequeue()Guido Kiener1-2/+2
2019-03-20usb: gadget: net2280: Fix overrun of OUT messagesGuido Kiener1-3/+1
2019-03-20usb: dwc3: pci: add support for Comet Lake PCH IDFelipe Balbi1-0/+4
2019-03-19usb: usb251xb: Remove unnecessary comparison of unsigned integer with >= 0Gustavo A. R. Silva1-1/+1
2019-03-19usb: typec: fusb302: Add __printf attribute to fusb302_log functionHans de Goede1-1/+1
2019-03-19usb: typec: fusb302: Improve suspend/resume handlingHans de Goede1-64/+48
2019-03-19usb: typec: fusb302: 2 small misc. fixesHans de Goede1-2/+2
2019-03-19usb: typec: fusb302: Fix fusb302_handle_togdone_src Ra handlingHans de Goede1-52/+97
2019-03-19usb: typec: fusb302: Check vconn is off when we start togglingHans de Goede1-0/+2
2019-03-19usb: typec: fusb302: Fold fusb302_set_cc_pull into tcpm_set_ccHans de Goede1-38/+13
2019-03-19usb: typec: fusb302: Refactor / simplify tcpm_set_cc()Hans de Goede1-70/+15
2019-03-19usb: typec: fusb302: Make fusb302_set_cc_polarity also set pull ups / downsHans de Goede1-32/+16
2019-03-19usb: typec: pi3usb30532: Keep orientation when setting mux to safe modeHans de Goede1-1/+2
2019-03-19usb: typec: altmodes/displayport: Fall back to multi-func pinsHans de Goede1-1/+1
2019-03-19usbip: Remove unnecessary null checkSuwan Kim1-7/+1
2019-03-19usb: common: Consider only available nodes for dr_modeFabrizio Castro1-0/+2
2019-03-19usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-capsHans de Goede1-1/+26
2019-03-19usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirkYasushi Asano1-0/+1
2019-03-19usb: typec: Fix unchecked return valueGustavo A. R. Silva1-2/+7
2019-03-19USB: serial: option: set driver_info for SIM5218 and compatiblesMans Rullgard1-1/+2
2019-03-19USB: serial: ftdi_sio: add additional NovaTech productsGeorge McCollister2-1/+5
2019-03-19USB: serial: option: add support for Quectel EM12Kristian Evensen1-0/+4
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-1/+1
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-3/+2
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-20/+4
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2019-03-06Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds149-888/+1364
2019-03-06Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-58/+60
2019-03-01wusb: Remove unnecessary static function ckhdid_printfJoe Perches4-20/+8
2019-03-01usb: core: make default autosuspend delay configurableMans Rullgard2-2/+14
2019-02-27usb: core: Fix typo in description of "authorized_default"Jakub Wilk1-1/+1
2019-02-27usb: chipidea: Refactor USB PHY selection and keep a single PHYPaul Kocialkowski1-17/+32
2019-02-27usb: chipidea: Grab the (legacy) USB PHY by phandle firstPaul Kocialkowski1-1/+8
2019-02-27usb: chipidea: imx: set power polarityPhilipp Puschmann3-2/+10
2019-02-27usb: chipidea: imx: remove unused header filesJun Li1-2/+0
2019-02-26usb: chipidea: tegra: Fix missed ci_hdrc_remove_device()Dmitry Osipenko1-0/+1
2019-02-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-60/+97
2019-02-22usb: core: add option of only authorizing internal devicesDmitry Torokhov2-27/+57
2019-02-21Merge tag 'usb-serial-5.1-rc1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman3-0/+9
2019-02-21Merge tag 'usb-serial-5.1-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman2-19/+112
2019-02-21usb: typec: tps6598x: handle block writes separately with plain-I2C adaptersNikolaus Voss1-6/+20
2019-02-21usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCIBalaji Manoharan1-0/+1