summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2024-06-27usb: xhci: remove infinite loop preventionNiklas Neronin-15/+0
2024-06-27usb: xhci: remove false xhci_giveback_urb_in_irq() header commentNiklas Neronin-4/+0
2024-06-27usb: xhci: ensure skipped isoc TDs are returned when isoc ring is stoppedNiklas Neronin-13/+12
2024-06-27xhci: rework xhci internal endpoint halt state detection.Mathias Nyman-27/+29
2024-06-27usb: xhci: remove obsolete sanity check debug messagesNiklas Neronin-8/+2
2024-06-27usb: xhci: improve error message for targetless transfer eventNiklas Neronin-2/+2
2024-06-27usb: xhci: move untargeted transfer event handling to a separate functionNiklas Neronin-27/+29
2024-06-27usb: xhci: move all segment re-numbering to xhci_link_rings()Niklas Neronin-12/+13
2024-06-27usb: xhci: move link chain bit quirk checks into one helper function.Niklas Neronin-16/+9
2024-06-27usb: xhci: remove unused argument from handle_port_status()Niklas Neronin-4/+2
2024-06-27usb: xhci: remove unused argument from xhci_handle_cmd_config_ep()Niklas Neronin-3/+2
2024-06-27usb: xhci: remove unused 'xhci' argumentNiklas Neronin-21/+14
2024-06-27usb: xhci: remove 'num_trbs' from struct 'xhci_td'Niklas Neronin-5/+0
2024-06-27xhci: dbc: Allow users to modify DbC poll interval via sysfsUday M Bhat-1/+39
2024-06-27xhci: Set correct transferred length for cancelled isoc transfersMathias Nyman-1/+3
2024-06-27xhci: show usb device name in xhci urb tracingMathias Nyman-1/+4
2024-06-27xhci: Remove dead code in xhci_move_dequeue_past_td()Hector Martin-21/+0
2024-06-20usb: host: xhci-plat: Add support for XHCI_WRITE_64_HI_LODaehwan Jung-0/+3
2024-06-20xhci: Add a quirk for writing ERST in high-low orderDaehwan Jung-1/+6
2024-06-20usb: host: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+2
2024-06-18Merge tag 'v6.10-rc4' into usb-nextGreg Kroah-Hartman-14/+53
2024-06-12xhci: Handle TD clearing for multiple streams caseHector Martin-11/+44
2024-06-12xhci: Apply broken streams quirk to Etron EJ188 xHCI hostKuangyi Chiang-1/+3
2024-06-12xhci: Apply reset resume quirk to Etron EJ188 xHCI hostKuangyi Chiang-0/+5
2024-06-12xhci: Set correct transferred length for cancelled bulk transfersMathias Nyman-3/+2
2024-06-04usb: host: oxu210hp: remove unused struct 'ehci_dbg_port'Dr. David Alan Gilbert-25/+0
2024-05-10Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman-1/+12
2024-05-01usb: xhci: compact 'trb_in_td()' argumentsNiklas Neronin-27/+16
2024-05-01usb: xhci: remove duplicate TRB_TO_SLOT_ID() callsNiklas Neronin-11/+6
2024-05-01xhci: pci: Use PCI_VENDOR_ID_RENESASAndy Shevchenko-2/+2
2024-05-01xhci: pci: Group out Thunderbolt xHCI IDsAndy Shevchenko-7/+9
2024-05-01xhci: pci: Use full names in PCI IDs for Intel platformsAndy Shevchenko-9/+9
2024-05-01usb: xhci: remove goto 'cleanup' in handle_tx_event()Niklas Neronin-17/+21
2024-05-01usb: xhci: replace goto with return when possible in handle_tx_event()Niklas Neronin-3/+3
2024-05-01usb: xhci: remove 'handling_skipped_tds' from handle_tx_event()Niklas Neronin-9/+4
2024-05-01usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...Niklas Neronin-2/+3
2024-05-01xhci: remove XHCI_TRUST_TX_LENGTH quirkMathias Nyman-30/+10
2024-05-01xhci: improve PORTSC register debugging outputMathias Nyman-1/+6
2024-05-01usb: xhci: use array_size() when allocating and freeing memoryNiklas Neronin-7/+7
2024-05-01usb: xhci: remove redundant variable 'erst_size'Niklas Neronin-3/+1
2024-05-01usb: xhci: address off-by-one in xhci_num_trbs_free()Niklas Neronin-1/+1
2024-05-01usb: xhci: improve debug message in xhci_ring_expansion_needed()Niklas Neronin-4/+2
2024-05-01usb: xhci: check if 'requested segments' exceeds ERST capacityNiklas Neronin-14/+14
2024-05-01xhci: remove xhci_check_usb2_port_capability helperMathias Nyman-21/+8
2024-05-01xhci: stored cached port capability values in one placeMathias Nyman-28/+7
2024-04-30usb: ohci: Prevent missed ohci interruptsGuenter Roeck-0/+8
2024-04-23usb: xhci-plat: Don't include xhci.hThinh Nguyen-1/+4
2024-04-23Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman-12/+9
2024-04-18usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon-10/+3
2024-04-18usb: ohci-exynos: Use devm_clk_get_enabled() helpersAnand Moon-11/+3