aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-07-27usb: gadget: uvc: add scatter gather supportMichael Grzeschik7-9/+108
2021-07-27usb: gadget: uvc: set v4l2_dev->dev in f_uvcMichael Grzeschik1-0/+1
2021-07-27usb: gadget: uvc: make uvc_num_requests depend on gadget speedMichael Grzeschik3-25/+47
2021-07-27usb: dwc3: gadget: set gadgets parent to the right controllerMichael Grzeschik1-1/+1
2021-07-27usb: mtu3: support suspend/resume for dual-role modeChunfeng Yun5-47/+89
2021-07-27usb: mtu3: support suspend/resume for device modeChunfeng Yun5-14/+121
2021-07-27usb: mtu3: add helper to power on/down deviceChunfeng Yun1-12/+24
2021-07-27usb: mtu3: support runtime PM for host modeChunfeng Yun3-9/+69
2021-07-27usb: mtu3: add new helpers for host suspend/resumeChunfeng Yun3-16/+88
2021-07-27usb: mtu3: support option to disable usb2 portsChunfeng Yun3-3/+20
2021-07-27usb: mtu3: support property role-switch-default-modeChunfeng Yun2-4/+22
2021-07-27usb: dwc3: drd: use helper to get role-switch-default-modeChunfeng Yun1-6/+2
2021-07-27usb: common: add helper to get role-switch-default-modeChunfeng Yun1-0/+20
2021-07-27usb: gadget: f_hid: added GET_IDLE and SET_IDLE handlersMaxim Devaev1-0/+18
2021-07-27usb: gadget: f_hid: fixed NULL pointer dereferencePhil Elwell1-6/+20
2021-07-27usb: gadget: remove leaked entry from udc driver listZhang Qilong1-4/+10
2021-07-27USB: usbtmc: Fix RCU stall warningQiang.zhang1-8/+1
2021-07-27tty: drop put_tty_driverJiri Slaby4-9/+9
2021-07-27tty: stop using alloc_tty_driverJiri Slaby3-13/+12
2021-07-27tty: don't store semi-state into tty driversJiri Slaby1-15/+17
2021-07-27Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman26-112/+249
2021-07-26Merge v5.14-rc3 into usb-nextGreg Kroah-Hartman27-112/+250
2021-07-23Merge tag 'usb-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds26-112/+249
2021-07-22Merge tag 'usb-serial-5.14-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-2/+6
2021-07-21USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stickJohn Keeping1-0/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König3-9/+3
2021-07-21Revert "USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem"Vincent Palatin1-4/+0
2021-07-21usb: cdc-wdm: fix build error when CONFIG_WWAN_CORE is not setWei Yongjun1-3/+3
2021-07-21usb: dwc3: dwc3-qcom: Fix typo in the dwc3 vbus override APIWesley Cheng1-4/+4
2021-07-21usb: gadget: f_uac1: add volume and mute supportRuslan Bilovol2-22/+672
2021-07-21usb: gadget: f_uac2: add volume and mute supportRuslan Bilovol2-62/+617
2021-07-21usb: gadget: u_audio: add bi-directional volume and mute supportRuslan Bilovol2-11/+380
2021-07-21usb: dwc2: gadget: Add endpoint wedge supportMinas Harutyunyan2-1/+29
2021-07-21usb: gadget: composite: Allow bMaxPower=0 if self-poweredJack Pham1-2/+6
2021-07-21usb: isp1301-omap: Fix the GPIO includeLinus Walleij1-1/+1
2021-07-21usb: renesas-xhci: Remove renesas_xhci_pci_exit()Moritz Fischer3-10/+0
2021-07-21usb: xhci-renesas: Minor coding style cleanupMoritz Fischer1-1/+1
2021-07-21usb: host: ohci-spear: simplify calling usb_add_hcd()Sergey Shtylyov1-1/+1
2021-07-21USB: EHCI: ehci-mv: improve error handling in mv_ehci_enable()Evgeny Novikov1-12/+11
2021-07-21usb: gadget: u_ether: fix a potential null pointer dereferenceMaciej Żenczykowski1-2/+3
2021-07-21usb: gadget: f_ncm: ncm_wrap_ntb - move var definitions into if statementMaciej Żenczykowski1-11/+12
2021-07-21usb: gadget: f_ncm: remove spurious if statementMaciej Żenczykowski1-3/+0
2021-07-21usb: gadget: f_ncm: remove check for NULL skb_tx_data in timer functionMaciej Żenczykowski1-2/+1
2021-07-21usb: gadget: f_ncm: remove spurious boolean timer_stoppingMaciej Żenczykowski1-6/+5
2021-07-21usb: gadget: f_ncm: remove timer_force_tx fieldMaciej Żenczykowski1-7/+5
2021-07-21usb: host: fotg210: fix the actual_length of an iso packetKelly Devilliv2-8/+2
2021-07-21usb: host: fotg210: fix the endpoint's transactional opportunities calculationKelly Devilliv1-19/+17
2021-07-21Revert "usb: host: fotg210: Use dma_pool_zalloc"Kelly Devilliv1-2/+5
2021-07-21usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan1-4/+6
2021-07-21usb: dwc2: Skip clock gating on Samsung SoCsMarek Szyprowski4-3/+11