summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-12-21usb: musb: dsps: Use platform_get_irq_byname() to get the interruptLad Prabhakar1-6/+9
2021-12-21usb: cdns3: Use platform_get_irq_byname() to get the interruptLad Prabhakar1-6/+8
2021-12-21usb: isp1760: Use platform_get_irq() to get the interruptLad Prabhakar1-9/+7
2021-12-21usb: dwc3: Drop unneeded calls to platform_get_resource_byname()Lad Prabhakar1-19/+26
2021-12-21usb: renesas_usbhs: Use platform_get_irq() to get the interruptLad Prabhakar3-23/+6
2021-12-21usb: host: fotg210: Use platform_get_irq() to get the interruptLad Prabhakar1-8/+3
2021-12-21xhci: use max() to make code cleanerChangcheng Deng1-4/+2
2021-12-21Revert "usb: host: ehci-sh: propagate errors from platform_get_irq()"Greg Kroah-Hartman1-2/+2
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman15-35/+87
2021-12-17usb: misc: ehset: Rework test mode entryRazvan Heghedus1-0/+58
2021-12-17usb: core: Export usb_device_match_idRazvan Heghedus1-0/+1
2021-12-17usb: musb: Set the DT node on the child deviceRob Herring6-0/+9
2021-12-17usb: musb: Drop unneeded resource copyingRob Herring3-53/+4
2021-12-17usb: host: ohci-omap: propagate errors from platform_get_irq()Sergey Shtylyov1-1/+1
2021-12-17usb: host: ehci-sh: propagate errors from platform_get_irq()Sergey Shtylyov1-2/+2
2021-12-17usb: gadget: udc: pxa25x: propagate errors from platform_get_irq()Sergey Shtylyov1-1/+1
2021-12-17usb: gadget: udc: bcm63xx: propagate errors from platform_get_irq()Sergey Shtylyov1-2/+6
2021-12-17usb: ftdi-elan: fix memory leak on device disconnectWei Yongjun1-0/+1
2021-12-17usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0Kai-Heng Feng1-1/+4
2021-12-17usb: dwc2: drd: restore role and overrides upon resumeFabrice Gasnier2-6/+42
2021-12-17usb: dwc2: drd: add role-switch-default-node supportFabrice Gasnier2-0/+16
2021-12-17usb: chipidea: Set the DT node on the child deviceRob Herring1-0/+1
2021-12-17usb: uhci: Use platform_get_irq() to get the interruptRob Herring1-1/+5
2021-12-17usb: ohci-s3c2410: Use platform_get_irq() to get the interruptRob Herring1-2/+8
2021-12-17usb: ohci-spear: Remove direct access to platform_device resource listRob Herring1-1/+1
2021-12-17Revert "usb: early: convert to readl_poll_timeout_atomic()"Greg Kroah-Hartman1-4/+11
2021-12-17usb: hub: make wait_for_connected() take an int instead of a pointer to intDan Carpenter1-3/+3
2021-12-17Merge tag 'usb-serial-5.16-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-2/+12
2021-12-16usb: chipidea: tegra: Add runtime PM and OPP supportDmitry Osipenko1-7/+46
2021-12-16usb: hub: avoid warm port reset during USB3 disconnectMathias Nyman1-5/+19
2021-12-16usb: host: xen-hcd: add missing unlock in error pathYang Yingliang1-0/+3
2021-12-16usb: dwc2: platform: adopt dev_err_probe() to silent probe deferAmelie Delaunay1-37/+16
2021-12-16usb: typec: tcpm: fix tcpm unregister port but leave a pending timerXu Yang1-5/+13
2021-12-16usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restorePawel Laszczak1-0/+12
2021-12-16USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)Jimmy Wang1-0/+3
2021-12-16usb: xhci: Extend support for runtime power management for AMD's Yellow carp.Nehal Bakulchandra Shah1-1/+5
2021-12-15usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probeAmelie Delaunay1-0/+3
2021-12-15USB: gadget: bRequestType is a bitfield, not a enumGreg Kroah-Hartman3-9/+9
2021-12-14USB: serial: option: add Telit FN990 compositionsDaniele Palmas1-0/+8
2021-12-14USB: serial: cp210x: fix CP2105 GPIO registrationJohan Hovold1-2/+4
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2-2/+2
2021-12-13usb: cdnsp: Fix incorrect status for control requestPawel Laszczak1-0/+2
2021-12-13usb: cdnsp: Fix issue in cdnsp_log_ep trace eventPawel Laszczak1-2/+2
2021-12-13usb: cdnsp: Fix incorrect calling of cdnsp_died functionPawel Laszczak1-1/+8
2021-12-13usb: xhci-mtk: fix list_del warning when enable list debugChunfeng Yun1-1/+1
2021-12-13usb: gadget: u_ether: fix race in setting MAC address in setup phaseMarian Postevca1-10/+6
2021-12-13usb: core: hcd: change sizeof(vaddr) to sizeof(unsigned long)Guo Zhengkui1-1/+1
2021-12-13usb: aspeed-vhub: support test mode featureNeal Liu2-10/+32
2021-12-13usb: aspeed-vhub: fix ep0 OUT ack received wrong length issueNeal Liu1-0/+7
2021-12-13usb: aspeed-vhub: add qualifier descriptorNeal Liu2-0/+25