aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-09-14usb: ohci: Make distrust_firmware param default to falseHamish Martin1-1/+1
2020-09-14usb: ohci: Default to per-port over-current protectionHamish Martin1-6/+10
2020-09-14usb: host: ehci-platform: Add workaround for brcm, xgs-iproc-ehciChris Packham1-0/+8
2020-09-14Merge 5.9-rc5 into usb-nextGreg Kroah-Hartman8-78/+75
2020-09-14Merge 5.9-rc5 into driver-core-nextGreg Kroah-Hartman55-281/+492
2020-09-13Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/socOlof Johansson4-74/+162
2020-09-08Merge tag 'usb-serial-5.9-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman3-8/+16
2020-09-07usb: typec: intel_pmc_mux: Support for device role (UFP)Heikki Krogerus1-33/+35
2020-09-07usb: typec: intel_pmc_mux: Check the port status before connectHeikki Krogerus1-11/+141
2020-09-07usb: typec: intel_pmc_mux: Do not configure SBU and HSL Orientation in Alternate modesUtkarsh Patel1-8/+0
2020-09-07usb: typec: intel_pmc_mux: Do not configure Altmode HPD HighUtkarsh Patel1-4/+0
2020-09-07device connection: Remove struct device_connectionHeikki Krogerus2-17/+14
2020-09-04uas: bump hw_max_sectors to 2048 blocks for SS or faster drivesTom Yan1-0/+2
2020-09-04uas: fix sdev->host->dma_devTom Yan1-6/+11
2020-09-04usb-storage: fix sdev->host->dma_devTom Yan2-3/+4
2020-09-04usb/host: ehci-npcm7xx: Use pm_ptr() macroPaul Cercueil1-5/+3
2020-09-04usb/host: ehci-spear: Use pm_ptr() macroPaul Cercueil1-5/+3
2020-09-04usb/host: ehci-platform: Use pm_ptr() macroPaul Cercueil1-5/+3
2020-09-04usb/misc: usb3503: Use pm_ptr() macroPaul Cercueil1-10/+8
2020-09-04usb/misc: usb4604: Use pm_ptr() macroPaul Cercueil1-5/+3
2020-09-04usb: core: driver: fix stray tabs in error messagesSergey Shtylyov1-5/+3
2020-09-04usb: core: fix slab-out-of-bounds Read in read_descriptorsZeng Tao1-0/+5
2020-09-04Revert "usb: dwc3: meson-g12a: fix shared reset control use"Amjad Ouled-Ameur1-9/+6
2020-09-04usb: typec: ucsi: acpi: Check the _DEP dependenciesHeikki Krogerus1-0/+4
2020-09-04usb: typec: intel_pmc_mux: Un-register the USB role switchMadhusudanarao Amara1-0/+2
2020-09-04usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman1-49/+42
2020-09-03usb: chipidea: ci_hdrc_imx: restore pinctrlPeter Chen1-1/+7
2020-08-31USB: serial: option: support dynamic Quectel USB compositionsBjørn Mork1-8/+12
2020-08-31USB: serial: option: add support for SIM7070/SIM7080/SIM7090 modulesAleksander Morgado1-0/+2
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman47-203/+417
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds24-161/+376
2020-08-28usb: typec: tcpm: Migrate workqueue to RT priority for processing eventsBadhri Jagan Sridharan1-44/+87
2020-08-28usb: typec: tcpm: During PR_SWAP, source caps should be sent only after tSwapSourceStartBadhri Jagan Sridharan1-1/+1
2020-08-28USB: usblcd: Remove the superfluous breakJing Xiangfeng1-1/+0
2020-08-28usb: storage: Add unusual_uas entry for Sony PSZ drivesAlan Stern1-0/+7
2020-08-27USB: Ignore UAS for JMicron JMS567 ATA/ATAPI BridgeCyril Roelandt1-1/+1
2020-08-27usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin1-3/+2
2020-08-27USB: gadget: u_f: Unbreak offset calculation in VLAsAndy Shevchenko1-4/+4
2020-08-27USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-DAlan Stern1-0/+5
2020-08-25usb: atm: don't use snprintf() for sysfs attrsAlex Dewar1-14/+13
2020-08-25usb: typec: tcpm: Fix Fix source hard reset response for TDA 2.3.1.1 and TDA 2.3.1.2 failuresBadhri Jagan Sridharan1-3/+25
2020-08-25USB: PHY: JZ4770: Fix static checker warning.周琰杰 (Zhou Yanjie)1-0/+1
2020-08-25USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Brooke Basile1-12/+69
2020-08-25USB: gadget: u_f: add overflow checks to VLA macrosBrooke Basile1-11/+27
2020-08-24USB: serial: ftdi_sio: add IDs for Xsens Mti USB converterPatrick Riphagen2-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva25-42/+41
2020-08-23xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui1-1/+2
2020-08-23xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng1-9/+10
2020-08-23usb: host: xhci: fix ep context print mismatch in debugfsLi Jun1-4/+4
2020-08-23usb: chipidea: imx: add two samsung picophy parameters tuning implementationPeter Chen3-0/+28