aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-02-11usb: dwc2: Add platform specific data for Intel's AgilexDinh Nguyen1-0/+10
2022-02-11USB: usbfs: Use a spinlock instead of atomic accesses to tally used memory.Ingo Rohloff1-10/+22
2022-02-11usb: dwc2: drd: fix soft connect when gadget is unconfiguredFabrice Gasnier1-2/+4
2022-02-11usb: gadget: rndis: check size of RNDIS_MSG_SET commandGreg Kroah-Hartman1-3/+6
2022-02-11USB: gadget: validate interface OS descriptor requestsSzymon Heidrich1-0/+3
2022-02-11usb: core: Unregister device on component_add() failureFabio M. De Francesco1-3/+6
2022-02-09spi: make remove callback a void functionUwe Kleine-König2-5/+2
2022-02-08usb: ehci: add pci device support for Aspeed platformsNeal Liu1-0/+9
2022-02-08usb: dwc3: gadget: Prevent core from processing stale TRBsUdipto Goswami1-0/+13
2022-02-08usb: dwc3: Program GFLADJSean Anderson2-1/+41
2022-02-08usb: dwc3: Calculate REFCLKPER based on reference clockSean Anderson1-2/+12
2022-02-08usb: dwc3: Get clocks individuallySean Anderson2-17/+57
2022-02-07scsi: usb: storage: Complete the SCSI request directlySebastian Andrzej Siewior1-1/+1
2022-02-04usb: gadget: f_uac2: Neaten and reduce size of afunc_validate_optsJoe Perches1-53/+38
2022-02-04usb: gadget: f_uac2: change maxpctksize/maxpcktsize to wMaxPacketSizeColin Ian King1-2/+2
2022-02-01USB: serial: cp210x: add CPI Bulk Coin Recycler idJohan Hovold1-0/+1
2022-02-01USB: serial: cp210x: add NCR Retail IO box idJohan Hovold1-0/+1
2022-02-01USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320Cameron Williams2-0/+6
2022-01-31usb: gadget: f_uac2: Add speed names to bInterval dbg/warnPavel Hofman1-4/+14
2022-01-31usb: gadget: f_uac2: Optionally determine bInterval for HS and SSPavel Hofman2-43/+87
2022-01-31usb: gadget: audio: Add HS/SS bInterval params for UAC2Pavel Hofman1-0/+15
2022-01-31usb: gadget: f_uac2: Add HS/SS bInterval to configfsPavel Hofman2-4/+31
2022-01-31usb: udc: Fix typo in commenttangmeng1-1/+1
2022-01-31USB: ACPI: Replace acpi_bus_get_device()Rafael J. Wysocki1-1/+1
2022-01-31usb: gadget: f_uac2: Define specific wTerminalTypePavel Hofman1-2/+2
2022-01-31usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transitionAdam Ford1-0/+2
2022-01-31usb: raw-gadget: fix handling of dual-direction-capable endpointsJann Horn1-1/+1
2022-01-31usb: usb251xb: add boost-up property supportTommaso Merciai1-1/+3
2022-01-31usb: ulpi: Call of_node_put correctlySean Anderson1-2/+6
2022-01-31usb: ulpi: Move of_node_put to ulpi_dev_releaseSean Anderson1-1/+1
2022-01-31USB: serial: option: add ZTE MF286D modemPawel Dembicki1-0/+2
2022-01-31USB: serial: ch341: add support for GW Instek USB2.0-Serial devicesStephan Brunner1-0/+1
2022-01-31usb: f_fs: Fix use-after-free for epfileUdipto Goswami1-14/+42
2022-01-31usb: dwc3: xilinx: fix uninitialized return valueRobert Hancock1-1/+1
2022-01-31Merge tag 'v5.17-rc2' into usb-nextGreg Kroah-Hartman15-15/+109
2022-01-26usb: cdnsp: Fix segmentation fault in cdns_lost_power functionPawel Laszczak1-3/+3
2022-01-26usb: gadget: f_uac2: allow changing interface name via configfsYunhao Tian2-1/+47
2022-01-26usb: gadget: f_uac1: allow changing interface name via configfsYunhao Tian2-1/+47
2022-01-26usb: gadget: f_uac1: Add suspend callbackPavel Hofman1-0/+9
2022-01-26usb: gadget: f_uac2: Add suspend callbackPavel Hofman1-0/+9
2022-01-26usb: gadget: u_audio: Add suspend callPavel Hofman2-0/+11
2022-01-26usb: gadget: u_audio: Rate ctl notifies about current srate (0=stopped)Pavel Hofman1-1/+27
2022-01-26usb: gadget: f_uac1: Support multiple sampling ratesJulian Scheel3-36/+175
2022-01-26usb: gadget: f_uac2: Support multiple sampling ratesJulian Scheel3-50/+179
2022-01-26usb: gadget: u_audio: Add capture/playback srate getterPavel Hofman2-0/+30
2022-01-26usb: gadget: u_audio: Move dynamic srate from params to rtdPavel Hofman4-38/+38
2022-01-26usb: gadget: u_audio: Support multiple sampling ratesJulian Scheel5-2/+152
2022-01-26usb: gadget:audio: Replace deprecated macro S_IRUGOPavel Hofman1-18/+18
2022-01-26usb: gadget: f_mass_storage: Make CD-ROM emulation work with Mac OS-XRoger Quadros1-12/+58
2022-01-26usb: xhci-mtk: Use struct_size() helper in create_sch_ep()Gustavo A. R. Silva1-4/+3