aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-09-09usb: gadget: uvc: increase worker prio to WQ_HIGHPRIMichael Grzeschik4-3/+13
2022-09-08usb: chipidea: make configs for glue drivers visible with EXPERTLukas Bulwahn1-5/+5
2022-09-07usb: dwc3: core: leave default DMA if the controller does not support 64-bit DMAWilliam Wu1-6/+7
2022-09-07usb: dwc3: gadget: Submit endxfer command if delayed during disconnectWesley Cheng1-1/+12
2022-09-07usb: dwc3: gadget: Skip waiting for CMDACT cleared during endxferWesley Cheng1-1/+3
2022-09-07usb: dwc3: Increase DWC3 controller halt timeoutWesley Cheng1-1/+2
2022-09-07usb: dwc3: Remove DWC3 locking during gadget suspend/resumeWesley Cheng2-4/+5
2022-09-07usb: dwc3: Avoid unmapping USB requests if endxfer is not completeWesley Cheng3-2/+10
2022-09-07USB/ARM: Switch S3C2410 UDC to GPIO descriptorsLinus Walleij2-46/+35
2022-09-07usb: misc: uss720: fix uninitialized variable rlenDongliang Mu1-4/+4
2022-09-07usb: gadget: f_fs: stricter integer overflow checksDan Carpenter1-2/+2
2022-09-06scsi: uas: Drop DID_TARGET_FAILURE useMike Christie1-1/+1
2022-09-05usb: clean up after dropping driver registration log spamArd Biesheuvel16-27/+0
2022-09-05usb: gadget: udc: at91: switch to using fwnode_gpiod_get_index()Dmitry Torokhov1-3/+5
2022-09-05usb: phy: tegra: switch to using devm_gpiod_get()Dmitry Torokhov1-4/+10
2022-09-05USB: xhci: make xhci_get_endpoint_address staticGreg Kroah-Hartman2-2/+1
2022-09-05usb: ohci-platform: fix usb disconnect issue after s4Yinbo Zhu1-4/+24
2022-09-05USB: core: Fix RST error in hub.cAlan Stern1-1/+1
2022-09-05Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman31-144/+269
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman31-144/+269
2022-09-02Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"Greg Kroah-Hartman1-8/+8
2022-09-01USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()Heikki Krogerus5-10/+5
2022-09-01USB: FHCI: Switch to GPIO descriptorsLinus Walleij3-55/+27
2022-09-01usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UASHu Xiaoying1-0/+7
2022-09-01Merge tag 'usb-serial-6.0-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman5-2/+38
2022-08-31USB: serial: ch341: fix disabled rx timer on older devicesJohan Hovold1-1/+5
2022-08-31USB: serial: ch341: fix lost character on LCR updatesJohan Hovold1-1/+9
2022-08-31USB: serial: cp210x: add Decagon UCA device idJohan Hovold1-0/+1
2022-08-31Revert "usb: add quirks for Lenovo OneLink+ Dock"Greg Kroah-Hartman1-4/+0
2022-08-31usb: reduce kernel log spam on driver registrationArd Biesheuvel24-39/+0
2022-08-31usbip: add USBIP_URB_* URB transfer flagsShuah Khan2-5/+90
2022-08-31usb: dwc3: gadget: Continue handling EP0 xfercomplete eventsWesley Cheng1-2/+5
2022-08-31usb: dwc3: gadget: Synchronize IRQ between soft connect/disconnectWesley Cheng1-0/+2
2022-08-31usb: dwc3: gadget: Force sending delayed status during soft disconnectWesley Cheng1-1/+4
2022-08-31usb: dwc3: Do not service EP0 and conndone events if soft disconnectedWesley Cheng2-2/+7
2022-08-31usb: host: xhci-plat: suspend/resume clks for brcmJustin Chen1-1/+1
2022-08-31usb: host: xhci-plat: suspend and resume clocksJustin Chen2-1/+16
2022-08-31usb: phy: mxs: fix MXS_PHY_TX_CAL45_MIN and MXS_PHY_TX_CAL45_MAXFrank Li1-2/+2
2022-08-31usb: host: Initiate urb ep with udev ep0Khalid Masum1-8/+1
2022-08-31usb: ehci: Use endpoint in URB to get maxpacketKhalid Masum1-2/+2
2022-08-31usb: gadget: function: rndis: limit # of RNDIS instances to 1000Sergey Shtylyov1-1/+1
2022-08-31usb: chipidea: Add support for VBUS control with PHYPiyush Mehta3-0/+15
2022-08-31usb: gadget: f_ncm: noop - remove INIT_NDP{16,32}_OPTS macrosMaciej Żenczykowski1-32/+28
2022-08-31usb: gadget: at91_udc: Fix comments typoShaomin Deng1-1/+1
2022-08-31usb: gadget: net2272: Remove the initialization of statics to 0Shaomin Deng1-2/+2
2022-08-30usb: cdns3: fix issue with rearming ISO OUT endpointPawel Laszczak1-0/+1
2022-08-30usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transferPawel Laszczak1-1/+2
2022-08-30usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OSKrishna Kurapati1-2/+4
2022-08-30USB: core: Prevent nested device-reset callsAlan Stern1-0/+10
2022-08-30USB: gadget: Fix obscure lockdep violation for udc_mutexAlan Stern1-10/+16