summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-032-4/+4
|\
| * extcon: Fix extcon_get_extcon_dev() error handlingDan Carpenter2022-05-133-11/+6
* | Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-03102-1088/+1977
|\ \
| * | USB: new quirk for Dell Gen 2 devicesMonish Kumar R2022-05-201-0/+3
| * | Merge tag 'usb-serial-5.19-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-05-203-1/+6
| |\ \
| | * | USB: serial: option: add Quectel BG95 modemCarl Yin(殷张成)2022-05-191-0/+2
| | * | USB: serial: pl2303: fix type detection for odd deviceJohan Hovold2022-05-181-0/+3
| | * | USB: serial: ftdi_sio: clean up printk format specifierDaniels Umanovskis2022-05-051-1/+1
| | |/
| * | usb: dwc3: core: Add error log when core soft reset failedMayank Rana2022-05-191-0/+1
| * | usb: dwc3: gadget: Move null pinter check to proper placeAlbert Wang2022-05-191-3/+3
| * | usb: hub: Simplify error and success path in port_over_current_notifyBhuvanesh Surachari2022-05-191-5/+3
| * | usb: cdns3: allocate TX FIFO size according to composite EP numberFrank Li2022-05-192-7/+49
| * | usb: dwc3: Fix ep0 handling when getting reset while doing control transferMayank Rana2022-05-193-5/+35
| * | usb: Probe EHCI, OHCI controllers asynchronouslyDmitry Torokhov2022-05-192-0/+2
| * | usb: isp1760: Fix out-of-bounds array accessLinus Walleij2022-05-191-0/+8
| * | xhci: Don't defer primary roothub registration if there is only one roothubMathias Nyman2022-05-191-2/+2
| * | xhci: Allow host runtime PM as default for Intel Alder Lake N xHCIMathias Nyman2022-05-121-0/+2
| * | xhci: Remove quirk for over 10 year old evaluation hardwareMathias Nyman2022-05-123-35/+7
| * | xhci: prevent U2 link power state if Intel tier policy prevented U1Mathias Nyman2022-05-121-7/+4
| * | xhci: use generic command timer for stop endpoint commands.Mathias Nyman2022-05-124-91/+37
| * | usb: host: xhci-plat: omit shared hcd if either root hub has no portsHeiner Kallweit2022-05-121-0/+2
| * | usb: host: xhci-plat: prepare operation w/o shared hcdHeiner Kallweit2022-05-121-13/+18
| * | usb: host: xhci-plat: create shared hcd after having added main hcdHeiner Kallweit2022-05-121-13/+16
| * | xhci: prepare for operation w/o shared hcdHeiner Kallweit2022-05-124-25/+68
| * | xhci: factor out parts of xhci_gen_setup()Heiner Kallweit2022-05-121-50/+54
| * | xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I2022-05-121-0/+2
| * | usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I2022-05-121-6/+23
| * | usb: host: ehci-xilinx: adding description for return valuePiyush Mehta2022-05-121-0/+6
| * | usb: gadget: udc: Remove useless variable assignment in xudc_read_fifo()Piyush Mehta2022-05-121-1/+1
| * | USB: c67x00: remove unnecessary check of resYang Yingliang2022-05-121-4/+2
| * | usb: host: ehci-xilinx: Fix quoted string split across linesPiyush Mehta2022-05-121-4/+2
| * | USB / dwc3: Fix a checkpatch warning in core.cKushagra Verma2022-05-121-12/+8
| * | USB: gadget: Add ID numbers to gadget namesAlan Stern2022-05-111-2/+14
| * | usb: gadget: uvc: track frames in format entriesMichael Grzeschik2022-05-052-1/+30
| * | usb: gadget: uvc: move structs to common headerMichael Grzeschik2022-05-053-111/+115
| * | usb: gadget: uvc: prevent index variables to start from 0Michael Grzeschik2022-05-051-0/+12
| * | usb: dwc3: gadget: Delay issuing End TransferThinh Nguyen2022-05-051-10/+12
| * | usb: dwc3: gadget: Only End Transfer for ep0 data phaseThinh Nguyen2022-05-051-0/+11
| * | usb: dwc3: ep0: Don't prepare beyond Setup stageThinh Nguyen2022-05-052-13/+18
| * | usb: dwc3: gadget: Don't modify GEVNTCOUNT in pullup()Thinh Nguyen2022-05-051-27/+8
| * | usb: dwc3: gadget: Refactor pullup()Thinh Nguyen2022-05-051-29/+36
| * | usb: dwc3: gadget: Prevent repeat pullup()Thinh Nguyen2022-05-051-0/+4
| * | usb: dwc3: xilinx: Add gpio-reset supportPiyush Mehta2022-05-051-0/+17
| * | usb: dwc3: remove a possible unnecessary 'out of memory' messageKushagra Verma2022-05-051-3/+1
| * | usb: dwc3: host: Stop setting the ACPI companionHeikki Krogerus2022-05-051-2/+0
| * | usb: core: acpi: Use the sysdev pointer instead of controller deviceHeikki Krogerus2022-05-051-2/+5
| * | usb: ehci-omap: drop unused ehci_read() functionArnd Bergmann2022-05-051-5/+0
| * | USB: gadget: Fix return of -EBUSYColin Ian King2022-05-051-1/+1
| * | usb: dwc2: gadget: don't reset gadget's driver->busMarek Szyprowski2022-05-051-1/+0
| * | Revert "usb: misc: Add onboard_usb_hub driver"Greg Kroah-Hartman2022-05-033-534/+0