summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-10-20USB: gadget: fix illegal array access in binding with UDCKyungtae Kim1-0/+3
2021-10-20Add IO statistics to USB Mass storage gadgetAdrian Ambrożewicz3-0/+50
2021-10-20Suppress excessive HID gadget error logsJae Hyun Yoo1-1/+1
2021-10-11Merge tag 'v5.14.11' into dev-5.14Joel Stanley19-128/+258
2021-10-11usb: ehci: Handshake CMD_RUN instead of STS_HALT for AspeedNeal Liu3-1/+17
2021-10-09usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-09-30usb: gadget: f_uac2: Populate SS descriptors' wBytesPerIntervalJack Pham1-0/+3
2021-09-30usb: gadget: f_uac2: Add missing companion descriptor for feedback EPJack Pham1-1/+15
2021-09-30USB: serial: cp210x: fix dropped characters with CP2102Johan Hovold1-0/+35
2021-09-30xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I1-0/+1
2021-09-30USB: serial: option: add device id for Foxconn T99W265Slark Xiao1-0/+2
2021-09-30USB: serial: option: remove duplicate USB device IDKrzysztof Kozlowski1-1/+0
2021-09-30USB: serial: option: add Telit LN920 compositionsCarlo Lobrano1-0/+8
2021-09-30USB: serial: mos7840: remove duplicated 0xac24 device IDKrzysztof Kozlowski1-2/+0
2021-09-30usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-6/+23
2021-09-30usb: cdns3: fix race condition before setting doorbellPawel Laszczak1-0/+14
2021-09-30usb: dwc3: core: balance phy init and exitLi Jun1-17/+13
2021-09-30Re-enable UAS for LaCie Rugged USB3-FW with fk quirkJulian Sikorski1-1/+1
2021-09-30usb: isp1760: do not sleep in field register pollRui Miguel Silva1-3/+3
2021-09-30Revert "USB: bcma: Add a check for devm_gpiod_get"Rafał Miłecki1-4/+1
2021-09-30USB: cdc-acm: fix minor-number releaseJohan Hovold2-2/+7
2021-09-30USB: serial: cp210x: add ID for GW Instek GDM-834x Digital MultimeterUwe Brandt1-0/+1
2021-09-30usb-storage: Add quirk for ScanLogic SL11R-IDE older than 2.6cOndrej Zary1-1/+8
2021-09-30usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()Dan Carpenter1-0/+1
2021-09-30usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMAMinas Harutyunyan1-3/+1
2021-09-30usb: dwc2: gadget: Fix ISOC flow for BDMA and SlaveMinas Harutyunyan1-83/+106
2021-09-30usb: gadget: u_audio: EP-OUT bInterval in fback frequencyPavel Hofman1-3/+10
2021-09-30usb: gadget: r8a66597: fix a loop in set_feature()Dan Carpenter1-1/+1
2021-09-18usb: isp1760: otg control register accessRui Miguel Silva2-24/+42
2021-09-18usb: isp1760: use the right irq status bitRui Miguel Silva1-6/+6
2021-09-18usb: isp1760: write to status and address registerRui Miguel Silva1-12/+11
2021-09-18usb: isp1760: fix qtd fill lengthRui Miguel Silva1-2/+4
2021-09-18usb: isp1760: fix memory pool initializationRui Miguel Silva1-2/+2
2021-09-18usb: xhci-mtk: Do not use xhci's virt_dev in drop_endpointChunfeng Yun2-51/+60
2021-09-18usb: xhci-mtk: fix use-after-free of mtk->hcdChunfeng Yun1-1/+1
2021-09-18usbip:vhci_hcd USB port can get stuck in the disabled stateShuah Khan1-1/+7
2021-09-18usbip: give back URBs for unsent unlink requests during cleanupAnirudh Rayabharam1-0/+24
2021-09-18usb: musb: musb_dsps: request_irq() after initializing musbNadezda Lutovinova1-7/+6
2021-09-18usb: dwc3: imx8mp: request irq after initializing dwc3Nadezda Lutovinova1-7/+7
2021-09-18Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...Mathias Nyman1-12/+12
2021-09-18usb: chipidea: host: fix port index underflow and UBSAN complainsLi Jun1-3/+11
2021-09-18usb: gadget: composite: Allow bMaxPower=0 if self-poweredJack Pham1-2/+6
2021-09-18USB: EHCI: ehci-mv: improve error handling in mv_ehci_enable()Evgeny Novikov1-12/+11
2021-09-18usb: gadget: u_ether: fix a potential null pointer dereferenceMaciej Żenczykowski1-2/+3
2021-09-18usb: host: fotg210: fix the actual_length of an iso packetKelly Devilliv2-8/+2
2021-09-18usb: host: fotg210: fix the endpoint's transactional opportunities calculationKelly Devilliv1-19/+17
2021-09-15usb: bdc: Fix a resource leak in the error handling path of 'bdc_probe()'Christophe JAILLET1-14/+13
2021-09-15usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA co...Christophe JAILLET1-1/+2
2021-09-15usb: ehci-orion: Handle errors of clk_prepare_enable() in probeEvgeny Novikov1-2/+6
2021-09-15usb: gadget: mv_u3d: request_irq() after initializing UDCNadezda Lutovinova1-9/+10