summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: bdc: Make bdc pci driver depend on BROKENPatrik Jakobsson2021-01-191-1/+1
* xhci: tegra: Delay for disabling LFPS detectorJC Kuo2021-01-151-0/+7
* xhci: make sure TRB is fully written before giving it to the controllerMathias Nyman2021-01-151-0/+2
* usb: udc: core: Use lock when write to soft_connectThinh Nguyen2021-01-151-3/+10
* USB: gadget: dummy-hcd: Fix errors in port-reset handlingAlan Stern2021-01-141-3/+7
* usb: gadget: aspeed: fix stop dma register setting.Ryan Chen2021-01-121-1/+4
* USB: ehci: fix an interrupt calltrace errorLongfang Liu2021-01-121-0/+3
* ehci: fix EHCI host controller initialization sequenceEugene Korenevsky2021-01-121-0/+12
* Merge tag 'usb-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2021-01-121-11/+11
|\
| * usb: cdns3: imx: improve driver .remove APIPeter Chen2020-12-291-0/+5
| * usb: cdns3: imx: fix can't create core device the second time issuePeter Chen2020-12-291-10/+1
| * usb: cdns3: imx: fix writing read-only memory issuePeter Chen2020-12-291-1/+5
* | usb: dwc3: gadget: Clear wait flag on dequeueThinh Nguyen2021-01-071-0/+2
* | usb: typec: Send uevent for num_altmodes updatePrashant Malani2021-01-071-0/+2
* | usb: typec: Fix copy paste error for NVIDIA alt-mode descriptionPeter Robinson2021-01-071-1/+1
* | usb: gadget: enable super speed plustaehyun.cho2021-01-071-2/+2
* | kcov, usb: hide in_serving_softirq checks in __usb_hcd_giveback_urbAndrey Konovalov2021-01-071-5/+3
* | Merge tag 'usb-serial-5.11-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-01-062-5/+18
|\ \
| * | USB: serial: iuu_phoenix: fix DMA from stackJohan Hovold2021-01-041-5/+15
| * | USB: serial: option: add LongSung M5710 module supportDaniel Palmer2021-01-041-0/+1
| * | USB: serial: option: add Quectel EM160R-GLBjørn Mork2021-01-041-0/+2
| |/
* | usb: uas: Add PNY USB Portable SSD to unusual_uasThinh Nguyen2021-01-051-0/+7
* | usb: gadget: configfs: Preserve function ordering after bind failureChandana Kishori Chiluveru2021-01-041-2/+2
* | usb: gadget: select CONFIG_CRC32Arnd Bergmann2021-01-041-0/+2
* | usb: gadget: core: change the comment for usb_gadget_connectPeter Chen2021-01-041-2/+1
* | usb: gadget: configfs: Fix use-after-free issue with udc_nameEddie Hung2021-01-041-2/+9
* | usb: dwc3: gadget: Restart DWC3 gadget when enabling pullupWesley Cheng2021-01-041-11/+3
* | usb: usbip: vhci_hcd: protect shift sizeRandy Dunlap2021-01-041-0/+2
* | USB: usblp: fix DMA to stackJohan Hovold2021-01-041-2/+19
* | USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bugAlan Stern2020-12-301-12/+23
* | usb: gadget: f_uac2: reset wMaxPacketSizeJerome Brunet2020-12-281-14/+55
* | usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regressionSerge Semin2020-12-281-13/+5
* | usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based oneSerge Semin2020-12-281-3/+15
* | usb: dwc3: ulpi: Use VStsDone to detect PHY regs access completionSerge Semin2020-12-282-1/+2
* | USB: yurex: fix control-URB timeout handlingJohan Hovold2020-12-281-0/+3
* | usb: chipidea: ci_hdrc_imx: add missing put_device() call in usbmisc_get_init...Yu Kuai2020-12-281-1/+5
* | usb: gadget: u_ether: Fix MTU size mismatch with RX packet sizeManish Narani2020-12-281-4/+5
* | USB: gadget: legacy: fix return error code in acm_ms_bind()Yang Yingliang2020-12-281-1/+3
* | usb: gadget: Fix spinlock lockup on usb_function_deactivateSriharsha Allenki2020-12-281-2/+8
* | usb: gadget: function: printer: Fix a memory leak for interface descriptorZqiang2020-12-281-0/+1
* | usb: dwc3: meson-g12a: disable clk on error handling path in probeZheng Zengkai2020-12-281-1/+1
* | USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk setMichael Grzeschik2020-12-281-12/+12
* | usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ requestMadhusudanarao Amara2020-12-281-0/+11
* | USB: cdc-wdm: Fix use after free in service_outstanding_interrupt().Tetsuo Handa2020-12-281-3/+13
* | usb: gadget: fsl_mxc_udc: Remove the driverFabio Estevam2020-12-283-124/+1
* | USB: cdc-acm: blacklist another IR Droid deviceSean Young2020-12-281-0/+4
|/
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-172-6/+2
|\
| * powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2020-12-042-6/+2
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-4/+4
|\ \
| * | block: remove i_bdevChristoph Hellwig2020-12-011-4/+4