index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-mem.c
Age
Commit message (
Expand
)
Author
2017-05-25
usb: host: xhci-mem: allocate zeroed Scratchpad Buffer
Peter Chen
2017-05-20
usb: host: xhci: print correct command ring address
Peter Chen
2017-01-12
xhci: Fix race related to abort operation
OGAWA Hirofumi
2017-01-12
xhci: Use delayed_work instead of timer for command timeout
OGAWA Hirofumi
2017-01-12
usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL
Dan Carpenter
2017-01-12
xhci: free xhci virtual devices with leaf nodes first
Mathias Nyman
2016-09-07
xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
Mathias Nyman
2016-05-04
usb: xhci: fix wild pointers in xhci_mem_cleanup
Lu Baolu
2015-10-04
xhci: drop null test before destroy functions
Julia Lawall
2015-10-04
xhci: parse xhci protocol speed ID list for usb 3.1 usage
Mathias Nyman
2015-09-21
xhci: init command timeout timer earlier to avoid deleting it uninitialized
Mathias Nyman
2015-09-21
xhci: change xhci 1.0 only restrictions to support xhci 1.1
Mathias Nyman
2015-08-03
drivers/usb: Delete XHCI command timer if necessary
Gavin Shan
2015-07-22
usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function
AMAN DEEP
2015-01-09
xhci: clean up work to remove unused parameters for functions in xhci-mem.c
Lin Wang
2015-01-09
xhci-mem: Use setup_timer
Julia Lawall
2014-09-23
xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...
Hans de Goede
2014-09-11
usb: xhci: Fix OOPS in xhci error handling code
Al Cooper
2014-09-11
xhci: Fix null pointer dereference if xhci initialization fails
Mathias Nyman
2014-06-08
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
2014-05-28
xhci: delete endpoints from bandwidth list before freeing whole device
Mathias Nyman
2014-05-20
xhci: rework command timeout and cancellation,
Mathias Nyman
2014-05-20
xhci: Use completion and status in global command queue
Mathias Nyman
2014-05-20
xhci: Add a global command queue
Mathias Nyman
2014-03-04
xhci: The trb_address_map radix tree expects 1KB segment memory aligment
Hans de Goede
2014-03-04
xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0
Hans de Goede
2014-03-04
xhci: Remove segments from radix tree on failed insert.
Sarah Sharp
2014-03-04
xhci: Check size rather then number of streams when allocating stream ctxs
Hans de Goede
2014-03-04
xhci: fix usb3 streams
Gerd Hoffmann
2014-01-30
Revert "xhci: replace xhci_read_64() with readq()"
Sarah Sharp
2014-01-29
Revert "xhci: replace xhci_write_64() with writeq()"
Sarah Sharp
2013-12-02
xhci: replace xhci_write_64() with writeq()
Xenia Ragiadakou
2013-12-02
xhci: replace xhci_read_64() with readq()
Xenia Ragiadakou
2013-12-02
xhci: replace xhci_writel() with writel()
Xenia Ragiadakou
2013-12-02
xhci: replace xhci_readl() with readl()
Xenia Ragiadakou
2013-12-02
xhci: remove conversion from generic to pci device in xhci_mem.c
Xenia Ragiadakou
2013-12-02
xhci: remove unnecessary check in xhci_free_stream_info()
Xenia Ragiadakou
2013-12-02
xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bit
Xenia Ragiadakou
2013-10-16
usb: Don't enable USB 2.0 Link PM by default.
Sarah Sharp
2013-09-23
usb: Fix xHCI host issues on remote wakeup.
Sarah Sharp
2013-08-18
Merge 3.11-rc6 into usb-next
Greg Kroah-Hartman
2013-08-13
xhci: trace debug statements related to ring expansion
Xenia Ragiadakou
2013-08-13
xhci: trace debug messages related to driver initialization and unload
Xenia Ragiadakou
2013-08-13
xhci: add trace for debug messages related to changing contexts
Xenia Ragiadakou
2013-08-13
xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused code
Xenia Ragiadakou
2013-07-31
usb: xhci: add missing dma-mapping.h includes
James Hogan
2013-06-18
xhci: check for failed dma pool allocation
Mathias Nyman
2013-06-14
xhci: remove BUG() in xhci_get_endpoint_type()
Mathias Nyman
2013-06-14
xhci: Remove BUG in xhci_setup_addressable_virt_dev
Mathias Nyman
2013-06-14
xhci: Remove BUG_ON in xhci_get_input_control_ctx.
Sarah Sharp
[next]