summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mem.c
AgeCommit message (Expand)Author
2018-01-04USB: host: Use zeroing memory allocator rather than allocator/memsetHimanshu Jha
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman
2017-12-08xhci: Don't add a virt_dev to the devs array before it's fully allocatedMathias Nyman
2017-12-08usb: xhci: Cleanup printk debug message for registersLu Baolu
2017-12-08usb: xhci: Make some static functions globalLu Baolu
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman
2017-12-08xhci: add helper to allocate command with input contextMathias Nyman
2017-12-01usb: xhci: fix panic in xhci_free_virt_devices_depth_firstYu Chen
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-01usb: host: xhci-mem: mark expected switch fall-throughGustavo A. R. Silva
2017-10-17xhci: Convert timers to use timer_setup()Kees Cook
2017-10-05usb: xhci: Add debugfs interface for xHCI driverLu Baolu
2017-06-20Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman
2017-06-15xhci: remove endpoint ring cacheMathias Nyman
2017-06-12usb: xhci: Fix USB 3.1 supported protocol parsingYD Tseng
2017-05-18xhci: remove GFP_DMA flag from allocationMatthias Lange
2017-05-18usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen
2017-05-17USB: host: xhci: use max-port defineJohan Hovold
2017-04-19usb: host: xhci: print correct command ring addressPeter Chen
2017-04-19usb: host: xhci: delete sp_dma_buffers for scratchpadPeter Chen
2017-04-19usb: host: xhci: using correct specification chapter reference for DCBAAPPeter Chen
2017-04-08usb: xhci: bInterval quirk for TI TUSB73x0Roger Quadros
2017-04-08usb: xhci: remove enq_updates and deq_updates from ringLu Baolu
2017-04-08usb: xhci: remove error messages for failed memory allocationLu Baolu
2017-04-08usb: xhci: add xhci_log_ring trace eventsLu Baolu
2017-03-23usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann
2017-01-25xhci: simplify how we store TDs in urb private dataMathias Nyman
2017-01-25usb: host: xhci: add xhci_virt_device tracerFelipe Balbi
2017-01-25usb: host: xhci: convert several if() to a single switch statementFelipe Balbi
2017-01-25usb: host: xhci: change pre-increments to post-incrementsFelipe Balbi
2017-01-03xhci: Fix race related to abort operationOGAWA Hirofumi
2017-01-03xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi
2017-01-03xhci: free xhci virtual devices with leaf nodes firstMathias Nyman
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2016-11-14usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter
2016-11-14usb: xhci: remove the use of xhci->addr_devLu Baolu
2016-11-14usb: xhci: cleanup cmd_completion in xhci_virt_deviceLu Baolu
2016-11-03usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi
2016-11-03usb: host: xhci: make use of new usb_endpoint_maxp_mult()Felipe Balbi
2016-06-26xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman
2016-04-13usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu
2016-02-14xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpointsMathias Nyman
2016-02-14xhci: refactor and cleanup endpoint initialization.Mathias Nyman
2016-02-03xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devicesMathias Nyman
2016-02-03xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman
2015-12-01usb : replace dma_pool_alloc and memset with dma_pool_zallocSaurabh Sengar
2015-12-01xhci: rework xhci extended capability list parsing functionsMathias Nyman
2015-12-01xhci: use debug level when printing out interval rounding messagesMathias Nyman
2015-10-04xhci: drop null test before destroy functionsJulia Lawall