summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-142-17/+14
|\
| * Merge 5.9-rc5 into driver-core-nextGreg Kroah-Hartman2020-09-1455-281/+492
| |\
| * | device connection: Remove struct device_connectionHeikki Krogerus2020-09-072-17/+14
* | | usbcore/driver: Accommodate usbipM. Vefa Bicakci2020-09-251-6/+31
* | | usbcore/driver: Fix incorrect downcastM. Vefa Bicakci2020-09-251-9/+2
* | | usbcore/driver: Fix specific driver selectionM. Vefa Bicakci2020-09-251-1/+1
* | | Revert "usbip: Implement a match function to fix usbip"M. Vefa Bicakci2020-09-251-6/+0
* | | USB: gadget: f_ncm: Fix NDP16 datagram validationBryan O'Donoghue2020-09-221-28/+2
* | | usblp: fix race between disconnect() and read()Oliver Neukum2020-09-171-0/+5
* | | ehci-hcd: Move include to keep CRC stableQuentin Perret2020-09-172-1/+1
* | | usb: typec: intel_pmc_mux: Handle SCU IPC error conditionsMadhusudanarao Amara2020-09-161-3/+9
* | | USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao2020-09-161-0/+4
* | | USB: UAS: fix disconnect by unplugging a hubOliver Neukum2020-09-161-2/+12
* | | usb: typec: ucsi: Prevent mode overrunHeikki Krogerus2020-09-161-6/+16
* | | usb: typec: ucsi: acpi: Increase command completion timeout valueHeikki Krogerus2020-09-161-1/+1
| |/ |/|
* | Merge tag 'usb-serial-5.9-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-09-083-8/+16
|\ \
| * | USB: serial: option: support dynamic Quectel USB compositionsBjørn Mork2020-08-311-8/+12
| * | USB: serial: option: add support for SIM7070/SIM7080/SIM7090 modulesAleksander Morgado2020-08-311-0/+2
| * | USB: serial: ftdi_sio: add IDs for Xsens Mti USB converterPatrick Riphagen2020-08-242-0/+2
| |/
* | usb: typec: intel_pmc_mux: Do not configure SBU and HSL Orientation in Altern...Utkarsh Patel2020-09-071-8/+0
* | usb: typec: intel_pmc_mux: Do not configure Altmode HPD HighUtkarsh Patel2020-09-071-4/+0
* | usb: core: fix slab-out-of-bounds Read in read_descriptorsZeng Tao2020-09-041-0/+5
* | Revert "usb: dwc3: meson-g12a: fix shared reset control use"Amjad Ouled-Ameur2020-09-041-9/+6
* | usb: typec: ucsi: acpi: Check the _DEP dependenciesHeikki Krogerus2020-09-041-0/+4
* | usb: typec: intel_pmc_mux: Un-register the USB role switchMadhusudanarao Amara2020-09-041-0/+2
* | usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman2020-09-041-49/+42
* | Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-3024-161/+376
|\ \
| * | usb: storage: Add unusual_uas entry for Sony PSZ drivesAlan Stern2020-08-281-0/+7
| * | USB: Ignore UAS for JMicron JMS567 ATA/ATAPI BridgeCyril Roelandt2020-08-271-1/+1
| * | usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin2020-08-271-3/+2
| * | USB: gadget: u_f: Unbreak offset calculation in VLAsAndy Shevchenko2020-08-271-4/+4
| * | USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-DAlan Stern2020-08-271-0/+5
| * | usb: typec: tcpm: Fix Fix source hard reset response for TDA 2.3.1.1 and TDA ...Badhri Jagan Sridharan2020-08-251-3/+25
| * | USB: PHY: JZ4770: Fix static checker warning.周琰杰 (Zhou Yanjie)2020-08-251-0/+1
| * | USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Brooke Basile2020-08-251-12/+69
| * | USB: gadget: u_f: add overflow checks to VLA macrosBrooke Basile2020-08-251-11/+27
| * | xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedDing Hui2020-08-231-1/+2
| * | xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng2020-08-231-9/+10
| * | usb: host: xhci: fix ep context print mismatch in debugfsLi Jun2020-08-231-4/+4
| * | usb: uas: Add quirk for PNY Pro EliteThinh Nguyen2020-08-191-0/+7
| * | Merge tag 'fixes-for-v5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-08-192-21/+93
| |\ \
| | * | usb: dwc3: gadget: Handle ZLP for sg requestsThinh Nguyen2020-08-171-0/+31
| | * | usb: dwc3: gadget: Fix handling ZLPThinh Nguyen2020-08-171-2/+23
| | * | usb: dwc3: gadget: Don't setup more than requestedThinh Nguyen2020-08-171-16/+35
| | * | usb: gadget: f_tcm: Fix some resource leaks in some error pathsChristophe JAILLET2020-08-171-3/+4
| | |/
| * | USB: Fix device driver raceBastien Nocera2020-08-181-2/+38
| * | USB: Also match device drivers using the ->match vfuncBastien Nocera2020-08-181-2/+3
| * | usb: host: xhci-tegra: fix tegra_xusb_get_phy()JC Kuo2020-08-181-1/+1
| * | usb: host: xhci-tegra: otg usb2/usb3 port initJC Kuo2020-08-181-0/+2
| * | usb: hcd: Fix use after free in usb_hcd_pci_remove()Andy Shevchenko2020-08-181-1/+4