aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2021-12-17usb: ftdi-elan: fix memory leak on device disconnectWei Yongjun
2021-12-17usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0Kai-Heng Feng
2021-12-17usb: dwc2: drd: restore role and overrides upon resumeFabrice Gasnier
2021-12-17usb: dwc2: drd: add role-switch-default-node supportFabrice Gasnier
2021-12-17usb: chipidea: Set the DT node on the child deviceRob Herring
2021-12-17usb: uhci: Use platform_get_irq() to get the interruptRob Herring
2021-12-17usb: ohci-s3c2410: Use platform_get_irq() to get the interruptRob Herring
2021-12-17usb: ohci-spear: Remove direct access to platform_device resource listRob Herring
2021-12-17Revert "usb: early: convert to readl_poll_timeout_atomic()"Greg Kroah-Hartman
2021-12-17usb: hub: make wait_for_connected() take an int instead of a pointer to intDan Carpenter
2021-12-17Merge tag 'usb-serial-5.16-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2021-12-16usb: chipidea: tegra: Add runtime PM and OPP supportDmitry Osipenko
2021-12-15usb: hub: avoid warm port reset during USB3 disconnectMathias Nyman
2021-12-15usb: host: xen-hcd: add missing unlock in error pathYang Yingliang
2021-12-15usb: dwc2: platform: adopt dev_err_probe() to silent probe deferAmelie Delaunay
2021-12-15usb: typec: tcpm: fix tcpm unregister port but leave a pending timerXu Yang
2021-12-15usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restorePawel Laszczak
2021-12-15USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)Jimmy Wang
2021-12-15usb: xhci: Extend support for runtime power management for AMD's Yellow carp.Nehal Bakulchandra Shah
2021-12-15usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probeAmelie Delaunay
2021-12-15USB: gadget: bRequestType is a bitfield, not a enumGreg Kroah-Hartman
2021-12-14USB: serial: option: add Telit FN990 compositionsDaniele Palmas
2021-12-14USB: serial: cp210x: fix CP2105 GPIO registrationJohan Hovold
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman
2021-12-13usb: cdnsp: Fix incorrect status for control requestPawel Laszczak
2021-12-13usb: cdnsp: Fix issue in cdnsp_log_ep trace eventPawel Laszczak
2021-12-13usb: cdnsp: Fix incorrect calling of cdnsp_died functionPawel Laszczak
2021-12-13usb: xhci-mtk: fix list_del warning when enable list debugChunfeng Yun
2021-12-13usb: gadget: u_ether: fix race in setting MAC address in setup phaseMarian Postevca
2021-12-13usb: core: hcd: change sizeof(vaddr) to sizeof(unsigned long)Guo Zhengkui
2021-12-13usb: aspeed-vhub: support test mode featureNeal Liu
2021-12-13usb: aspeed-vhub: fix ep0 OUT ack received wrong length issueNeal Liu
2021-12-13usb: aspeed-vhub: add qualifier descriptorNeal Liu
2021-12-13usb: Introduce Xen pvUSB frontend (xen hcd)Juergen Gross
2021-12-13usb: dwc3: gadget: Support Multi-Stream TransferThinh Nguyen
2021-12-13Merge 5.16-rc5 into usb-nextGreg Kroah-Hartman
2021-12-12Merge tag 'usb-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-12-12usb: core: config: using bit mask instead of individual bitsPavel Hofman
2021-12-12usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman
2021-12-12USB: gadget: zero allocate endpoint 0 buffersGreg Kroah-Hartman
2021-12-12USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman
2021-12-10xhci: avoid race between disable slot command and host runtime suspendMathias Nyman
2021-12-10xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-12-09Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default"Douglas Anderson
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-06Merge 5.16-rc4 into usb-nextGreg Kroah-Hartman
2021-12-05usb: core: Fix file path that does not existWei Ming Chen
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski
2021-12-03usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()Zhou Qingyang