summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2024-09-03usb: typec: ucsi: Fix cable registrationHeikki Krogerus
2024-09-03usb: cdns2: Convert comma to semicolonChen Ni
2024-09-03usb: typec: ucsi: Fix the partner PD revisionHeikki Krogerus
2024-09-03usb: cdns2: Fix controller reset issuePawel Laszczak
2024-09-03usb: dwc3: core: update LC timer as per USB Spec V3.2Faisal Hassan
2024-09-03usb: dwc3: Avoid waking up gadget during startxferPrashanth K
2024-09-03usb: gadget: function: move u_f.h to include/linux/usb/func_utils.hMichael Grzeschik
2024-09-03usb: acpi: add device link between tunneled USB3 device and USB4 Host InterfaceMathias Nyman
2024-09-03usb: Add tunnel_mode parameter to usb device structureMathias Nyman
2024-09-03xhci: Add USB4 tunnel detection for USB3 devices on Intel hostsMathias Nyman
2024-09-03usb: f_mass_storage: Make use of the helper macro kthread_run()Hongbo Li
2024-09-03usb: gadget: f_acm: make bInterfaceProtocol configurableMichael Walle
2024-09-03usb: ohci-nxp: Use helper function devm_clk_get_enabled()Zhang Zekun
2024-09-03usb: gadget: udc-xilinx: Remove trailing space after \n newlineColin Ian King
2024-09-03usb: chipidea: npcm: Fix coding style with missing spaceAndreas Kühn
2024-09-03usb: dwc2: Adjust the timing of USB Driver Interrupt Registration in the Cras...Shawn Shao
2024-09-03usb: dwc3: xilinx: simplify with dev_err_probeKrzysztof Kozlowski
2024-09-03usb: dwc3: rtk: return directly and simplify with devm_platform_ioremap_resourceKrzysztof Kozlowski
2024-09-03usb: dwc3: rtk: use scoped device node handling to simplify error pathsKrzysztof Kozlowski
2024-09-03usb: dwc3: qcom: simplify with devm_platform_ioremap_resourceKrzysztof Kozlowski
2024-09-03usb: dwc3: qcom: use scoped device node handling to simplify error pathsKrzysztof Kozlowski
2024-09-03usb: dwc3: imx8mp: use scoped device node handling to simplify error pathsKrzysztof Kozlowski
2024-09-03usb: dwc3: imx8mp: simplify with dev_err_probeKrzysztof Kozlowski
2024-09-03usb: dwc3: imx8mp: simplify with devm_clk_get_enabledKrzysztof Kozlowski
2024-09-03usb: dwc3: st: simplify pdev->dev usageKrzysztof Kozlowski
2024-09-03usb: dwc3: st: simplify with dev_err_probeKrzysztof Kozlowski
2024-09-03usb: dwc3: st: use scoped device node handling to simplify error pathsKrzysztof Kozlowski
2024-09-03usb-storage: Constify struct usb_device_id and us_unusual_devChristophe JAILLET
2024-09-03usb: chipidea: udc: enable suspend interrupt after usb resetXu Yang
2024-09-03Merge 6.11-rc6 into usb-nextGreg Kroah-Hartman
2024-09-01Merge tag 'usb-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-08-30Merge tag 'usb-serial-6.11-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2024-08-28Merge tag 'qcom-drivers-fixes-for-6.11' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann
2024-08-27USB: serial: option: add MeiG Smart SRM825LZHANG Yuntian
2024-08-26USB: serial: kobil_sct: restore initial terminal settingsJohan Hovold
2024-08-26USB: serial: drop driver owner initializationKrzysztof Kozlowski
2024-08-26USB: serial: set driver owner when registering driversKrzysztof Kozlowski
2024-08-25usb: roles: add lockdep class key to struct usb_role_switchAmit Sunil Dhamne
2024-08-25usb: ehci-brcm: fix module autoloadingLiao Chen
2024-08-25usb: typec: fix module autoloadingLiao Chen
2024-08-25usb: misc: brcmstb-usb-pinmap: fix module autoloadingLiao Chen
2024-08-25usb: phy: phy-gpio-vbus-usb: fix module autoloadingLiao Chen
2024-08-24usb: cdnsp: fix for Link TRB with TCPawel Laszczak
2024-08-23usb: typec: ucsi: Remove useless error check from ucsi_read_error()Heikki Krogerus
2024-08-23usb: typec: ucsi: Call CANCEL from single locationHeikki Krogerus
2024-08-23usb: typec: ucsi: Common function for the GET_PD_MESSAGE commandHeikki Krogerus
2024-08-23usb: typec: ucsi: Only assign the identity structure if the PPM supports itHeikki Krogerus
2024-08-23usb: typec: ucsi: Don't truncate the readsHeikki Krogerus
2024-08-23usb: typec: ucsi: Remove unused fields from struct ucsi_connector_statusHeikki Krogerus
2024-08-22usb: dwc3: st: add missing depopulate in probe error pathKrzysztof Kozlowski