summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * usb: yurex: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-5/+7
| * usb: host: max3421-hcd: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-9/+9
| * usb: cdns2: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-69/+69
| * usb: gadget: udc: atmel: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-2/+1
| * usb: gadget: uvc: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-1/+1
| * usb: gadget: f_uac2: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-3/+3
| * usb: gadget: f_uac1: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-3/+3
| * usb: gadget: configfs: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-4/+7
| * usb: f_uac1: adds support for SS and SSPPerr Zhang2023-12-151-2/+75
| * usb: typec: mux: add Qualcomm WCD939X USB SubSystem Altmode Mux driverNeil Armstrong2023-12-153-0/+790
| * usb: core: Fix crash w/ usb_choose_configuration() if no driverDouglas Anderson2023-12-151-1/+10
| * usb: typec: tcpm: Query Source partner for FRS capability only if it is DRPKyle Tso2023-12-151-1/+2
| * usb: typec: change altmode SVID to u16 entryDmitry Baryshkov2023-12-151-2/+3
| * usb: typec: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-152-6/+6
| * usb: chipidea: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-151-3/+3
| * usb: cdc-acm: return correct error code on unsupported breakOliver Neukum2023-12-151-0/+3
| * usb: dwc3: xilinx: improve error handling for PM APIsPiyush Mehta2023-12-151-4/+7
| * usb: fotg210-udc: fix function kernel-doc commentsRandy Dunlap2023-12-111-3/+3
| * usb: cdns3: starfive: don't misuse /** commentRandy Dunlap2023-12-111-1/+1
| * Merge 6.7-rc5 into usb-nextGreg Kroah-Hartman2023-12-114-9/+9
| |\
| * | usb: xhci: xhci-plat: Add support for BCM2711Stefan Wahren2023-12-061-0/+3
| * | usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hubHardik Gajjar2023-12-061-0/+29
| * | usb: hub: Replace hardcoded quirk value with BIT() macroHardik Gajjar2023-12-061-2/+2
| * | usb: typec: tcpci: add vconn over current fault handling to maxim_coreRD Babiera2023-12-041-1/+19
| * | usb: typec: tcpm: add tcpm_port_error_recovery symbolRD Babiera2023-12-041-0/+14
| * | usb: typec: tps6598x: add reset gpio supportJavier Carrasco2023-12-041-0/+20
| * | usb: core: Allow subclassed USB drivers to override usb_choose_configuration()Douglas Anderson2023-12-041-0/+7
| * | usb: core: Don't force USB generic_subclass drivers to define probe()Douglas Anderson2023-12-041-1/+4
| * | usb: gadget: f_tcm: Remove snprintf() from sysfs call-backs and replace with ...Lee Jones2023-12-041-2/+2
| * | usb: gadget: Remove snprintf() from sysfs call-backs and replace with sysfs_e...Lee Jones2023-12-041-1/+1
| * | usb: fotg210-hcd: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-041-8/+4
| * | usb: cdnsp: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-041-177/+177
| * | usb: atm: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()Lee Jones2023-12-041-8/+8
| * | xhci: fix possible null pointer deref during xhci urb enqueueMathias Nyman2023-12-041-17/+23
| * | xhci: Reconfigure endpoint 0 max packet size only during endpoint resetMathias Nyman2023-12-041-43/+42
| * | xhci: minor coding style cleanup in 'xhci_try_enable_msi()'Niklas Neronin2023-12-041-5/+3
| * | xhci: rework 'xhci_try_enable_msi()' MSI and MSI-X setup codeNiklas Neronin2023-12-041-29/+15
| * | xhci: change 'msix_count' to encompass MSI or MSI-X vectorsNiklas Neronin2023-12-042-9/+9
| * | xhci: refactor static MSI functionNiklas Neronin2023-12-041-34/+15
| * | xhci: refactor static MSI-X functionNiklas Neronin2023-12-041-40/+28
| * | xhci: add handler for only one interrupt lineNiklas Neronin2023-12-041-25/+10
| * | xhci: check if legacy irq is available before using it as fallbackNiklas Neronin2023-12-041-1/+1
| * | xhci: dbc: Add missing headersAndy Shevchenko2023-12-041-1/+16
| * | xhci: dbc: Use sizeof(*pointer) instead of sizeof(type)Andy Shevchenko2023-12-041-3/+3
| * | xhci: dbc: Use sizeof_field() where it makes senseAndy Shevchenko2023-12-041-1/+1
| * | xhci: dbc: Replace custom return value with proper Linux error codeAndy Shevchenko2023-12-041-1/+1
| * | xhci: dbc: Don't shadow error codes in store() functionsAndy Shevchenko2023-12-041-8/+18
| * | xhci: dbc: Check for errors first in xhci_dbc_stop()Andy Shevchenko2023-12-041-4/+4
| * | xhci: dbc: Use ATTRIBUTE_GROUPS()Andy Shevchenko2023-12-041-7/+4
| * | xhci: dbc: Use sysfs_emit() to instead of scnprintf()Andy Shevchenko2023-12-042-28/+17