summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)Author
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
2022-02-17xhci: Allocate separate command structures for each LPM commandMathias Nyman
2021-06-17xhci: solve a double free problem while doing s4Zhangjiantao (Kirin, nanjing)
2021-06-17xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirkMathias Nyman
2021-04-06xhci: check port array allocation was successful before dereferencing itMathias Nyman
2021-03-23usb: xhci: Fix port minor revisionThinh Nguyen
2021-03-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun
2021-01-29xhci: remove xhci_stream_id_to_ring() helperMathias Nyman
2021-01-29xhci: adjust parameters passed to cleanup_halted_endpoint()Mathias Nyman
2021-01-29xhci: Avoid parsing transfer events several timesMathias Nyman
2020-11-02Merge 5.10-rc2 into usb-nextGreg Kroah-Hartman
2020-10-29xhci: Fix sizeof() mismatchColin Ian King
2020-10-28usb: xhci: Remove in_interrupt() checksAhmed S. Darwish
2020-10-28usb: host: xhci-mem: remove unneeded breakTom Rix
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-23xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman
2020-07-23xhci: Don't pass struct xhci_hcd pointer to xhci_link_seg()Mathias Nyman
2020-07-09usb: host: xhci-mem: Demote obvious misuse of kerneldoc to standard comment b...Lee Jones
2020-03-12xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng
2020-02-12xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman
2020-02-12Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...Greg Kroah-Hartman
2020-02-10xhci: Fix memory leak when caching protocol extended capability PSI tablesMathias Nyman
2020-02-10xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.Mathias Nyman
2019-12-11xhci: Fix memory leak in xhci_add_in_port()Mika Westerberg
2019-07-25usb: host: Remove call to memset after dma_alloc_coherentFuqian Huang
2019-02-21usb: xhci: fix build warning - missing prototypeJean-Philippe Menil
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-07xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman
2018-12-07xhci: remove the unused sw_lpm_supportZeng Tao
2018-09-10usb: xhci: fix interrupt transfer error happened on MTK platformsChunfeng Yun
2018-07-06xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter