summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-0/+6
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-5/+6
2020-08-05Merge tag 'usb-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2611/+3394
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+3
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+3
2020-08-03Merge tag 'arm-soc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-2/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook-2/+2
2020-07-30usb: gadget: udc: Avoid tasklet passing a globalKees Cook-4/+2
2020-07-30usb: common: usb-conn-gpio: Register chargerPaul Cercueil-0/+46
2020-07-29usb: mtu3: simplify mtu3_req_complete()Chunfeng Yun-10/+7
2020-07-29usb: mtu3: clear dual mode of u3port when disable deviceChunfeng Yun-1/+5
2020-07-29usb: mtu3: use MTU3_EP_WEDGE flagChunfeng Yun-7/+5
2020-07-29usb: mtu3: remove useless member @busy in mtu3_ep structChunfeng Yun-7/+0
2020-07-29usb: mtu3: remove repeated error logChunfeng Yun-7/+1
2020-07-29usb: mtu3: add ->udc_set_speed()Chunfeng Yun-28/+58
2020-07-29usb: mtu3: introduce a funtion to check maximum speedChunfeng Yun-20/+28
2020-07-29usb: mtu3: clear interrupts status when disable interruptsChunfeng Yun-13/+12
2020-07-29usb: mtu3: reinitialize CSR registersChunfeng Yun-29/+32
2020-07-29usb: mtu3: fix macro for maximum number of packetsChunfeng Yun-2/+2
2020-07-29usb: mtu3: remove unnecessary pointer checksChunfeng Yun-19/+6
2020-07-29usb: xhci: Fix ASMedia ASM1142 DMA addressingForest Crossman-1/+3
2020-07-29usb: xhci: define IDs for various ASMedia host controllersForest Crossman-3/+5
2020-07-29usb: musb: convert to devm_platform_ioremap_resource_bynameChunfeng Yun-3/+1
2020-07-29usb: gadget: tegra-xudc: convert to devm_platform_ioremap_resource_bynameChunfeng Yun-5/+2
2020-07-29usb: gadget: r8a66597: convert to devm_platform_ioremap_resource_bynameChunfeng Yun-4/+2
2020-07-29usb: dwc3: convert to devm_platform_ioremap_resource_bynameChunfeng Yun-2/+2
2020-07-29usb: cdns3: convert to devm_platform_ioremap_resource_bynameChunfeng Yun-2/+1
2020-07-29usb: phy: am335x: convert to devm_platform_ioremap_resource_bynameChunfeng Yun-5/+2
2020-07-29usb: mtu3: convert to devm_platform_ioremap_resource_bynameChunfeng Yun-6/+2
2020-07-29USB: Simplify USB ID table matchBastien Nocera-2/+0
2020-07-29usb: typec: tcpm: Add WARN_ON ensure we are not trying to send 2 VDM packets ...Hans de Goede-0/+3
2020-07-29usb: typec: tcpm: Fix AB BA lock inversion between tcpm code and the alt-mode...Hans de Goede-0/+30
2020-07-29usb: typec: tcpm: Refactor tcpm_handle_vdm_requestHans de Goede-28/+48
2020-07-29usb: typec: tcpm: Refactor tcpm_handle_vdm_request payload handlingHans de Goede-27/+22
2020-07-29usb: typec: tcpm: Add tcpm_queue_vdm_unlocked() helperHans de Goede-12/+13
2020-07-29usb: typec: tcpm: Move mod_delayed_work(&port->vdm_state_machine) call into t...Hans de Goede-8/+3
2020-07-29Merge tag 'usb-ci-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-4/+37
2020-07-28Merge tag 'usb-serial-5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-146/+459
2020-07-28xhci: dbgtty: Make some functions staticWei Yongjun-2/+2
2020-07-28xhci: dbc: Make function xhci_dbc_ring_alloc() staticWei Yongjun-1/+1
2020-07-28usb: chipidea: imx: get available runtime dr mode for wakeup settingPeter Chen-2/+7
2020-07-28usb: chipidea: add query_available_role interfacePeter Chen-0/+27
2020-07-27Revert "usb: dwc2: override PHY input signals with usb role switch support"Greg Kroah-Hartman-214/+2
2020-07-27Revert "usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP1...Greg Kroah-Hartman-3/+1
2020-07-27USB: iowarrior: fix up report size handling for some devicesGreg Kroah-Hartman-10/+25
2020-07-27Merge tag 'usb-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-262/+687
2020-07-27Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman-1/+8
2020-07-27Merge 5.8-rc7 into usb-nextGreg Kroah-Hartman-1/+8
2020-07-24usb: dwc3: gadget: when the started list is empty stop the active xferMichael Grzeschik-1/+3
2020-07-24usb: dwc3: gadget: make starting isoc transfers more robustMichael Olbrich-0/+22