summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-07-14usb: ldusb: replace ternary operator with max_t()Jiangshan Yi1-2/+4
2022-07-14usb: dwc3: ep0: Properly handle setup_packet_pending scenario in data stageWesley Cheng1-0/+7
2022-07-14usb: misc: onboard_hub: Fix 'missing prototype' warningMatthias Kaehlcke1-0/+1
2022-07-14usb: gadget: f_mass_storage: forced_eject attributeMaxim Devaev3-0/+42
2022-07-14usb: gadget: udc: amd5536 depends on HAS_DMARandy Dunlap1-1/+1
2022-07-13USB: serial: fix repeated word "the" in commentsJiang Jian2-2/+2
2022-07-13USB: serial: io_edgeport: fix spelling mistakesZhang Jiaming1-2/+2
2022-07-13USB: serial: ftdi_sio: add Belimo device idsLucien Buchmann2-0/+9
2022-07-08usb: dwc3: gadget: fix high speed multiplier settingMichael Grzeschik1-2/+2
2022-07-08usb: dwc3: gadget: refactor dwc3_repare_one_trbMichael Grzeschik1-52/+40
2022-07-08drivers/usb/host/ehci-fsl: Fix interrupt setup in host mode.Darren Stevens2-8/+6
2022-07-08usb: gadget: uvc: fix changing interface name via configfsMichael Grzeschik1-2/+4
2022-07-08usb: typec: add missing uevent when partner support PDLinyu Yuan1-0/+1
2022-07-08usb: core: hub: Create platform devices for onboard hubs in hub_probe()Matthias Kaehlcke2-1/+9
2022-07-08usb: misc: Add onboard_usb_hub driverMatthias Kaehlcke6-0/+608
2022-07-08usb: mtu3: support function remote wakeupChunfeng Yun3-4/+38
2022-07-08usb: mtu3: check capability of usb3 dual roleChunfeng Yun1-4/+28
2022-07-08usb: mtu3: add feature to disable device's usb3 portChunfeng Yun3-16/+24
2022-07-08usb: mtu3: print endpoint type as stringChunfeng Yun2-6/+6
2022-07-08usb: typec: tcpci: move tcpci.h to include/linux/usb/Xin Ji5-216/+4
2022-07-08gadgetfs: ep_io - wait until IRQ finishesJozef Martiniak1-0/+1
2022-07-08usb: gadget: udc: atmel: convert to platform driverMichael Walle1-4/+4
2022-07-08usb: gadget: udc: atmel: check rc of devm_gpiod_get_optional()Michael Walle1-0/+2
2022-07-08USB: gadget: udc: tracing: Do not open code __string() with __dynamic_array()Steven Rostedt (Google)1-4/+4
2022-06-30usb: host: xhci: use snprintf() in xhci_decode_trb()Sergey Shtylyov1-1/+1
2022-06-29usb: dwc3-am62: remove unnecesary clk_put()Yang Yingliang1-6/+2
2022-06-29usb: dwc3: gadget: Fix event pending checkThinh Nguyen1-1/+3
2022-06-29usb: gadget: f_mass_storage: Make CD-ROM emulation works with Windows OSNeal Liu1-5/+6
2022-06-29USB: cdc-acm: use define for timeoutOliver Neukum1-1/+1
2022-06-29usb: musb: mpfs: add missing clk_disable_unprepare() in mpfs_remove()Yang Yingliang1-0/+1
2022-06-29usb: gadget: aspeed_udc: fix handling of tx_len == 0Dan Carpenter1-3/+6
2022-06-29usb: dwc3: gadget: fix a kernel-doc warningMauro Carvalho Chehab1-0/+1
2022-06-29usb: dwc3: document async_callbacks fieldMauro Carvalho Chehab1-0/+2
2022-06-27usb: core: sysfs: convert sysfs snprintf to sysfs_emitXuezhi Zhang1-39/+40
2022-06-27Merge 5.19-rc4 into usb-nextGreg Kroah-Hartman10-46/+119
2022-06-24usb: chipidea: udc: check request status before setting device addressXu Yang1-0/+3
2022-06-24USB: gadget: Fix double-free bug in raw_gadget driverAlan Stern1-6/+7
2022-06-24usb: gadget: u_ether: Remove duplicated include in u_ether.cYang Li1-1/+0
2022-06-24usb: max-3421: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-06-24usb: dwc2: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-06-24usb: dwc2: gadget: remove D+ pull-up while no vbus with usb-role-switchAmelie Delaunay1-1/+2
2022-06-24usb: musb: mpfs: Fix error codes in probe()Dan Carpenter1-1/+4
2022-06-23xhci-pci: Allow host runtime PM as default for Intel Meteor Lake xHCIUtkarsh Patel1-1/+3
2022-06-23xhci-pci: Allow host runtime PM as default for Intel Raptor Lake xHCITanveer Alam1-1/+3
2022-06-23xhci: turn off port power in shutdownMathias Nyman3-3/+16
2022-06-23xhci: Keep interrupt disabled in initialization until host is running.Hongyu Xie1-13/+22
2022-06-23Merge tag 'usb-serial-5.19-rc4' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-12/+23
2022-06-23USB: serial: option: add Quectel RM500K module supportMacpaul Lin1-0/+2
2022-06-22Merge branch 'staging-octeon' of gitolite.kernel.org:/pub/scm/linux/kernel/gi...Greg Kroah-Hartman4-0/+5598
2022-06-22USB: serial: use kmemdup instead of kmalloc + memcpySlark Xiao3-9/+3