aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-10-25usb:gadget: f_uac1: fixed sync playbackPavel Hofman4-4/+11
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-22/+70
2021-10-22usb: gadget: configfs: change config attributes file operationLinyu Yuan1-5/+10
2021-10-22usb: gadget: configfs: add cfg_to_gadget_info() helperLinyu Yuan1-4/+7
2021-10-22usb: dwc3: Align DWC3_EP_* flag macrosJack Pham1-8/+8
2021-10-22usb: dwc3: gadget: Skip resizing EP's TX FIFO if already resizedJack Pham2-1/+8
2021-10-22USB: chipidea: fix interrupt deadlockJohan Hovold1-7/+16
2021-10-22usb: musb: Balance list entry in musb_gadget_queueViraj Shah1-1/+3
2021-10-22usb: musb: sunxi: Don't print error on MUSB_ULPI_BUSCONTROL accessRoman Stratiienko1-0/+8
2021-10-21usb: gadget: uvc: ensure the vdev is unsetMichael Grzeschik1-0/+1
2021-10-21usb: gadget: uvc: only pump video data if necessaryMichael Grzeschik1-2/+5
2021-10-21usb: gadget: uvc: only schedule stream in streaming stateMichael Grzeschik2-2/+5
2021-10-21usb: gadget: uvc: test if ep->desc is valid on ep_queueMichael Grzeschik1-3/+6
2021-10-21usb: gadget: uvc: rename function to be more consistentMichael Tretter1-3/+4
2021-10-21usb: gadget: uvc: consistently use define for headerlenMichael Grzeschik3-6/+6
2021-10-21usb: max-3421: Use driver data instead of maintaining a list of bound devicesUwe Kleine-König1-20/+5
2021-10-21usb: dwc2: drd: reset current session before setting the new oneAmelie Delaunay1-0/+2
2021-10-21usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabledAmelie Delaunay1-0/+18
2021-10-21usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_initAmelie Delaunay1-2/+2
2021-10-21usb: ohci: disable start-of-frame interrupt in ohci_rh_suspendYinbo Zhu1-0/+3
2021-10-21usb: host: ehci: Make use of dma_pool_zalloc() instead of dma_pool_alloc/mems...Cai Huoqing1-2/+1
2021-10-21usb: host: fotg210: Make use of dma_pool_zalloc() instead of dma_pool_alloc/m...Cai Huoqing1-2/+1
2021-10-20usb: dwc3: gadget: Change to dev_dbg() when queuing to inactive gadget/epWesley Cheng1-1/+1
2021-10-20usb: gadget: u_ether: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-20usb: typec: tipd: Enable event interrupts by defaultSaranya Gopal1-0/+8
2021-10-18usb: typec: STUSB160X should select REGMAP_I2CRandy Dunlap1-2/+2
2021-10-18usb-storage: Add compatibility quirk flags for iODD 2531/2541James Buren1-0/+10
2021-10-18usb: xhci: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-1/+1
2021-10-18Merge 5.15-rc6 into usb-nextGreg Kroah-Hartman8-22/+70
2021-10-16scsi: usb: Switch to attribute groupsBart Van Assche1-3/+5
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche3-7/+5
2021-10-16scsi: usb: Call scsi_done() directlyBart Van Assche3-9/+6
2021-10-15Merge tag 'usb-serial-5.15-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-0/+9
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-29/+42
2021-10-14usb: xhci: Enable runtime-pm by default on AMD Yellow Carp platformNehal Bakulchandra Shah1-0/+16
2021-10-13net: remove single-byte netdev->dev_addr writesJakub Kicinski1-1/+4
2021-10-13usb: musb: dsps: Fix the probe error pathMiquel Raynal1-1/+3
2021-10-13usb: gadget: avoid unusual inline assemblyArnd Bergmann1-1/+1
2021-10-13usb: musb: select GENERIC_PHY instead of depending on itRandy Dunlap1-1/+1
2021-10-13usb: host: ohci-tmio: check return value after calling platform_get_resource()Yang Yingliang1-1/+1
2021-10-13usb: gadget: u_audio.c: Adding Playback Pitch ctl for sync playbackPavel Hofman2-26/+75
2021-10-12usb: gadget: hid: fix error code in do_config()Dan Carpenter1-1/+3
2021-10-11xhci: Enable trust tx length quirk for Fresco FL11 USB controllerNikolay Martynov1-0/+2
2021-10-11xhci: Fix command ring pointer corruption while aborting a commandPavankumar Kondeti1-4/+10
2021-10-11USB: xhci: dbc: fix tty registration raceJohan Hovold1-15/+13
2021-10-11xhci: add quirk for host controllers that don't update endpoint DCSJonathan Bell3-2/+28
2021-10-11xhci: guard accesses to ep_state in xhci_endpoint_reset()Jonathan Bell1-0/+5
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman11-99/+44
2021-10-10USB: gadget: udc: Remove some dead codeChristophe JAILLET2-6/+0
2021-10-10usb: gadget: storage: add support for media larger than 2TNikita Yushchenko1-7/+80