aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-11-17usb: chipidea: ci_hdrc_imx: fix potential error pointer dereference in probeDan Carpenter1-9/+9
2021-11-17usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman1-3/+11
2021-11-17usb: typec: fusb302: Fix masking of comparator and bc_lvl interruptsOndrej Jirman1-2/+4
2021-11-17usb: dwc3: leave default DMA for PCI devicesFabio Aiuto1-3/+5
2021-11-17usb: dwc2: hcd_queue: Fix use of floating point literalNathan Chancellor1-1/+1
2021-11-17usb: dwc3: gadget: Fix null pointer exceptionAlbert Wang1-0/+6
2021-11-17usb: gadget: udc-xilinx: Fix an error handling path in 'xudc_probe()'Christophe JAILLET1-1/+4
2021-11-17usb: xhci: tegra: Check padctrl interrupt presence in device treeDmitry Osipenko1-12/+29
2021-11-17usb: dwc2: gadget: Fix ISOC flow for elapsed framesMinas Harutyunyan1-3/+14
2021-11-17usb: dwc3: gadget: Check for L1/L2/U3 for Start TransferThinh Nguyen1-3/+14
2021-11-17usb: dwc3: gadget: Ignore NoStream after End TransferThinh Nguyen1-8/+8
2021-11-17usb: dwc3: core: Revise GHWPARAMS9 offsetThinh Nguyen1-1/+1
2021-11-17usb: typec: ucsi: Expose number of alternate modes in partnerSaranya Gopal1-1/+15
2021-11-17usb: xhci-mtk: fix random remote wakeupChunfeng Yun1-5/+6
2021-11-17usb: xhci-mtk: remove unnecessary error checkChunfeng Yun1-4/+1
2021-11-17usb: gadget: at91_udc: Convert to GPIO descriptorsBalamanikandan Gunasundar2-48/+27
2021-11-17usb: gadget: composite: Show warning if function driver's descriptors are inc...Qihang Hu1-13/+26
2021-11-17usb: gadget: f_midi: allow resetting index optionJohn Keeping1-2/+46
2021-11-17usb: Remove redundant 'flush_workqueue()' callsChristophe JAILLET5-12/+4
2021-11-17usb: gadget: f_fs: Use stream_open() for endpoint filesPavankumar Kondeti1-2/+2
2021-11-17USB: ehci_brcm_hub_control: Improve port index sanitizingHaimin Zhang1-1/+5
2021-11-17usb: dwc3: meson-g12a: fix shared reset control useAmjad Ouled-Ameur1-5/+12
2021-11-17usb: cdnsp: Remove unneeded semicolon after `}'Jason Wang1-1/+1
2021-11-11Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-25/+8
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+5
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-5/+5
2021-11-06xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delayMathias Nyman1-1/+2
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-44/+22
2021-11-05Revert "usb: core: hcd: Add support for deferring roothub registration"Greg Kroah-Hartman1-23/+6
2021-11-05Revert "xhci: Set HCD flag to defer primary roothub registration"Greg Kroah-Hartman1-1/+0
2021-11-04Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds84-885/+1536
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-22/+37
2021-11-02Merge tag 'pm-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-2/+2
2021-11-02Merge branch 'pm-sleep'Rafael J. Wysocki2-2/+2
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2021-10-30usb: gadget: Mark USB_FSL_QE broken on 64-bitGeert Uytterhoeven1-0/+1
2021-10-30usb: gadget: f_mass_storage: Disable eps during disconnectWesley Cheng1-0/+10
2021-10-30usb: gadget: udc: core: Revise comments for USB ep enable/disableWesley Cheng1-2/+2
2021-10-29Merge tag 'usb-serial-5.16-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman8-384/+215
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie34-311/+420
2021-10-27usb: mtu3: enable wake-up interrupt after runtime_suspend calledChunfeng Yun1-1/+1
2021-10-27usb: xhci-mtk: enable wake-up interrupt after runtime_suspend calledChunfeng Yun1-1/+1
2021-10-27USB: serial: keyspan: fix memleak on probe errorsWang Hai1-8/+7
2021-10-27USB: serial: cp210x: use usb_control_msg_recv() and usb_control_msg_send()Himadri Pandya1-78/+31
2021-10-27USB: serial: ch314: use usb_control_msg_recv()Himadri Pandya1-59/+26
2021-10-26USB: iowarrior: fix control-message timeoutsJohan Hovold1-6/+2
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2-4/+3
2021-10-25usb: remove res2 argument from gadget code completionsJens Axboe2-5/+3
2021-10-25usb: dwc2: stm32mp15: set otg_revFabrice Gasnier1-0/+2