aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-07-23xhci: Make debug message consistent with bus and port numberKai-Heng Feng1-18/+23
2020-07-23usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCsAmelie Delaunay1-1/+3
2020-07-23usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay6-2/+214
2020-07-23usb: tegra: Fix allocation for the FPCI contextJon Hunter1-1/+1
2020-07-22usb: usbfs: stop using compat_alloc_user_spaceChristoph Hellwig1-57/+69
2020-07-21usb: xhci: Fix ASM2142/ASM3142 DMA addressingForest Crossman1-0/+3
2020-07-21usb: xhci-mtk: fix the failure of bandwidth allocationChunfeng Yun1-0/+4
2020-07-21usb: ohci-omap: Convert to use GPIO descriptorsLinus Walleij1-27/+32
2020-07-21usb: ohci-omap: Create private state containerLinus Walleij1-36/+49
2020-07-21usb: appledisplay: remove needless check before usb_free_coherent()Xu Wang1-2/+1
2020-07-21USB: Replace HTTP links with HTTPS onesAlexander A. Klimov4-7/+7
2020-07-21usb: usbtest: reduce stack usage in test_queueBixuan Cui1-1/+9
2020-07-21usb: typec: tcpm: Stay in BIST mode till hardreset or unattachedBadhri Jagan Sridharan1-2/+5
2020-07-21usb: typec: tcpci: Support BIST test data mode for compliance.Badhri Jagan Sridharan2-0/+10
2020-07-21usb: typec: tcpm: Support bist test data mode for complianceBadhri Jagan Sridharan1-0/+11
2020-07-21usb: typec: tcpm: Error handling for tcpm_register_partner_altmodesKyle Tso1-1/+3
2020-07-21usb: typec: Comment correction for typec_partner_register_altmodeKyle Tso1-1/+1
2020-07-21usb: typec: intel_pmc_mux: Avoid connect request on disconnectPrashant Malani1-0/+3
2020-07-21usb: core: fix quirks_param_set() writing to a const pointerKars Mulder1-4/+12
2020-07-21usb: hcd: Try MSI interrupts on PCI devicesAndy Shevchenko1-4/+10
2020-07-21USB: serial: qcserial: add EM7305 QDL product IDErik Ekman1-0/+1
2020-07-21USB: serial: iuu_phoenix: fix led-activity helpersJohan Hovold1-6/+8
2020-07-20Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman14-33/+79
2020-07-20Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman33-104/+168
2020-07-16treewide: Remove uninitialized_var() usageKees Cook2-3/+3
2020-07-16Merge tag 'usb-serial-5.8-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman1-3/+5
2020-07-16USB: serial: iuu_phoenix: fix memory corruptionJohan Hovold1-3/+5
2020-07-15usb: misc: sisusbvga: Move static const tables out to different include fileLee Jones3-631/+689
2020-07-15usb: misc: sisusbvga: sisusb_init: Remove genunine unused static const arraysLee Jones1-31/+0
2020-07-15usb: c67x00: c67x00-hcd: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-3/+3
2020-07-15usb: class: cdc-wdm: Provide description for usb_cdc_wdm_register()'s manage_power argLee Jones1-1/+2
2020-07-15usb: mtu3: mtu3_trace: Supply missing mtu3_debug.h include fileLee Jones1-0/+1
2020-07-15usb: mtu3: mtu3_trace: Function headers are not suitable for kerneldocLee Jones1-1/+1
2020-07-15usb: dwc2: gadget: Avoid pointless read of EP control registerLee Jones1-2/+0
2020-07-15usb: dwc2: gadget: Make use of GINTMSK2Lee Jones1-0/+1
2020-07-15USB: musb: Remove unused inline functionYueHaibing1-1/+0
2020-07-15USB: sisusbvga: Fix a potential UB casued by left shifting a negative valueChangming Liu1-1/+1
2020-07-15USB: Remove pci-dma-compat wrapper APIs.Suraj Upadhyay1-2/+1
2020-07-15usb: gadget: Replace HTTP links with HTTPS onesAlexander A. Klimov6-6/+6
2020-07-15usb: phy: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-07-15usb: dwc3: Replace HTTP links with HTTPS onesAlexander A. Klimov16-16/+16
2020-07-15usb: host: xhci-plat: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-15usb: typec: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-07-15USB: ohci: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-14USB: serial: sierra: clean up special-interface handlingJohan Hovold1-29/+29
2020-07-14USB: serial: cp210x: use in-kernel types in port dataJohan Hovold1-1/+1
2020-07-14USB: serial: cp210x: drop unnecessary packed attributesJohan Hovold1-3/+3
2020-07-14USB: serial: cp210x: add support for TIOCGICOUNTJohan Hovold1-0/+1
2020-07-14USB: serial: cp210x: add support for line-status eventsJohan Hovold1-3/+186
2020-07-14USB: serial: cp210x: disable interface on errors in openJohan Hovold1-1/+10