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