summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2022-01-26usb: cdnsp: Fix segmentation fault in cdns_lost_power functionPawel Laszczak
2022-01-26usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay
2022-01-26usb: gadget: at91_udc: fix incorrect print typeMiles Chen
2022-01-26usb: dwc3: xilinx: Fix error handling when getting USB3 PHYRobert Hancock
2022-01-26usb: dwc3: xilinx: Skip resets and USB3 register settings for USB2.0 modeRobert Hancock
2022-01-26usb: xhci-plat: fix crash when suspend if remote wake enableFrank Li
2022-01-26usb: common: ulpi: Fix crash in ulpi_match()Jon Hunter
2022-01-26usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUSPavankumar Kondeti
2022-01-26ucsi_ccg: Check DEV_INT bit only when starting CCG4Sing-Han Chen
2022-01-25USB: core: Fix hang in usb_kill_urb by adding memory barriersAlan Stern
2022-01-25usb-storage: Add unusual-devs entry for VL817 USB-SATA bridgeAlan Stern
2022-01-25usb: typec: tcpm: Do not disconnect when receiving VSAFE0VBadhri Jagan Sridharan
2022-01-25usb: typec: tcpm: Do not disconnect while receiving VBUS offBadhri Jagan Sridharan
2022-01-25usb: typec: Don't try to register component master without componentsHeikki Krogerus
2022-01-25usb: typec: Only attempt to link USB ports if there is fwnodeHeikki Krogerus
2022-01-25usb: typec: tcpci: don't touch CC line if it's Vconn sourceXu Yang
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-12Merge tag 'usb-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-10Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2022-01-06usb: gadget: u_audio: Subdevice 0 for capture ctlsPavel Hofman
2022-01-06usb: gadget: u_audio: fix calculations for small bIntervalJohn Keeping
2022-01-06usb: dwc2: gadget: initialize max_speed from paramsJohn Keeping
2022-01-06usb: dwc2: do not gate off the hardware if it does not support clock gatingDinh Nguyen
2022-01-06usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probeMiaoqian Lin
2022-01-05USB: common: debug: add needed kernel.h includeGreg Kroah-Hartman
2022-01-05headers/prep: Fix non-standard header section: drivers/usb/host/ohci-tmio.cIngo Molnar
2022-01-05headers/prep: Fix non-standard header section: drivers/usb/cdns3/core.hIngo Molnar
2022-01-05headers/prep: usb: gadget: Fix namespace collisionIngo Molnar
2022-01-03USB: core: Fix bug in resuming hub's handling of wakeup requestsAlan Stern
2022-01-03USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_statusAlan Stern
2022-01-03usb: dwc3: dwc3-qcom: Add missing platform_device_put() in dwc3_qcom_acpi_reg...Miaoqian Lin
2022-01-03usb: gadget: clear related members when goto failHangyu Hua
2022-01-03usb: gadget: don't release an existing dev->bufHangyu Hua
2022-01-03Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman
2021-12-30usb: dwc2: Simplify a bitmap declarationChristophe JAILLET
2021-12-30usb: Remove usb_for_each_port()Heikki Krogerus
2021-12-30usb: typec: port-mapper: Convert to the component frameworkHeikki Krogerus
2021-12-30usb: Link the ports to the connectors they are attached toHeikki Krogerus
2021-12-30usb-storage: Remove redundant assignmentsluo penghao
2021-12-21usb: typec: ucsi: Only check the contract if there is a connectionHeikki Krogerus
2021-12-21xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.Mathias Nyman
2021-12-21tty: tty_io: Switch to vmalloc() fallback in case of TTY_NO_WRITE_SPLITAndy Shevchenko
2021-12-21usb: mtu3: set interval of FS intr and isoc endpointChunfeng Yun
2021-12-21usb: mtu3: fix list_head check warningChunfeng Yun
2021-12-21usb: mtu3: add memory barrier before set GPD's HWOChunfeng Yun
2021-12-21usb: mtu3: fix interval value for intr and isocChunfeng Yun
2021-12-21usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.Vincent Pelletier