index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-tegra.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-30
usb: tegra: use MODULE_FIRMWARE if SOC is ENABLED
Nicolas Chauvet
1
-0
/
+8
2026-03-11
usb: xhci: tegra: Remove redundant mutex when setting phy mode
Diogo Ivo
1
-4
/
+0
2026-01-23
usb: host: tegra: Remove manual wake IRQ disposal
Wayne Chang
1
-19
/
+2
2026-01-14
usb: host: xhci-tegra: Use platform_get_irq_optional() for wake IRQs
Wayne Chang
1
-1
/
+1
2025-11-21
usb: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-1
/
+0
2025-11-21
usb: xhci: add helper to read PORTSC register
Niklas Neronin
1
-6
/
+6
2025-09-12
usb: xhci: tegra: Support USB wakeup function for Tegra234
Haotien Hsu
1
-2
/
+80
2025-09-06
usb: host: xhci-tegra: Remove redundant ternary operators
Liao Yuanhong
1
-1
/
+1
2025-05-01
usb: host: tegra: Prevent host controller crash when OTG port is used
Jim Lin
1
-0
/
+3
2025-03-14
usb: xhci: change xhci_resume() parameters to explicit the desired info
Théo Lebrun
1
-1
/
+1
2025-03-14
usb: xhci: tegra: rename `runtime` boolean to `is_auto_runtime`
Théo Lebrun
1
-5
/
+5
2025-01-17
usb: xhci: tegra: Fix OF boolean read warning
Jon Hunter
1
-1
/
+1
2025-01-15
USB: host: Use str_enable_disable-like helpers
Krzysztof Kozlowski
1
-2
/
+3
2024-10-21
Merge 6.12-rc4 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2024-10-16
xhci: tegra: fix checked USB2 port number
Henry Lin
1
-1
/
+1
2024-10-04
usb: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2023-07-31
Merge 6.5-rc4 into usb-next
Greg Kroah-Hartman
1
-4
/
+4
2023-07-27
usb: xhci: tegra: Add shutdown callback for Tegra XUSB
Haotien Hsu
1
-6
/
+20
2023-07-25
usb: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-07-25
Revert "usb: xhci: tegra: Fix error check"
Dan Carpenter
1
-4
/
+4
2023-06-13
xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setup
Mathias Nyman
1
-1
/
+0
2023-05-30
usb: xhci-tegra: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-05-13
usb: xhci: tegra: enable stream protocol support
Henry Lin
1
-0
/
+3
2023-05-13
USB: Extend pci resume function to handle PM events
Basavaraj Natikar
1
-1
/
+1
2023-04-10
Merge 6.3-rc6 into usb-next
Greg Kroah-Hartman
1
-3
/
+3
2023-03-29
usb: xhci: tegra: fix sleep in atomic call
Wayne Chang
1
-3
/
+3
2023-03-09
usb: host: xhci-tegra: Drop using of_irq_parse_one()
Rob Herring
1
-10
/
+7
2023-01-17
xhci: tegra: USB2 pad power controls
Petlozu Pravareshwar
1
-0
/
+125
2023-01-17
usb: host: xhci-tegra: Add Tegra234 XHCI support
Sing-Han Chen
1
-39
/
+228
2022-06-10
usb: xhci: tegra: Fix error check
Tang Bin
1
-4
/
+4
2022-04-21
usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partit...
zhangqilong
1
-2
/
+2
2021-11-17
usb: xhci: tegra: Check padctrl interrupt presence in device tree
Dmitry Osipenko
1
-12
/
+29
2021-10-05
usb: xhci: tegra: mark PM functions as __maybe_unused
Arnd Bergmann
1
-8
/
+4
2021-07-05
Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-133
/
+488
2021-06-17
usb: host: xhci-tegra: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-2
/
+1
2021-06-17
usb: host: xhci-tegra: Add missing of_node_put() in tegra_xusb_probe()
Yang Yingliang
1
-0
/
+1
2021-06-17
usb: host: xhci-tegra: add missing put_device() in tegra_xusb_probe()
Yang Yingliang
1
-4
/
+8
2021-06-11
usb: xhci: tegra: Enable ELPG for runtime/system PM
JC Kuo
1
-37
/
+370
2021-06-11
usb: xhci: tegra: Unlink power domain devices
JC Kuo
1
-94
/
+112
2021-05-17
usb: host: xhci-tegra: Switch to use %ptTs
Andy Shevchenko
1
-5
/
+1
2021-01-15
xhci: tegra: Delay for disabling LFPS detector
JC Kuo
1
-0
/
+7
2020-08-31
Merge 5.9-rc3 into usb-next
Greg Kroah-Hartman
1
-1
/
+3
2020-08-18
usb: host: xhci-tegra: fix tegra_xusb_get_phy()
JC Kuo
1
-1
/
+1
2020-08-18
usb: host: xhci-tegra: otg usb2/usb3 port init
JC Kuo
1
-0
/
+2
2020-08-18
usb: host: xhci-tegra: remove a duplicated entry
JC Kuo
1
-1
/
+0
2020-07-27
Merge 5.8-rc7 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2020-07-23
usb: tegra: Fix allocation for the FPCI context
Jon Hunter
1
-1
/
+1
2020-06-18
usb: xhci: tegra: Remove PLL power supplies
Thierry Reding
1
-8
/
+0
2020-03-19
usb: xhci-tegra: Add OTG support
Nagarjuna Kristam
1
-1
/
+227
2020-03-12
usb: host: xhci-tegra: Tegra186/Tegra194 LPM
JC Kuo
1
-0
/
+7
[next]