summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb: xhci: Fix port minor revisionThinh Nguyen2021-03-231-0/+9
* usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun2021-03-101-1/+1
* xhci: remove xhci_stream_id_to_ring() helperMathias Nyman2021-01-291-17/+0
* xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman2021-01-291-0/+2
* xhci: Avoid parsing transfer events several timesMathias Nyman2021-01-291-0/+2
* Merge 5.10-rc2 into usb-nextGreg Kroah-Hartman2020-11-021-2/+2
|\
| * xhci: Fix sizeof() mismatchColin Ian King2020-10-291-2/+2
* | usb: xhci: Remove in_interrupt() checksAhmed S. Darwish2020-10-281-1/+1
* | usb: host: xhci-mem: remove unneeded breakTom Rix2020-10-281-1/+0
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman2020-07-231-2/+2
* xhci: Don't pass struct xhci_hcd pointer to xhci_link_seg()Mathias Nyman2020-07-231-11/+20
* usb: host: xhci-mem: Demote obvious misuse of kerneldoc to standard comment b...Lee Jones2020-07-091-1/+1
* xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng2020-03-121-0/+1
* xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman2020-02-121-22/+37
* Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...Greg Kroah-Hartman2020-02-121-36/+22
* xhci: Fix memory leak when caching protocol extended capability PSI tablesMathias Nyman2020-02-101-22/+36
* xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.Mathias Nyman2020-02-101-3/+9
* xhci: Fix memory leak in xhci_add_in_port()Mika Westerberg2019-12-111-0/+4
* usb: host: Remove call to memset after dma_alloc_coherentFuqian Huang2019-07-251-1/+0
* usb: xhci: fix build warning - missing prototypeJean-Philippe Menil2019-02-211-1/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-4/+4
* xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman2018-12-071-5/+5
* xhci: remove the unused sw_lpm_supportZeng Tao2018-12-071-16/+4
* usb: xhci: fix interrupt transfer error happened on MTK platformsChunfeng Yun2018-09-101-0/+4
* xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter2018-07-061-1/+1