summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2021-12-12Merge tag 'usb-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-33/+61
2021-12-12usb: core: config: using bit mask instead of individual bitsPavel Hofman-2/+2
2021-12-12usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman-1/+1
2021-12-12USB: gadget: zero allocate endpoint 0 buffersGreg Kroah-Hartman-2/+2
2021-12-12USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman-1/+40
2021-12-10xhci: avoid race between disable slot command and host runtime suspendMathias Nyman-8/+16
2021-12-10xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng-4/+0
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+1
2021-12-09Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default"Douglas Anderson-15/+0
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-0/+1
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski-0/+1
2021-12-03usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()Zhou Qingyang-0/+3
2021-12-03usb: cdns3: gadget: fix new urb never complete if ep cancel previous requestsFrank Li-16/+4
2021-12-03usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnectBadhri Jagan Sridharan-4/+0
2021-12-03USB: NO_LPM quirk Lenovo Powered USB-C Travel HubOle Ernst-0/+3
2021-12-03xhci: Fix commad ring abort, write all 64 bits to CRCR register.Mathias Nyman-7/+14
2021-11-29USB: NO_LPM quirk Lenovo Powered USB-C Travel HubOle Ernst-0/+3
2021-11-25Merge tag 'usb-serial-5.16-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman-0/+6
2021-11-24USB: serial: option: add Fibocom FM101-GL variantsMingjie Zhang-0/+3
2021-11-23usb: typec: tipd: Fix initialization sequence for cd321xHector Martin-17/+16
2021-11-23usb: typec: tipd: Fix typo in cd321x_switch_power_stateHector Martin-1/+1
2021-11-23usb: hub: Fix locking issues with address0_mutexMathias Nyman-8/+12
2021-11-23USB: serial: pl2303: fix GC type detectionJohan Hovold-0/+1
2021-11-22USB: serial: option: add Telit LE910S1 0x9200 compositionDaniele Palmas-0/+2
2021-11-17usb: chipidea: ci_hdrc_imx: fix potential error pointer dereference in probeDan Carpenter-9/+9
2021-11-17usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman-3/+11
2021-11-17usb: typec: fusb302: Fix masking of comparator and bc_lvl interruptsOndrej Jirman-2/+4
2021-11-17usb: dwc3: leave default DMA for PCI devicesFabio Aiuto-3/+5
2021-11-17usb: dwc2: hcd_queue: Fix use of floating point literalNathan Chancellor-1/+1
2021-11-17usb: dwc3: gadget: Fix null pointer exceptionAlbert Wang-0/+6
2021-11-17usb: gadget: udc-xilinx: Fix an error handling path in 'xudc_probe()'Christophe JAILLET-1/+4
2021-11-17usb: xhci: tegra: Check padctrl interrupt presence in device treeDmitry Osipenko-12/+29
2021-11-17usb: dwc2: gadget: Fix ISOC flow for elapsed framesMinas Harutyunyan-3/+14
2021-11-17usb: dwc3: gadget: Check for L1/L2/U3 for Start TransferThinh Nguyen-3/+14
2021-11-17usb: dwc3: gadget: Ignore NoStream after End TransferThinh Nguyen-8/+8
2021-11-17usb: dwc3: core: Revise GHWPARAMS9 offsetThinh Nguyen-1/+1
2021-11-11Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-25/+8
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+5
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport-5/+5
2021-11-06xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delayMathias Nyman-1/+2
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-44/+22
2021-11-05Revert "usb: core: hcd: Add support for deferring roothub registration"Greg Kroah-Hartman-23/+6
2021-11-05Revert "xhci: Set HCD flag to defer primary roothub registration"Greg Kroah-Hartman-1/+0
2021-11-04Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-885/+1536
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-22/+37
2021-11-02Merge tag 'pm-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-2/+2
2021-11-02Merge branch 'pm-sleep'Rafael J. Wysocki-2/+2
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+4
2021-10-30usb: gadget: Mark USB_FSL_QE broken on 64-bitGeert Uytterhoeven-0/+1