aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-08-18USB: yurex: remove needless check before usb_free_coherent()Xu Wang1-4/+2
2020-08-18USB: storage: isd200: fix spelling mistake "removeable" -> "removable"Colin Ian King1-1/+1
2020-08-18usb: host: xhci-tegra: remove a duplicated entryJC Kuo1-1/+0
2020-08-18usb: xhci-mtk: Fix typoFrank Wunderlich1-3/+3
2020-08-18usb: mtu3: Remove unsused inline function is_first_entryYueHaibing1-6/+0
2020-08-18usb: hcd: Fix use after free in usb_hcd_pci_remove()Andy Shevchenko1-1/+4
2020-08-18usb: typec: ucsi: Hold con->lock for the entire duration of ucsi_register_port()Hans de Goede2-17/+23
2020-08-18usb: typec: ucsi: Rework ppm_lock handlingHans de Goede1-34/+22
2020-08-18usb: typec: ucsi: Fix 2 unlocked ucsi_run_command callsHans de Goede1-2/+4
2020-08-18usb: typec: ucsi: Fix AB BA lock inversionHans de Goede1-9/+9
2020-08-18usbip: Implement a match function to fix usbipM. Vefa Bicakci1-0/+6
2020-08-18usb: renesas-xhci: remove version checkVinod Koul1-18/+1
2020-08-18USB: lvtest: return proper error code in probeEvgeny Novikov1-1/+1
2020-08-18USB: cdc-acm: rework notification_buffer resizingTom Rix1-12/+10
2020-08-18USB: quirks: Add no-lpm quirk for another Raydium touchscreenKai-Heng Feng1-0/+2
2020-08-18USB: yurex: Fix bad gfp argumentAlan Stern1-1/+1
2020-08-17usb: dwc3: gadget: Handle ZLP for sg requestsThinh Nguyen1-0/+31
2020-08-17usb: dwc3: gadget: Fix handling ZLPThinh Nguyen1-2/+23
2020-08-17usb: dwc3: gadget: Don't setup more than requestedThinh Nguyen1-16/+35
2020-08-17usb: gadget: f_tcm: Fix some resource leaks in some error pathsChristophe JAILLET1-3/+4
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+6
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+6
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds244-2611/+3394
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+3
2020-08-03Merge tag 'arm-soc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2-2/+2
2020-07-30usb: gadget: udc: Avoid tasklet passing a globalKees Cook1-4/+2
2020-07-30usb: common: usb-conn-gpio: Register chargerPaul Cercueil2-0/+46
2020-07-29usb: mtu3: simplify mtu3_req_complete()Chunfeng Yun1-10/+7
2020-07-29usb: mtu3: clear dual mode of u3port when disable deviceChunfeng Yun1-1/+5
2020-07-29usb: mtu3: use MTU3_EP_WEDGE flagChunfeng Yun3-7/+5
2020-07-29usb: mtu3: remove useless member @busy in mtu3_ep structChunfeng Yun2-7/+0
2020-07-29usb: mtu3: remove repeated error logChunfeng Yun1-7/+1
2020-07-29usb: mtu3: add ->udc_set_speed()Chunfeng Yun3-28/+58
2020-07-29usb: mtu3: introduce a funtion to check maximum speedChunfeng Yun1-20/+28
2020-07-29usb: mtu3: clear interrupts status when disable interruptsChunfeng Yun1-13/+12
2020-07-29usb: mtu3: reinitialize CSR registersChunfeng Yun1-29/+32
2020-07-29usb: mtu3: fix macro for maximum number of packetsChunfeng Yun1-2/+2
2020-07-29usb: mtu3: remove unnecessary pointer checksChunfeng Yun1-19/+6
2020-07-29usb: xhci: Fix ASMedia ASM1142 DMA addressingForest Crossman1-1/+3
2020-07-29usb: xhci: define IDs for various ASMedia host controllersForest Crossman1-3/+5
2020-07-29usb: musb: convert to devm_platform_ioremap_resource_bynameChunfeng Yun1-3/+1
2020-07-29usb: gadget: tegra-xudc: convert to devm_platform_ioremap_resource_bynameChunfeng Yun1-5/+2
2020-07-29usb: gadget: r8a66597: convert to devm_platform_ioremap_resource_bynameChunfeng Yun1-4/+2
2020-07-29usb: dwc3: convert to devm_platform_ioremap_resource_bynameChunfeng Yun1-2/+2
2020-07-29usb: cdns3: convert to devm_platform_ioremap_resource_bynameChunfeng Yun1-2/+1
2020-07-29usb: phy: am335x: convert to devm_platform_ioremap_resource_bynameChunfeng Yun1-5/+2
2020-07-29usb: mtu3: convert to devm_platform_ioremap_resource_bynameChunfeng Yun2-6/+2
2020-07-29USB: Simplify USB ID table matchBastien Nocera1-2/+0