summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-09-27[tree-wide] finally take no_llseek outAl Viro8-11/+0
2024-09-26Merge tag 'tty-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-22/+9
2024-09-26Merge tag 'usb-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds157-1087/+1776
2024-09-19Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+1
2024-09-18Merge tag 'for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds5-39/+14
2024-09-13sub: cdns3: Use predefined PCI vendor ID constantAndy Shevchenko2-17/+17
2024-09-13sub: cdns2: Use predefined PCI vendor ID constantAndy Shevchenko1-4/+3
2024-09-13USB: misc: yurex: fix race between read and writeOliver Neukum1-4/+6
2024-09-13USB: misc: cypress_cy7c63: check for short transferOliver Neukum1-0/+4
2024-09-13USB: appledisplay: close race between probe and completion handlerOliver Neukum1-4/+11
2024-09-13USB: class: CDC-ACM: fix race between get_serial and set_serialOliver Neukum1-0/+2
2024-09-13usb: r8a66597-hcd: make read-only const arrays staticColin Ian King1-3/+3
2024-09-13usb: typec: ucsi: Fix busy loop on ASUS VivoBooksChristian A. Ehrhardt1-6/+12
2024-09-13usb: dwc3: rtk: Clean up error code in __get_dwc3_maximum_speed()Dan Carpenter1-1/+1
2024-09-13usb: storage: ene_ub6250: Fix right shift warningsAbhishek Tamboli1-1/+1
2024-09-13usb: roles: Improve the fix for a false positive recursive locking complaintBart Van Assche1-9/+5
2024-09-11usb: xhci: fix loss of data on Cadence xHCPawel Laszczak4-1/+25
2024-09-11usb: xHCI: add XHCI_RESET_ON_RESUME quirk for Phytium xHCI hostWangYuli1-0/+7
2024-09-11usb: dwc3: imx8mp: disable SS_CON and U3 wakeup for system sleepLi Jun1-6/+9
2024-09-11usb: dwc3: imx8mp: add 2 software managed quirk properties for host modeFrank Li1-0/+18
2024-09-11usb: host: xhci-plat: Parse xhci-missing_cas_quirk and apply quirkFrank Li1-0/+6
2024-09-11usb: misc: onboard_usb_dev: add Microchip usb5744 SMBus programming supportRadhey Shyam Pandey1-0/+77
2024-09-11usb: misc: onboard_dev: extend platform data to add power on delay fieldRadhey Shyam Pandey2-0/+3
2024-09-11usb: dwc2: drd: fix clock gating on USB role switchTomas Marek1-0/+9
2024-09-11usb: cdnsp: Fix incorrect usb_request statusPawel Laszczak1-2/+4
2024-09-11usb: typec: tcpci: support edge irqEmanuele Ghidoli1-10/+20
2024-09-11usb: chipidea: npcm: Fix coding style with clarification of data typeAndreas Kühn1-1/+1
2024-09-11usb: common: Switch to device_property_match_property_string()Andy Shevchenko1-8/+7
2024-09-11USB: usbtmc: prevent kernel-usb-infoleakEdward Adam Davis1-1/+1
2024-09-11usb: musb: mediatek: Simplify code with dev_err_probe()Lin Ruifeng1-16/+11
2024-09-11Merge tag 'usb-serial-6.12-rc1-2' of ssh://gitolite.kernel.org/pub/scm/linux/...Greg Kroah-Hartman2-0/+5
2024-09-11Merge tag 'usb-serial-6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman53-76/+8
2024-09-11platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asmMika Westerberg1-2/+1
2024-09-09Merge 6.11-rc7 into usb-nextGreg Kroah-Hartman7-73/+87
2024-09-06USB: serial: pl2303: add device id for Macrosilicon MS3020Junhao Xie2-0/+5
2024-09-05xhci: support setting interrupt moderation IMOD for secondary interruptersMathias Nyman3-4/+13
2024-09-05xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and freeing them.Mathias Nyman1-3/+5
2024-09-05usb: xhci: adjust empty TD list handling in handle_tx_event()Niklas Neronin1-27/+24
2024-09-05usb: xhci: remove 'retval' from xhci_pci_resume()Niklas Neronin1-3/+1
2024-09-05usb: xhci: add comments explaining specific interrupt behaviourNiklas Neronin1-2/+5
2024-09-05usb: xhci: make 'sbrn' a local variableNiklas Neronin2-4/+3
2024-09-05usb: xhci: remove unused variables from struct 'xhci_hcd'Niklas Neronin1-4/+0
2024-09-05usb: xhci: remove excessive Bulk short packet debug messageNiklas Neronin1-3/+0
2024-09-05usb: xhci: remove excessive isoc frame debug message spamNiklas Neronin1-4/+0
2024-09-05xhci: Remove unused function declarationsYue Haibing1-4/+0
2024-09-05xhci: dbc: add dbgtty request to end of list once it completesMathias Nyman1-1/+1
2024-09-05xhci: dbc: Fix STALL transfer event handlingMathias Nyman2-52/+83
2024-09-04usb: gadget: dummy_hcd: execute hrtimer callback in softirq contextAndrey Konovalov1-6/+8
2024-09-03power: supply: Change usb_types from an array into a bitmaskHans de Goede5-39/+14
2024-09-03usb: typec: ucsi: Fix cable registrationHeikki Krogerus2-16/+15