aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2025-05-26Merge branches 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki1-0/+2
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-6/+14
2025-05-16Merge tag 'sound-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2025-05-13ucsi_ccg: Disable async suspend in ucsi_ccg_probe()Jon Hunter1-0/+2
2025-05-11ALSA: ump: Fix a typo of snd_ump_stream_msg_device_infoTakashi Iwai1-1/+1
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar2-2/+2
2025-05-05usb-storage: reject probe of device one non-DMA HCDs when using highmemChristoph Hellwig1-6/+14
2025-05-05xhci: dbc: Avoid event polling busyloop if pending rx transfers are inactive.Mathias Nyman2-3/+19
2025-05-05usb: xhci: Don't trust the EP Context cycle bit when moving HW dequeueMichal Pecio1-10/+9
2025-05-02usb: usbtmc: Fix erroneous generic_read ioctl returnDave Penkler1-6/+12
2025-05-02usb: usbtmc: Fix erroneous wait_srq ioctl returnDave Penkler1-12/+11
2025-05-02usb: usbtmc: Fix erroneous get_stb ioctl error returnsDave Penkler1-4/+8
2025-05-01usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT transitionRD Babiera1-1/+1
2025-05-01USB: usbtmc: use interruptible sleep in usbtmc_readOliver Neukum1-1/+5
2025-05-01usb: cdnsp: fix L1 resume issue for RTL_REVISION_NEW_LPM versionPawel Laszczak3-1/+7
2025-05-01usb: typec: ucsi: displayport: Fix NULL pointer accessAndrei Kuchynski1-0/+2
2025-05-01usb: typec: ucsi: displayport: Fix deadlockAndrei Kuchynski3-8/+47
2025-05-01usb: misc: onboard_usb_dev: fix support for Cypress HX3 hubsLukasz Czechowski1-2/+8
2025-05-01usb: uhci-platform: Make the clock really optionalAlexey Charkov1-1/+1
2025-05-01usb: dwc3: gadget: Make gadget_wakeup asynchronousPrashanth K2-37/+27
2025-05-01usb: gadget: Use get_status callback to set remote wakeup capabilityPrashanth K1-7/+5
2025-05-01usb: gadget: f_ecm: Add get_status callbackPrashanth K1-0/+7
2025-05-01usb: host: tegra: Prevent host controller crash when OTG port is usedJim Lin1-0/+3
2025-05-01usb: cdnsp: Fix issue with resuming from L1Pawel Laszczak4-2/+45
2025-05-01usb: gadget: tegra-xudc: ACK ST_RC after clearing CTRL_RUNWayne Chang1-0/+4
2025-04-18Merge tag 'usb-serial-6.15-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman4-0/+17
2025-04-16USB: serial: simple: add OWON HDS200 series oscilloscope supportCraig Hesling1-0/+7
2025-04-16USB: serial: ftdi_sio: add support for Abacus Electrics Optical ProbeMichael Ehrenreich2-0/+7
2025-04-16USB: serial: option: add Sierra Wireless EM9291Adam Xue1-0/+3
2025-04-15usb: typec: class: Unlocked on error in typec_register_partner()Dan Carpenter1-0/+1
2025-04-15usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash DriveMiao Li1-0/+3
2025-04-11USB: wdm: add annotationOliver Neukum1-1/+1
2025-04-11USB: wdm: wdm_wwan_port_tx_complete mutex in atomic contextOliver Neukum1-1/+1
2025-04-11USB: wdm: close race between wdm_open and wdm_wwan_port_stopOliver Neukum1-2/+4
2025-04-11USB: wdm: handle IO errors in wdm_wwan_port_startOliver Neukum1-1/+10
2025-04-11USB: VLI disk crashes if LPM is usedOliver Neukum1-0/+3
2025-04-11usb: dwc3: gadget: check that event count does not exceed event buffer lengthFrode Isaksen1-0/+6
2025-04-11USB: storage: quirk for ADATA Portable HDD CH94Oliver Neukum1-0/+7
2025-04-11usb: quirks: add DELAY_INIT quirk for Silicon Motion Flash DriveMiao Li1-0/+3
2025-04-11USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02)Huacai Chen1-0/+23
2025-04-11usb: dwc3: xilinx: Prevent spike in reset signalMike Looijmans1-3/+1
2025-04-11usb: cdns3: Fix deadlock when using NCM gadgetRalph Siemsen1-0/+2
2025-04-11usb: chipidea: ci_hdrc_imx: implement usb_phy_init() error handlingFedor Pchelkin1-3/+10
2025-04-11usb: chipidea: ci_hdrc_imx: fix call balance of regulator routinesFedor Pchelkin1-8/+17
2025-04-11usb: chipidea: ci_hdrc_imx: fix usbmisc handlingFedor Pchelkin1-2/+4
2025-04-11usb: typec: class: Invalidate USB device pointers on partner unregistrationAndrei Kuchynski1-2/+6
2025-04-11usb: typec: class: Fix NULL pointer accessAndrei Kuchynski2-2/+14
2025-04-11xhci: Limit time spent with xHC interrupts disabled during bus resumeMathias Nyman3-16/+20