summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2024-05-01usb: xhci: address off-by-one in xhci_num_trbs_free()Niklas Neronin
2024-05-01usb: xhci: improve debug message in xhci_ring_expansion_needed()Niklas Neronin
2024-05-01usb: xhci: check if 'requested segments' exceeds ERST capacityNiklas Neronin
2024-05-01xhci: remove xhci_check_usb2_port_capability helperMathias Nyman
2024-05-01xhci: stored cached port capability values in one placeMathias Nyman
2024-04-30usb: typec: tcpm: Check for port partner validity before consuming itBadhri Jagan Sridharan
2024-04-30usb: typec: tcpm: enforce ready state when queueing alt mode vdmRD Babiera
2024-04-30usb: typec: tcpm: unregister existing source caps before re-registrationAmit Sunil Dhamne
2024-04-30usb: typec: tcpm: clear pd_event queue in PORT_RESETRD Babiera
2024-04-30usb: typec: tcpm: queue correct sop type in tcpm_queue_vdm_unlockedRD Babiera
2024-04-30usb: dwc3: exynos: add support for Google Tensor gs101André Draszik
2024-04-30USB: fix up for "usb: misc: onboard_hub: rename to onboard_dev"Stephen Rothwell
2024-04-30usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed deviceAlan Stern
2024-04-30usb: ohci: Prevent missed ohci interruptsGuenter Roeck
2024-04-26usb: dwc3: core: Fix compile warning on s390 gcc in dwc3_get_phy callKrishna Kurapati
2024-04-25usb: hcd-pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-04-23usb: dwc3: qcom: Add multiport suspend/resume support for wrapperKrishna Kurapati
2024-04-23usb: dwc3: qcom: Enable wakeup for applicable ports of multiportKrishna Kurapati
2024-04-23usb: dwc3: qcom: Refactor IRQ handling in glue driverKrishna Kurapati
2024-04-23usb: dwc3: qcom: Add helper function to request wakeup interruptsKrishna Kurapati
2024-04-23usb: dwc3: core: Refactor PHY logic to support Multiport ControllerKrishna Kurapati
2024-04-23usb: dwc3: core: Skip setting event buffers for host only controllersKrishna Kurapati
2024-04-23usb: dwc3: core: Access XHCI address space temporarily to read port infoKrishna Kurapati
2024-04-23usb: typec: qcom-pmic: fix pdphy start() error handlingJohan Hovold
2024-04-23usb: typec: qcom-pmic: fix use-after-free on late probe errorsJohan Hovold
2024-04-23usb: gadget: f_fs: Fix a race condition when processing setup packets.Chris Wulff
2024-04-23USB: core: Fix access violation during port device removalAlan Stern
2024-04-23usb: dwc3: core: Prevent phy suspend during initThinh Nguyen
2024-04-23usb: xhci-plat: Don't include xhci.hThinh Nguyen
2024-04-23usb: gadget: uvc: use correct buffer size when parsing configfs listsIvan Avdeev
2024-04-23usb: gadget: composite: fix OS descriptors w_value logicPeter Korsgaard
2024-04-23usb: gadget: f_fs: Fix race between aio_cancel() and AIO request completeWesley Cheng
2024-04-23Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman
2024-04-19Merge tag 'usb-serial-6.9-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2024-04-18USB: serial: option: add Telit FN920C04 rmnet compositionsDaniele Palmas
2024-04-18usb: dwc3: exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon
2024-04-18usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon
2024-04-18usb: ohci-exynos: Use devm_clk_get_enabled() helpersAnand Moon
2024-04-18usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon
2024-04-18usb: ehci-exynos: Use devm_clk_get_enabled() helpersAnand Moon
2024-04-18usb: renesas_usbhs: Remove renesas_usbhs_get_info() wrapperGeert Uytterhoeven
2024-04-18usb: dwc3: Select 2.0 or 3.0 clk base on maximum_speedThinh Nguyen
2024-04-18usb: typec: ucsi: glink: set orientation aware if supportedDmitry Baryshkov
2024-04-18usb: typec: ucsi: add update_connector callbackDmitry Baryshkov
2024-04-18usb: typec: ucsi: glink: use typec_set_orientationDmitry Baryshkov
2024-04-18usb: typec: ucsi: glink: move GPIO reading into connector_status callbackDmitry Baryshkov
2024-04-18usb: typec: ucsi: add callback for connector status updatesDmitry Baryshkov
2024-04-18usb: gadget: dummy_hcd: Set transfer interval to 1 microframeMarcello Sylvester Bauer
2024-04-18usb: gadget: dummy_hcd: Switch to hrtimer transfer schedulerMarcello Sylvester Bauer
2024-04-18usb: gadget: function: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET