aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-09-21USB: cdc-acm: remove duplicate USB device IDKrzysztof Kozlowski1-1/+0
2021-09-21USB: serial: kl5kusb105: use usb_control_msg_recv() and usb_control_msg_send()Himadri Pandya1-45/+34
2021-09-21USB: serial: keyspan_pda: use usb_control_msg_recv()Himadri Pandya1-38/+27
2021-09-21USB: serial: ftdi_sio: use usb_control_msg_recv()Himadri Pandya1-38/+15
2021-09-21USB: serial: f81232: use usb_control_msg_recv() and usb_control_msg_send()Himadri Pandya1-62/+34
2021-09-20USB: serial: allow hung up ports to be suspendedJohan Hovold1-14/+17
2021-09-20USB: serial: clean up core error labelsJohan Hovold1-18/+16
2021-09-20USB: serial: option: remove duplicate USB device IDKrzysztof Kozlowski1-1/+0
2021-09-20USB: serial: mos7840: remove duplicated 0xac24 device IDKrzysztof Kozlowski1-2/+0
2021-09-14USB: core: Make do_proc_control() and do_proc_bulk() killableAlan Stern1-33/+111
2021-09-14usb: musb: mediatek: Expose role-switch control to userspaceSungbo Eo1-0/+1
2021-09-14usb: gadget: f_uac2: Populate SS descriptors' wBytesPerIntervalJack Pham1-0/+3
2021-09-14usb: gadget: f_uac2: Add missing companion descriptor for feedback EPJack Pham1-1/+15
2021-09-14usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMAMinas Harutyunyan1-3/+1
2021-09-14usb: core: hcd: Modularize HCD stop configuration in usb_stop_hcd()Kishon Vijay Abraham I1-17/+22
2021-09-14xhci: Set HCD flag to defer primary roothub registrationKishon Vijay Abraham I1-0/+1
2021-09-14usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-6/+23
2021-09-14usb: dwc2: gadget: Fix ISOC flow for BDMA and SlaveMinas Harutyunyan1-83/+106
2021-09-14usb: dwc3: core: balance phy init and exitLi Jun1-17/+13
2021-09-14Revert "USB: bcma: Add a check for devm_gpiod_get"Rafał Miłecki1-4/+1
2021-09-14usb: ehci: Simplify platform driver registrationGuenter Roeck1-48/+27
2021-09-14USB: cdc-acm: fix minor-number releaseJohan Hovold2-2/+7
2021-09-14usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-09-14usb: cdns3: fix race condition before setting doorbellPawel Laszczak1-0/+14
2021-09-14usb: gadget: r8a66597: fix a loop in set_feature()Dan Carpenter1-1/+1
2021-09-14usb: gadget: u_audio: EP-OUT bInterval in fback frequencyPavel Hofman1-3/+10
2021-09-14usb: gadget: fix for a typo that conveys logically-inverted information.Ajay Garg1-1/+1
2021-09-14usb: gadget: goku_udc: Fix mask and set operation on variable masterColin Ian King1-3/+3
2021-09-14USB: host: ehci-atmel: Add support for HSIC phyCristian Birsan1-0/+8
2021-09-14usb: ehci: handshake CMD_RUN instead of STS_HALTNeal Liu3-1/+17
2021-09-14usb: gadget: f_uac2: clean up some inconsistent indentingColin Ian King1-8/+8
2021-09-14usb: dwc3: reference clock period configurationBalaji Prakash J2-0/+35
2021-09-14usb: ohci: Prefer struct_size over open coded arithmeticLen Baker1-2/+1
2021-09-14usb: typec: hd3ss3220: Use regmap_write_bits()Philipp Zabel1-5/+3
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard128-1393/+3852
2021-09-13USB: serial: option: add Telit LN920 compositionsCarlo Lobrano1-0/+8
2021-09-05Merge tag 'usb-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds10-93/+48
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2021-09-01Merge tag 'usb-serial-5.15-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman1-0/+1
2021-09-01Merge tag 'usb-serial-5.15-rc1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman9-93/+47
2021-09-01Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds99-1117/+3516
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-33/+34
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-9/+3
2021-08-30USB: serial: pl2303: fix GL type detectionRobert Marko1-0/+1
2021-08-27usb: isp1760: otg control register accessRui Miguel Silva2-24/+42
2021-08-27usb: isp1760: use the right irq status bitRui Miguel Silva1-6/+6
2021-08-27usb: isp1760: write to status and address registerRui Miguel Silva1-12/+11
2021-08-27usb: isp1760: fix qtd fill lengthRui Miguel Silva1-2/+4
2021-08-27usb: isp1760: fix memory pool initializationRui Miguel Silva1-2/+2
2021-08-27usb: gadget: u_audio: fix race condition on endpoint stopJerome Brunet1-4/+4