summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: chipidea: udc: check request status before setting device addressXu Yang2022-06-241-0/+3
* USB: gadget: Fix double-free bug in raw_gadget driverAlan Stern2022-06-241-6/+7
* xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCIUtkarsh Patel2022-06-231-1/+3
* xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCITanveer Alam2022-06-231-1/+3
* xhci: turn off port power in shutdownMathias Nyman2022-06-233-3/+16
* xhci: Keep interrupt disabled in initialization until host is running.Hongyu Xie2022-06-231-13/+22
* Merge tag 'usb-serial-5.19-rc4' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-06-232-12/+23
|\
| * USB: serial: option: add Quectel RM500K module supportMacpaul Lin2022-06-231-0/+2
| * USB: serial: option: add Quectel EM05-G modemYonglin Tan2022-06-221-0/+3
| * USB: serial: pl2303: add support for more HXN (G) typesJohan Hovold2022-06-221-12/+17
| * USB: serial: option: add Telit LE910Cx 0x1250 compositionCarlo Lobrano2022-06-201-0/+1
* | usb: typec: wcove: Drop wrong dependency to INTEL_SOC_PMICAndy Shevchenko2022-06-211-1/+0
* | usb: gadget: uvc: fix list double add in uvcg_video_pumpDan Vacura2022-06-211-0/+3
* | usb: gadget: Fix non-unique driver names in raw-gadget driverAlan Stern2022-06-211-16/+46
|/
* usb: gadget: f_fs: change ep->ep safe in ffs_epfile_io()Linyu Yuan2022-06-101-0/+6
* usb: gadget: f_fs: change ep->status safe in ffs_epfile_io()Linyu Yuan2022-06-101-15/+19
* xhci: Fix null pointer dereference in resume if xhci has only one roothubMathias Nyman2022-06-101-10/+5
* USB: fixup for merge issue with "usb: dwc3: Don't switch OTG -> peripheral if...Stephen Rothwell2022-06-101-7/+2
* usb: cdnsp: Fixed setting last_trb incorrectlyJing Leng2022-06-101-8/+11
* usb: gadget: u_ether: fix regression in setting fixed MAC addressMarian Postevca2022-06-101-2/+10
* usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probeMiaoqian Lin2022-06-101-0/+1
* usb: dwc2: Fix memory leak in dwc2_hcd_initMiaoqian Lin2022-06-101-1/+1
* usb: dwc3: pci: Restore line lost in merge conflict resolutionStephan Gerhold2022-06-101-0/+1
* usb: dwc3: gadget: Fix IN endpoint max packet size allocationWesley Cheng2022-06-101-11/+15
* USB: serial: option: add support for Cinterion MV31 with new baselineSlark Xiao2022-06-091-0/+6
* USB: serial: io_ti: add Agilent E5805A supportRobert Eckelmann2022-06-092-0/+3
* 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