summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xhci: Fix kernel oops in trace_xhci_free_virt_deviceZhengjun Xing2018-06-251-2/+2
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-2/+2
* usb: xhci: force all memory allocations to nodeAdam Wallis2018-06-011-19/+38
* xhci: xhci-mem: remove port_arrays and the code initializing themMathias Nyman2018-05-241-89/+11
* xhci: Create new structures to store xhci port informationMathias Nyman2018-05-241-1/+57
* xhci: zero usb device slot_id member when disabling and freeing a xhci slotMathias Nyman2018-03-161-0/+2
* USB: host: Use zeroing memory allocator rather than allocator/memsetHimanshu Jha2018-01-041-5/+2
* Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman2017-12-181-4/+18
|\
| * xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman2017-12-081-4/+11
| * usb: xhci: fix panic in xhci_free_virt_devices_depth_firstYu Chen2017-12-011-0/+7
* | usb: xhci: Cleanup printk debug message for registersLu Baolu2017-12-081-4/+0
* | usb: xhci: Make some static functions globalLu Baolu2017-12-081-39/+55
* | xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman2017-12-081-15/+2
* | xhci: add helper to allocate command with input contextMathias Nyman2017-12-081-2/+22
|/
* USB: host: xhci: Remove redundant license textGreg Kroah-Hartman2017-11-071-13/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: host: xhci-mem: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-0/+1
* xhci: Convert timers to use timer_setup()Kees Cook2017-10-171-2/+2
* usb: xhci: Add debugfs interface for xHCI driverLu Baolu2017-10-051-3/+2
* Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman2017-06-201-2/+5
|\
| * usb: xhci: Fix USB 3.1 supported protocol parsingYD Tseng2017-06-121-2/+5
* | xhci: remove endpoint ring cacheMathias Nyman2017-06-151-75/+6
|/
* xhci: remove GFP_DMA flag from allocationMatthias Lange2017-05-181-1/+1
* usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen2017-05-181-1/+1
* USB: host: xhci: use max-port defineJohan Hovold2017-05-171-3/+4
* usb: host: xhci: print correct command ring addressPeter Chen2017-04-191-1/+1