aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-17/+14
2020-09-25usbcore/driver: Accommodate usbipGravatar M. Vefa Bicakci 1-6/+31
2020-09-25usbcore/driver: Fix incorrect downcastGravatar M. Vefa Bicakci 1-9/+2
2020-09-25usbcore/driver: Fix specific driver selectionGravatar M. Vefa Bicakci 1-1/+1
2020-09-25Revert "usbip: Implement a match function to fix usbip"Gravatar M. Vefa Bicakci 1-6/+0
2020-09-22USB: gadget: f_ncm: Fix NDP16 datagram validationGravatar Bryan O'Donoghue 1-28/+2
2020-09-17usblp: fix race between disconnect() and read()Gravatar Oliver Neukum 1-0/+5
2020-09-17ehci-hcd: Move include to keep CRC stableGravatar Quentin Perret 2-1/+1
2020-09-16usb: typec: intel_pmc_mux: Handle SCU IPC error conditionsGravatar Madhusudanarao Amara 1-3/+9
2020-09-16USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookGravatar Penghao 1-0/+4
2020-09-16USB: UAS: fix disconnect by unplugging a hubGravatar Oliver Neukum 1-2/+12
2020-09-16usb: typec: ucsi: Prevent mode overrunGravatar Heikki Krogerus 1-6/+16
2020-09-16usb: typec: ucsi: acpi: Increase command completion timeout valueGravatar Heikki Krogerus 1-1/+1
2020-09-14Merge 5.9-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 55-281/+492
2020-09-08Merge tag 'usb-serial-5.9-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Greg Kroah-Hartman 3-8/+16
2020-09-07usb: typec: intel_pmc_mux: Do not configure SBU and HSL Orientation in Altern...Gravatar Utkarsh Patel 1-8/+0
2020-09-07usb: typec: intel_pmc_mux: Do not configure Altmode HPD HighGravatar Utkarsh Patel 1-4/+0
2020-09-07device connection: Remove struct device_connectionGravatar Heikki Krogerus 2-17/+14
2020-09-04usb: core: fix slab-out-of-bounds Read in read_descriptorsGravatar Zeng Tao 1-0/+5
2020-09-04Revert "usb: dwc3: meson-g12a: fix shared reset control use"Gravatar Amjad Ouled-Ameur 1-9/+6
2020-09-04usb: typec: ucsi: acpi: Check the _DEP dependenciesGravatar Heikki Krogerus 1-0/+4
2020-09-04usb: typec: intel_pmc_mux: Un-register the USB role switchGravatar Madhusudanarao Amara 1-0/+2
2020-09-04usb: Fix out of sync data toggle if a configured device is reconfiguredGravatar Mathias Nyman 1-49/+42
2020-08-31USB: serial: option: support dynamic Quectel USB compositionsGravatar Bjørn Mork 1-8/+12
2020-08-31USB: serial: option: add support for SIM7070/SIM7080/SIM7090 modulesGravatar Aleksander Morgado 1-0/+2
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 24-161/+376
2020-08-28usb: storage: Add unusual_uas entry for Sony PSZ drivesGravatar Alan Stern 1-0/+7
2020-08-27USB: Ignore UAS for JMicron JMS567 ATA/ATAPI BridgeGravatar Cyril Roelandt 1-1/+1
2020-08-27usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Gravatar Tang Bin 1-3/+2
2020-08-27USB: gadget: u_f: Unbreak offset calculation in VLAsGravatar Andy Shevchenko 1-4/+4
2020-08-27USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-DGravatar Alan Stern 1-0/+5
2020-08-25usb: typec: tcpm: Fix Fix source hard reset response for TDA 2.3.1.1 and TDA ...Gravatar Badhri Jagan Sridharan 1-3/+25
2020-08-25USB: PHY: JZ4770: Fix static checker warning.Gravatar 周琰杰 (Zhou Yanjie) 1-0/+1
2020-08-25USB: gadget: f_ncm: add bounds checks to ncm_unwrap_ntb()Gravatar Brooke Basile 1-12/+69
2020-08-25USB: gadget: u_f: add overflow checks to VLA macrosGravatar Brooke Basile 1-11/+27
2020-08-24USB: serial: ftdi_sio: add IDs for Xsens Mti USB converterGravatar Patrick Riphagen 2-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 25-42/+41
2020-08-23xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failedGravatar Ding Hui 1-1/+2
2020-08-23xhci: Do warm-reset when both CAS and XDEV_RESUME are setGravatar Kai-Heng Feng 1-9/+10
2020-08-23usb: host: xhci: fix ep context print mismatch in debugfsGravatar Li Jun 1-4/+4
2020-08-19usb: uas: Add quirk for PNY Pro EliteGravatar Thinh Nguyen 1-0/+7
2020-08-19Merge tag 'fixes-for-v5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Greg Kroah-Hartman 2-21/+93
2020-08-18USB: Fix device driver raceGravatar Bastien Nocera 1-2/+38
2020-08-18USB: Also match device drivers using the ->match vfuncGravatar Bastien Nocera 1-2/+3
2020-08-18usb: host: xhci-tegra: fix tegra_xusb_get_phy()Gravatar JC Kuo 1-1/+1
2020-08-18usb: host: xhci-tegra: otg usb2/usb3 port initGravatar JC Kuo 1-0/+2
2020-08-18usb: hcd: Fix use after free in usb_hcd_pci_remove()Gravatar Andy Shevchenko 1-1/+4
2020-08-18usb: typec: ucsi: Hold con->lock for the entire duration of ucsi_register_port()Gravatar Hans de Goede 2-17/+23
2020-08-18usb: typec: ucsi: Rework ppm_lock handlingGravatar Hans de Goede 1-34/+22
2020-08-18usb: typec: ucsi: Fix 2 unlocked ucsi_run_command callsGravatar Hans de Goede 1-2/+4