aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2019-04-03USB: serial: pl2303: fix non-supported xon/xoffJohan Hovold1-5/+20
2019-04-01Merge 5.1-rc3 into usb-nextGreg Kroah-Hartman22-36/+106
2019-03-29Merge tag 'usb-serial-5.1-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman5-8/+20
2019-03-29Merge tag 'fixes-for-v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman4-8/+11
2019-03-28USB: serial: option: add Olicard 600Bjørn Mork1-4/+6
2019-03-28USB: serial: cp210x: add new device idGreg Kroah-Hartman1-0/+1
2019-03-28usb: u132-hcd: fix resource leakMukesh Ojha1-0/+3
2019-03-28usb: cdc-acm: fix race during wakeup blocking TX trafficRomain Izard1-3/+1
2019-03-26usb: mtu3: fix EXTCON dependencyArnd Bergmann1-0/+1
2019-03-26usb: usb251xb: fix to avoid potential NULL pointer dereferenceAditya Pakki1-1/+1
2019-03-26usb: core: Try generic PHY_MODE_USB_HOST if usb_phy_roothub_set_mode failsChen-Yu Tsai1-0/+3
2019-03-26usb: introduce usb_ep_type_string() functionChunfeng Yun4-35/+20
2019-03-26usb: typec: fusb302: Make fusb302_irq_work staticYueHaibing1-1/+1
2019-03-26usb: u132-hcd: fix potential NULL pointer dereferenceKangjie Lu1-0/+2
2019-03-26usb: typec: wcove: Provide fwnode for the portHeikki Krogerus1-13/+16
2019-03-26usb: core: Add PM runtime calls to usb_hcd_platform_shutdownTony Lindgren1-0/+3
2019-03-26usb: sierra: fix a missing check of device_create_fileKangjie Lu1-3/+1
2019-03-26usb: mtu3: add a function to switch mailbox state to stringChunfeng Yun1-2/+18
2019-03-26usb: mtu3: add tracepoints to help debugChunfeng Yun9-1/+347
2019-03-26usb: mtu3: move vbus and mode debugfs interfaces into mtu3_debugfs.cChunfeng Yun4-110/+110
2019-03-26usb: mtu3: add debugfs interface filesChunfeng Yun7-13/+503
2019-03-26usb: mtu3: supports new QMU formatChunfeng Yun6-22/+66
2019-03-26usb: mtu3: rebuild qmu_gpd struct to prepare to support new QMU formatChunfeng Yun2-59/+42
2019-03-26usb: mtu3: fix transfer error of USB3 Gen2 isocChunfeng Yun3-10/+51
2019-03-26usb: mtu3: rebuild the code of getting vbus regulatorChunfeng Yun1-5/+3
2019-03-26usb: mtu3: remove unnecessary local variable @reqChunfeng Yun1-5/+2
2019-03-26usb: mtu3: print useful information also for device and host modesChunfeng Yun1-2/+3
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