index
:
linux-toradex.git
colibri
colibri_vf
master
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.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.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.18.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
Age
Commit message (
Expand
)
Author
2024-01-27
xhci: handle isoc Babble and Buffer Overrun events properly
Michal Pecio
2024-01-27
xhci: process isoc TD properly when there was a transaction error mid TD.
Mathias Nyman
2024-01-27
xhci: fix off by one check when adding a secondary interrupter.
Mathias Nyman
2024-01-27
xhci: fix possible null pointer dereference at secondary interrupter removal
Mathias Nyman
2024-01-27
usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRK
Prashanth K
2024-01-18
Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2024-01-09
Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-01-04
xhci: add support to allocate several interrupters
Mathias Nyman
2024-01-04
usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transfer
Chunfeng Yun
2024-01-04
usb: xhci-plat: fix usb disconnect issue after s4
Yinbo Zhu
2023-12-15
xhci: Fix null pointer dereference during S4 resume when resetting ep0
Mathias Nyman
2023-12-15
usb: host: max3421-hcd: Replace snprintf() with the safer scnprintf() variant
Lee Jones
2023-12-11
Merge 6.7-rc5 into usb-next
Greg Kroah-Hartman
2023-12-10
usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
Arnd Bergmann
2023-12-06
usb: xhci: xhci-plat: Add support for BCM2711
Stefan Wahren
2023-12-06
Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"
Mathias Nyman
2023-12-04
xhci: fix possible null pointer deref during xhci urb enqueue
Mathias Nyman
2023-12-04
xhci: Reconfigure endpoint 0 max packet size only during endpoint reset
Mathias Nyman
2023-12-04
xhci: minor coding style cleanup in 'xhci_try_enable_msi()'
Niklas Neronin
2023-12-04
xhci: rework 'xhci_try_enable_msi()' MSI and MSI-X setup code
Niklas Neronin
2023-12-04
xhci: change 'msix_count' to encompass MSI or MSI-X vectors
Niklas Neronin
2023-12-04
xhci: refactor static MSI function
Niklas Neronin
2023-12-04
xhci: refactor static MSI-X function
Niklas Neronin
2023-12-04
xhci: add handler for only one interrupt line
Niklas Neronin
2023-12-04
xhci: check if legacy irq is available before using it as fallback
Niklas Neronin
2023-12-04
xhci: dbc: Add missing headers
Andy Shevchenko
2023-12-04
xhci: dbc: Use sizeof(*pointer) instead of sizeof(type)
Andy Shevchenko
2023-12-04
xhci: dbc: Use sizeof_field() where it makes sense
Andy Shevchenko
2023-12-04
xhci: dbc: Replace custom return value with proper Linux error code
Andy Shevchenko
2023-12-04
xhci: dbc: Don't shadow error codes in store() functions
Andy Shevchenko
2023-12-04
xhci: dbc: Check for errors first in xhci_dbc_stop()
Andy Shevchenko
2023-12-04
xhci: dbc: Use ATTRIBUTE_GROUPS()
Andy Shevchenko
2023-12-04
xhci: dbc: Use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
2023-12-04
xhci: dbc: Convert to use sysfs_streq()
Andy Shevchenko
2023-12-04
xhci: dbc: Drop duplicate checks for dma_free_coherent()
Andy Shevchenko
2023-11-27
Merge 6.7-rc3 into usb-next
Greg Kroah-Hartman
2023-11-23
usb: xhci: Add timeout argument in address_device USB HCD callback
Hardik Gajjar
2023-11-21
USB: xhci-plat: fix legacy PHY double init
Johan Hovold
2023-11-21
usb: xhci-mtk: fix in-ep's start-split check failure
Chunfeng Yun
2023-11-03
Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-10-30
Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-10-21
usb: host: xhci: Avoid XHCI resume delay if SSUSB device is not present
Wesley Cheng
2023-10-21
usb: host: xhci-plat: fix possible kernel oops while resuming
Sergey Shtylyov
2023-10-21
usb: xhci: Implement xhci_handshake_check_state() helper
Udipto Goswami
2023-10-21
xhci: split free interrupter into separate remove and free parts
Mathias Nyman
2023-10-21
xhci: Enable RPM on controllers that support low-power states
Basavaraj Natikar
2023-10-21
xhci: Loosen RPM as default policy to cover for AMD xHC 1.1
Basavaraj Natikar
2023-10-21
xhci: Simplify event ring dequeue pointer update for port change events
Mathias Nyman
2023-10-21
xhci: simplify event ring dequeue tracking for transfer events
Mathias Nyman
2023-10-21
xhci: Clean up xhci_{alloc,free}_erst() declarations
Lukas Wunner
[next]