summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: use array_size() when allocating and freeing memoryNiklas Neronin2024-05-011-7/+7
* usb: xhci: check if 'requested segments' exceeds ERST capacityNiklas Neronin2024-05-011-11/+11
* xhci: stored cached port capability values in one placeMathias Nyman2024-05-011-11/+1
* usb: xhci: utilize 'xhci_free_segments_for_ring()' for freeing segmentsNiklas Neronin2024-03-021-22/+15
* xhci: save slot ID in struct 'xhci_port'Niklas Neronin2024-03-021-0/+5
* xhci: replace real & fake port with pointer to root hub portNiklas Neronin2024-03-021-20/+15
* xhci: rework how real & fake ports are foundNiklas Neronin2024-03-021-19/+15
* xhci: make isoc_bei_interval variable interrupter specific.Mathias Nyman2024-02-171-1/+1
* xhci: fix off by one check when adding a secondary interrupter.Mathias Nyman2024-01-271-1/+1
* xhci: fix possible null pointer dereference at secondary interrupter removalMathias Nyman2024-01-271-6/+6
* xhci: add support to allocate several interruptersMathias Nyman2024-01-041-11/+97
* usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar2023-11-231-0/+2
* xhci: split free interrupter into separate remove and free partsMathias Nyman2023-10-211-11/+21
* xhci: Clean up xhci_{alloc,free}_erst() declarationsLukas Wunner2023-10-211-1/+1
* xhci: Clean up ERST_PTR_MASK inversionLukas Wunner2023-10-211-2/+1
* xhci: Update last segment pointer after Event Ring expansionLukas Wunner2023-10-211-5/+7
* xhci: Adjust segment numbers after ring expansionLukas Wunner2023-10-211-6/+10
* xhci: Use more than one Event Ring segmentJonathan Bell2023-10-211-3/+7
* xhci: Set DESI bits in ERDP register correctlyLukas Wunner2023-10-211-14/+11
* xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner2023-10-021-2/+2
* USB: Remove remnants of Wireless USB and UWBAlan Stern2023-08-091-3/+0
* xhci: Show ZHAOXIN xHCI root hub speed correctlyWeitao Wang2023-06-131-7/+24
* xhci: Fix TRB prefetch issue of ZHAOXIN hostsWeitao Wang2023-06-131-2/+6
* xhci: Stop unnecessary tracking of free trbs in a ringMathias Nyman2023-06-131-1/+0
* xhci: Fix transfer ring expansion size calculationMathias Nyman2023-06-131-11/+3
* xhci: split allocate interrupter into separate alloacte and add partsMathias Nyman2023-06-131-37/+41
* xhci: mem: Join string literals backAndy Shevchenko2023-03-231-17/+10
* xhci: mem: Replace explicit castings with appropriate specifiersAndy Shevchenko2023-03-231-10/+7
* xhci: mem: Use while (i--) pattern to clean upAndy Shevchenko2023-03-231-2/+1
* xhci: mem: Drop useless return:sAndy Shevchenko2023-03-231-7/+4
* xhci: mem: Get rid of redundant 'else'Andy Shevchenko2023-03-231-8/+6
* xhci: mem: Use dma_poll_zalloc() instead of explicit memset()Andy Shevchenko2023-03-231-4/+2
* xhci: mem: Carefully calculate size for memory allocationsAndy Shevchenko2023-03-231-4/+5
* xhci: move port specific items such as state completions to port structureMathias Nyman2023-02-021-7/+3
* xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman2023-02-021-58/+110
* xhci: remove xhci_test_trb_in_td_math early development checkMathias Nyman2023-02-021-160/+0
* xhci: fix event ring segment table related masks and variables in headerMathias Nyman2023-02-021-2/+2
* xhci: Remove device endpoints from bandwidth list when freeing the deviceMathias Nyman2022-10-251-8/+12
* usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()Jianglei Nie2022-09-221-1/+6
* xhci: use generic command timer for stop endpoint commands.Mathias Nyman2022-05-121-10/+2
* xhci: prepare for operation w/o shared hcdHeiner Kallweit2022-05-121-5/+6
* usb: host: xhci: fix a comment typo in xhci_mem_init()Linyu Yuan2022-03-031-1/+1
* usb: host: xhci: use ffs() in xhci_mem_init()Linyu Yuan2022-03-031-5/+1
* xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman2022-03-031-1/+1
* xhci: omit mem read just after allocation of trbOliver Neukum2022-02-241-1/+1
* usb: xhci: fix minmax.cocci warningskernel test robot2022-02-171-2/+1
* xhci: Allocate separate command structures for each LPM commandMathias Nyman2022-02-171-7/+0
* xhci: solve a double free problem while doing s4Zhangjiantao (Kirin, nanjing)2021-06-171-0/+1
* xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirkMathias Nyman2021-06-171-0/+2
* xhci: check port array allocation was successful before dereferencing itMathias Nyman2021-04-061-0/+3