summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2022-02-11usb: core: Unregister device on component_add() failureFabio M. De Francesco
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-02-08usb: ehci: add pci device support for Aspeed platformsNeal Liu
2022-02-08usb: dwc3: gadget: Prevent core from processing stale TRBsUdipto Goswami
2022-02-08usb: dwc3: Program GFLADJSean Anderson
2022-02-08usb: dwc3: Calculate REFCLKPER based on reference clockSean Anderson
2022-02-08usb: dwc3: Get clocks individuallySean Anderson
2022-02-07scsi: usb: storage: Complete the SCSI request directlySebastian Andrzej Siewior
2022-02-04usb: gadget: f_uac2: Neaten and reduce size of afunc_validate_optsJoe Perches
2022-02-04usb: gadget: f_uac2: change maxpctksize/maxpcktsize to wMaxPacketSizeColin Ian King
2022-02-01USB: serial: cp210x: add CPI Bulk Coin Recycler idJohan Hovold
2022-02-01USB: serial: cp210x: add NCR Retail IO box idJohan Hovold
2022-02-01USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320Cameron Williams
2022-01-31usb: gadget: f_uac2: Add speed names to bInterval dbg/warnPavel Hofman
2022-01-31usb: gadget: f_uac2: Optionally determine bInterval for HS and SSPavel Hofman
2022-01-31usb: gadget: audio: Add HS/SS bInterval params for UAC2Pavel Hofman
2022-01-31usb: gadget: f_uac2: Add HS/SS bInterval to configfsPavel Hofman
2022-01-31usb: udc: Fix typo in commenttangmeng
2022-01-31USB: ACPI: Replace acpi_bus_get_device()Rafael J. Wysocki
2022-01-31usb: gadget: f_uac2: Define specific wTerminalTypePavel Hofman
2022-01-31usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transitionAdam Ford
2022-01-31usb: raw-gadget: fix handling of dual-direction-capable endpointsJann Horn
2022-01-31usb: usb251xb: add boost-up property supportTommaso Merciai
2022-01-31usb: ulpi: Call of_node_put correctlySean Anderson
2022-01-31usb: ulpi: Move of_node_put to ulpi_dev_releaseSean Anderson
2022-01-31USB: serial: option: add ZTE MF286D modemPawel Dembicki
2022-01-31USB: serial: ch341: add support for GW Instek USB2.0-Serial devicesStephan Brunner
2022-01-31usb: f_fs: Fix use-after-free for epfileUdipto Goswami
2022-01-31usb: dwc3: xilinx: fix uninitialized return valueRobert Hancock
2022-01-31Merge tag 'v5.17-rc2' into usb-nextGreg Kroah-Hartman
2022-01-26usb: cdnsp: Fix segmentation fault in cdns_lost_power functionPawel Laszczak
2022-01-26usb: gadget: f_uac2: allow changing interface name via configfsYunhao Tian
2022-01-26usb: gadget: f_uac1: allow changing interface name via configfsYunhao Tian
2022-01-26usb: gadget: f_uac1: Add suspend callbackPavel Hofman
2022-01-26usb: gadget: f_uac2: Add suspend callbackPavel Hofman
2022-01-26usb: gadget: u_audio: Add suspend callPavel Hofman
2022-01-26usb: gadget: u_audio: Rate ctl notifies about current srate (0=stopped)Pavel Hofman
2022-01-26usb: gadget: f_uac1: Support multiple sampling ratesJulian Scheel
2022-01-26usb: gadget: f_uac2: Support multiple sampling ratesJulian Scheel
2022-01-26usb: gadget: u_audio: Add capture/playback srate getterPavel Hofman
2022-01-26usb: gadget: u_audio: Move dynamic srate from params to rtdPavel Hofman
2022-01-26usb: gadget: u_audio: Support multiple sampling ratesJulian Scheel
2022-01-26usb: gadget:audio: Replace deprecated macro S_IRUGOPavel Hofman
2022-01-26usb: gadget: f_mass_storage: Make CD-ROM emulation work with Mac OS-XRoger Quadros
2022-01-26usb: xhci-mtk: Use struct_size() helper in create_sch_ep()Gustavo A. R. Silva
2022-01-26USB: hcd-pci: Use PCI_STD_NUM_BARS when checking standard BARsBjorn Helgaas
2022-01-26usb: gadget: f_fs: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva
2022-01-26usb: host: fotg210: Use struct_size() helper in kzalloc()Gustavo A. R. Silva
2022-01-26usb: core: Bail out when port is stuck in reset loopKai-Heng Feng
2022-01-26usb: gadget: f_phonet: Use struct_size() helper in kzalloc()Gustavo A. R. Silva