summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)Author
2024-08-13usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()Marc Zyngier
2024-06-27usb: xhci: move all segment re-numbering to xhci_link_rings()Niklas Neronin
2024-06-27usb: xhci: move link chain bit quirk checks into one helper function.Niklas Neronin
2024-06-20xhci: Add a quirk for writing ERST in high-low orderDaehwan Jung
2024-05-01usb: xhci: use array_size() when allocating and freeing memoryNiklas Neronin
2024-05-01usb: xhci: check if 'requested segments' exceeds ERST capacityNiklas Neronin
2024-05-01xhci: stored cached port capability values in one placeMathias Nyman
2024-03-02usb: xhci: utilize 'xhci_free_segments_for_ring()' for freeing segmentsNiklas Neronin
2024-03-02xhci: save slot ID in struct 'xhci_port'Niklas Neronin
2024-03-02xhci: replace real & fake port with pointer to root hub portNiklas Neronin
2024-03-02xhci: rework how real & fake ports are foundNiklas Neronin
2024-02-17xhci: make isoc_bei_interval variable interrupter specific.Mathias Nyman
2024-01-27xhci: fix off by one check when adding a secondary interrupter.Mathias Nyman
2024-01-27xhci: fix possible null pointer dereference at secondary interrupter removalMathias 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-21xhci: split free interrupter into separate remove and free partsMathias Nyman
2023-10-21xhci: Clean up xhci_{alloc,free}_erst() declarationsLukas Wunner
2023-10-21xhci: Clean up ERST_PTR_MASK inversionLukas Wunner
2023-10-21xhci: Update last segment pointer after Event Ring expansionLukas Wunner
2023-10-21xhci: Adjust segment numbers after ring expansionLukas Wunner
2023-10-21xhci: Use more than one Event Ring segmentJonathan Bell
2023-10-21xhci: Set DESI bits in ERDP register correctlyLukas Wunner
2023-10-02xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern
2023-06-13xhci: Show ZHAOXIN xHCI root hub speed correctlyWeitao Wang
2023-06-13xhci: Fix TRB prefetch issue of ZHAOXIN hostsWeitao Wang
2023-06-13xhci: Stop unnecessary tracking of free trbs in a ringMathias Nyman
2023-06-13xhci: Fix transfer ring expansion size calculationMathias Nyman
2023-06-13xhci: split allocate interrupter into separate alloacte and add partsMathias Nyman
2023-03-23xhci: mem: Join string literals backAndy Shevchenko
2023-03-23xhci: mem: Replace explicit castings with appropriate specifiersAndy Shevchenko
2023-03-23xhci: mem: Use while (i--) pattern to clean upAndy Shevchenko
2023-03-23xhci: mem: Drop useless return:sAndy Shevchenko
2023-03-23xhci: mem: Get rid of redundant 'else'Andy Shevchenko
2023-03-23xhci: mem: Use dma_poll_zalloc() instead of explicit memset()Andy Shevchenko
2023-03-23xhci: mem: Carefully calculate size for memory allocationsAndy Shevchenko
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-02-02xhci: remove xhci_test_trb_in_td_math early development checkMathias Nyman
2023-02-02xhci: fix event ring segment table related masks and variables in headerMathias Nyman
2022-10-25xhci: Remove device endpoints from bandwidth list when freeing the deviceMathias Nyman
2022-09-22usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()Jianglei Nie
2022-05-12xhci: use generic command timer for stop endpoint commands.Mathias Nyman
2022-05-12xhci: prepare for operation w/o shared hcdHeiner Kallweit
2022-03-03usb: host: xhci: fix a comment typo in xhci_mem_init()Linyu Yuan
2022-03-03usb: host: xhci: use ffs() in xhci_mem_init()Linyu Yuan
2022-03-03xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman
2022-02-24xhci: omit mem read just after allocation of trbOliver Neukum
2022-02-17usb: xhci: fix minmax.cocci warningskernel test robot