summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2025-04-0535-68/+68
* Merge tag 'usb-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2025-04-0266-651/+1338
|\
| * Merge tag 'usb-serial-6.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2025-03-221-13/+0
| |\
| | * USB: serial: mos7840: drop unused definesJohan Hovold2025-02-171-13/+0
| * | usb: host: cdns3: forward lost power information to xhciThéo Lebrun2025-03-141-0/+11
| * | usb: host: xhci-plat: allow upper layers to signal power lossThéo Lebrun2025-03-142-1/+3
| * | usb: xhci: change xhci_resume() parameters to explicit the desired infoThéo Lebrun2025-03-146-22/+21
| * | usb: cdns3-ti: run HW init at resume() if HW was resetThéo Lebrun2025-03-141-0/+25
| * | usb: cdns3-ti: move reg writes to separate functionThéo Lebrun2025-03-141-38/+44
| * | usb: cdns3: call cdns_power_is_lost() only once in cdns_resume()Théo Lebrun2025-03-141-2/+3
| * | usb: cdns3: rename hibernated argument of role->resume() to lost_powerThéo Lebrun2025-03-143-4/+4
| * | usb: xhci: tegra: rename `runtime` boolean to `is_auto_runtime`Théo Lebrun2025-03-141-5/+5
| * | usb: host: xhci-plat: mvebu: use ->quirks instead of ->init_quirk() funcThéo Lebrun2025-03-143-17/+1
| * | usb: dwc3: Don't use %pK through printkThomas Weißschuh2025-03-142-4/+4
| * | usb: core: Don't use %pK through printkThomas Weißschuh2025-03-142-3/+3
| * | usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev()Chenyuan Yang2025-03-141-0/+3
| * | usb: common: usb-conn-gpio: switch psy_cfg from of_node to fwnodeSebastian Reichel2025-03-141-1/+1
| * | usb: xhci: Avoid Stop Endpoint retry loop if the endpoint seems RunningMichal Pecio2025-03-111-4/+7
| * | usb: xhci: Don't change the status of stalled TDs on failed Stop EPMichal Pecio2025-03-111-1/+11
| * | xhci: Avoid queuing redundant Stop Endpoint command for stalled endpointMathias Nyman2025-03-111-3/+5
| * | Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman2025-03-1024-83/+189
| |\ \
| * | | xhci: Handle spurious events on Etron host isoc enpointsMathias Nyman2025-03-062-13/+27
| * | | usb: xhci: Unify duplicate inc_enq() codeMichal Pecio2025-03-061-75/+55
| * | | usb: xhci: Apply the link chain quirk on NEC isoc endpointsMichal Pecio2025-03-061-2/+11
| * | | xhci: Prevent early endpoint restart when handling STALL errors.Mathias Nyman2025-03-063-3/+13
| * | | usb: xhci: move debug capabilities from trb_in_td() to handle_tx_event()Niklas Neronin2025-03-061-21/+17
| * | | usb: xhci: refactor trb_in_td() to be staticNiklas Neronin2025-03-062-63/+61
| * | | usb: xhci: set page size to the xHCI-supported sizeNiklas Neronin2025-03-062-20/+22
| * | | usb: xhci: correct debug message page size calculationNiklas Neronin2025-03-061-3/+3
| * | | usb: xhci: Skip only one TD on Ring Underrun/OverrunMichal Pecio2025-03-061-1/+14
| * | | usb: xhci: Expedite skipping missed isoch TDs on modern HCsMichal Pecio2025-03-061-4/+10
| * | | usb: xhci: Fix isochronous Ring Underrun/Overrun event handlingMichal Pecio2025-03-061-6/+14
| * | | usb: xhci: Complete 'error mid TD' transfers when handling Missed ServiceMichal Pecio2025-03-061-1/+5
| * | | usb: xhci: Don't skip on Stopped - Length InvalidMichal Pecio2025-03-061-0/+4
| * | | usb: xhci: remove redundant update_ring_for_set_deq_completion() functionNiklas Neronin2025-03-061-39/+2
| * | | xhci: show correct U1 and U2 timeout values in debug messagesMathias Nyman2025-03-061-4/+4
| * | | usb: dwc3: exynos: add support for exynos7870Kaustabh Chakraborty2025-03-031-0/+9
| * | | usb: storage: shuttle_usbat: Use const for constant arrayJonathan Neuschäfer2025-03-031-1/+1
| * | | usb: storage: sddr55: Use const for constant arraysJonathan Neuschäfer2025-03-031-2/+2
| * | | usb: storage: sddr09: Use const for constant arraysJonathan Neuschäfer2025-03-031-7/+7
| * | | usb: storage: realtek_cr: Use const for constant arraysJonathan Neuschäfer2025-03-031-3/+3
| * | | usb: storage: initializers: Use const for constant arrayJonathan Neuschäfer2025-03-031-1/+1
| * | | usb: storage: datafab: Use const for constant arraysJonathan Neuschäfer2025-03-031-7/+7
| * | | usb: storage: alauda: Use const for card ID arrayJonathan Neuschäfer2025-03-031-4/+4
| * | | usb: storage: transport: Use const for constant arrayJonathan Neuschäfer2025-03-031-1/+1
| * | | usb: storage: jumpshot: Use const for constant arraysJonathan Neuschäfer2025-03-031-5/+5
| * | | ucsi_ccg: Don't show non-functional attributesMario Limonciello2025-03-031-6/+19
| * | | ucsi_ccg: Don't show failed to get FW build information errorMario Limonciello2025-03-031-3/+2
| * | | usb: chipidea: imx: fix some typoXu Yang2025-03-031-5/+5
| * | | usb: ulpi: Remove unused otg_ulpi_createDr. David Alan Gilbert2025-03-031-23/+0