summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-17usb: host: xhci-plat: Add .post_resume_quirk for struct xhci_plat_privBiju Das
2025-09-17usb: host: xhci-rcar: Move R-Car reg definitionsBiju Das
2025-09-17dt-bindings: usb: Document Renesas RZ/G3E USB3HOSTBiju Das
2025-09-17usb: gadget: f_fs: Fix epfile null pointer access after ep enable.Owen Gu
2025-09-17usb: typec: Stub out typec_switch APIs when CONFIG_TYPEC=nStephen Boyd
2025-09-17usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBsForest Crossman
2025-09-17usb: xhci: plat: Facilitate using autosuspend for xhci plat devicesKrishna Kurapati
2025-09-17Merge patch series "Add SpacemiT K1 USB3.0 host controller support"Greg Kroah-Hartman
2025-09-17usb: dwc3: add generic driver to support flattenedZe Huang
2025-09-17dt-bindings: usb: dwc3: add support for SpacemiT K1Ze Huang
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman
2025-09-14Linux 6.17-rc6v6.17-rc6Linus Torvalds
2025-09-14Merge tag 'phy-fix-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds
2025-09-14Merge tag 'dmaengine-fix-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-14Merge tag 'tty-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-09-14Merge tag 'usb-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-09-14Merge tag 'x86-urgent-2025-09-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-09-14Merge tag 'timers-urgent-2025-09-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-09-14Merge tag 'input-for-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-14usb: typec: tipd: Handle mode transitions for CD321xHector Martin
2025-09-14usb: typec: tipd: Read data status in probe and cache its valueHector Martin
2025-09-14usb: typec: tipd: Use read_power_status function in probeHector Martin
2025-09-14usb: typec: tipd: Update partner identity when power status was updatedHector Martin
2025-09-14usb: typec: tipd: Register DisplayPort and Thunderbolt altmodes for cd321xSven Peter
2025-09-14usb: typec: tipd: Read USB4, Thunderbolt and DisplayPort status for cd321xSven Peter
2025-09-14usb: typec: tipd: Add cd321x struct with separate sizeSven Peter
2025-09-14usb: typec: tipd: Trace data status for CD321x correctlySven Peter
2025-09-14usb: typec: tipd: Move switch_power_state to tipd_dataSven Peter
2025-09-14usb: typec: tipd: Move initial irq mask to tipd_dataSven Peter
2025-09-14usb: typec: tipd: Clear interrupts firstSven Peter
2025-09-13MAINTAINERS: Input: Drop melfas-mip4 sectionKrzysztof Kozlowski
2025-09-13Merge tag 'erofs-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-09-13Merge tag 'ceph-for-6.17-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-09-13Merge tag 'regulator-fix-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-13Merge tag 'driver-core-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-09-12Merge tag 'pci-v6.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-12Merge tag 'drm-fixes-2025-09-12' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-09-12Merge tag 'v6.17-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-09-12Merge patch series "Support system sleep with offloaded usb transfers" into u...Greg Kroah-Hartman
2025-09-12usb: host: enable USB offload during system sleepGuan-Yu Lin
2025-09-12xhci: sideband: add api to trace sideband usageGuan-Yu Lin
2025-09-12usb: offload: add apis for offload usage trackingGuan-Yu Lin
2025-09-12usb: xhci-plat: separate dev_pm_ops for each pm_eventGuan-Yu Lin
2025-09-12i2c: Add Intel USBIO I2C driverIsrael Cepeda
2025-09-12gpio: Add Intel USBIO GPIO driverIsrael Cepeda
2025-09-12usb: misc: Add Intel USBIO bridge driverIsrael Cepeda
2025-09-12usb: dwc3: qcom: Implement glue callbacks to facilitate runtime suspendKrishna Kurapati
2025-09-12usb: dwc3: core: Introduce glue callbacks for flattened implementationsKrishna Kurapati
2025-09-12usb: xhci: tegra: Support USB wakeup function for Tegra234Haotien Hsu
2025-09-12usb: udc: Add trace event for usb_gadget_set_stateKuen-Han Tsai