summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2023-12-15usb: cdc-acm: return correct error code on unsupported breakOliver Neukum
2023-12-15usb: dwc3: xilinx: improve error handling for PM APIsPiyush Mehta
2023-12-15USB: serial: option: add Quectel RM500Q R13 firmware supportReinhard Speyerer
2023-12-15USB: serial: option: add Foxconn T99W265 with new baselineSlark Xiao
2023-12-12Backmerge tag 'v6.7-rc5' into drm-nextDave Airlie
2023-12-11usb: fotg210-udc: fix function kernel-doc commentsRandy Dunlap
2023-12-11usb: cdns3: starfive: don't misuse /** commentRandy Dunlap
2023-12-11Merge 6.7-rc5 into usb-nextGreg Kroah-Hartman
2023-12-10usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() staticArnd Bergmann
2023-12-07usb: typec: ucsi: fix UCSI on buggy Qualcomm devicesDmitry Baryshkov
2023-12-07usb: typec: qcom-pmic-typec: Only select DRM_AUX_HPD_BRIDGE with OFNathan Chancellor
2023-12-07usb: typec: nb7vpq904m: Only select DRM_AUX_BRIDGE with OFNathan Chancellor
2023-12-07usb: gadget: f_hid: fix report descriptor allocationKonstantin Aladyshev
2023-12-06usb: xhci: xhci-plat: Add support for BCM2711Stefan Wahren
2023-12-06usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hubHardik Gajjar
2023-12-06usb: hub: Replace hardcoded quirk value with BIT() macroHardik Gajjar
2023-12-06Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"Mathias Nyman
2023-12-04usb: typec: qcom-pmic-typec: switch to DRM_AUX_HPD_BRIDGEDmitry Baryshkov
2023-12-04usb: typec: nb7vpq904m: switch to DRM_AUX_BRIDGEDmitry Baryshkov
2023-12-04usb: typec: tcpci: add vconn over current fault handling to maxim_coreRD Babiera
2023-12-04usb: typec: tcpm: add tcpm_port_error_recovery symbolRD Babiera
2023-12-04usb: typec: tps6598x: add reset gpio supportJavier Carrasco
2023-12-04usb: core: Allow subclassed USB drivers to override usb_choose_configuration()Douglas Anderson
2023-12-04usb: core: Don't force USB generic_subclass drivers to define probe()Douglas Anderson
2023-12-04usb: gadget: f_tcm: Remove snprintf() from sysfs call-backs and replace with ...Lee Jones
2023-12-04usb: gadget: Remove snprintf() from sysfs call-backs and replace with sysfs_e...Lee Jones
2023-12-04usb: fotg210-hcd: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-12-04usb: cdnsp: Replace snprintf() with the safer scnprintf() variantLee Jones
2023-12-04usb: atm: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()Lee Jones
2023-12-04usb: typec: class: fix typec_altmode_put_partner to put plugsRD Babiera
2023-12-04USB: gadget: core: adjust uevent timing on gadget unbindRoy Luo
2023-12-04spi: spl022: fix sleeping in interrupt contextMark Brown
2023-12-04xhci: fix possible null pointer deref during xhci urb enqueueMathias Nyman
2023-12-04xhci: Reconfigure endpoint 0 max packet size only during endpoint resetMathias Nyman
2023-12-04xhci: minor coding style cleanup in 'xhci_try_enable_msi()'Niklas Neronin
2023-12-04xhci: rework 'xhci_try_enable_msi()' MSI and MSI-X setup codeNiklas Neronin
2023-12-04xhci: change 'msix_count' to encompass MSI or MSI-X vectorsNiklas Neronin
2023-12-04xhci: refactor static MSI functionNiklas Neronin
2023-12-04xhci: refactor static MSI-X functionNiklas Neronin
2023-12-04xhci: add handler for only one interrupt lineNiklas Neronin
2023-12-04xhci: check if legacy irq is available before using it as fallbackNiklas Neronin
2023-12-04xhci: dbc: Add missing headersAndy Shevchenko
2023-12-04xhci: dbc: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko
2023-12-04xhci: dbc: Use sizeof_field() where it makes senseAndy Shevchenko
2023-12-04xhci: dbc: Replace custom return value with proper Linux error codeAndy Shevchenko
2023-12-04xhci: dbc: Don't shadow error codes in store() functionsAndy Shevchenko
2023-12-04xhci: dbc: Check for errors first in xhci_dbc_stop()Andy Shevchenko
2023-12-04xhci: dbc: Use ATTRIBUTE_GROUPS()Andy Shevchenko
2023-12-04xhci: dbc: Use sysfs_emit() to instead of scnprintf()Andy Shevchenko
2023-12-04xhci: dbc: Convert to use sysfs_streq()Andy Shevchenko