summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2024-05-01usb: xhci: compact 'trb_in_td()' argumentsNiklas Neronin
2024-05-01usb: xhci: remove duplicate TRB_TO_SLOT_ID() callsNiklas Neronin
2024-05-01usb: xhci: remove goto 'cleanup' in handle_tx_event()Niklas Neronin
2024-05-01usb: xhci: replace goto with return when possible in handle_tx_event()Niklas Neronin
2024-05-01usb: xhci: remove 'handling_skipped_tds' from handle_tx_event()Niklas Neronin
2024-05-01usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...Niklas Neronin
2024-05-01xhci: remove XHCI_TRUST_TX_LENGTH quirkMathias Nyman
2024-05-01usb: xhci: address off-by-one in xhci_num_trbs_free()Niklas Neronin
2024-05-01usb: xhci: improve debug message in xhci_ring_expansion_needed()Niklas Neronin
2024-04-04usb: xhci: correct return value in case of STS_HCEOliver Neukum
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-05xhci: Fix failure to detect ring expansion need.Mathias Nyman
2024-03-02xhci: retry Stop Endpoint on buggy NEC controllersMichal Pecio
2024-03-02xhci: fix matching completion events with TDsMichal Pecio
2024-03-02xhci: save slot ID in struct 'xhci_port'Niklas Neronin
2024-02-17xhci: Decouple handling an event from checking for unhandled eventsMathias Nyman
2024-02-17xhci: Don't check if the event ring is valid before every event TRBMathias Nyman
2024-02-17xhci: add helper that checks for unhandled events on a event ringMathias Nyman
2024-02-17xhci: move event processing for one interrupter to a separate functionMathias Nyman
2024-02-17xhci: update event ring dequeue pointer position to controller correctlyMathias Nyman
2024-02-17xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()Mathias Nyman
2024-02-17xhci: make isoc_bei_interval variable interrupter specific.Mathias Nyman
2024-02-17xhci: Add interrupt pending autoclear flag to each interrupterMathias Nyman
2024-01-27xhci: handle isoc Babble and Buffer Overrun events properlyMichal Pecio
2024-01-27xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman
2024-01-04xhci: add support to allocate several interruptersMathias Nyman
2023-11-23usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar
2023-10-21usb: xhci: Implement xhci_handshake_check_state() helperUdipto Goswami
2023-10-21xhci: Simplify event ring dequeue pointer update for port change eventsMathias Nyman
2023-10-21xhci: simplify event ring dequeue tracking for transfer eventsMathias Nyman
2023-10-21xhci: Clean up ERST_PTR_MASK inversionLukas Wunner
2023-10-21xhci: Set DESI bits in ERDP register correctlyLukas Wunner
2023-10-21xhci: expand next_trb() helper to support more ring typesMathias Nyman
2023-10-21xhci: pass port structure to tracing instead of port numberMathias Nyman
2023-10-02xhci: Clear EHB bit only at end of interrupt handlerLukas Wunner
2023-10-02usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng
2023-07-25Revert "xhci: add quirk for host controllers that don't update endpoint DCS"Oliver Neukum
2023-06-13xhci: Stop unnecessary tracking of free trbs in a ringMathias Nyman
2023-06-13xhci: Fix transfer ring expansion size calculationMathias Nyman
2023-05-16xhci: Fix incorrect tracking of free space on transfer ringsMathias Nyman
2023-03-23xhci: Move functions to setup msi to xhci-pciJosue David Hernandez Gutierrez
2023-02-02xhci: rename resume_done to resume_timestampMathias Nyman
2023-02-02xhci: move port specific items such as state completions to port structureMathias Nyman
2023-02-02xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman
2023-01-17usb: xhci: Check endpoint is valid before dereferencing itJimmy Hu
2023-01-06xhci: Convert to use list_count_nodes()Andy Shevchenko
2022-11-30xhci: remove unused stream_id parameter from xhci_handle_halted_endpoint()Mathias Nyman
2022-11-30xhci: Prevent infinite loop in transaction errors recovery for streamsMathias Nyman
2022-11-30xhci: print warning when HCE was setLongfang Liu