summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman2023-07-311-4/+4
|\
| * Revert "usb: xhci: tegra: Fix error check"Dan Carpenter2023-07-251-4/+4
* | usb: xhci: tegra: Add shutdown callback for Tegra XUSBHaotien Hsu2023-07-271-6/+20
* | usb: Explicitly include correct DT includesRob Herring2023-07-251-1/+1
|/
* xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setupMathias Nyman2023-06-131-1/+0
* usb: xhci-tegra: Convert to platform remove callback returning voidUwe Kleine-König2023-05-301-4/+2
* usb: xhci: tegra: enable stream protocol supportHenry Lin2023-05-131-0/+3
* USB: Extend pci resume function to handle PM eventsBasavaraj Natikar2023-05-131-1/+1
* Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman2023-04-101-3/+3
|\
| * usb: xhci: tegra: fix sleep in atomic callWayne Chang2023-03-291-3/+3
* | usb: host: xhci-tegra: Drop using of_irq_parse_one()Rob Herring2023-03-091-10/+7
|/
* xhci: tegra: USB2 pad power controlsPetlozu Pravareshwar2023-01-171-0/+125
* usb: host: xhci-tegra: Add Tegra234 XHCI supportSing-Han Chen2023-01-171-39/+228
* usb: xhci: tegra: Fix error checkTang Bin2022-06-101-4/+4
* usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partit...zhangqilong2022-04-211-2/+2
* usb: xhci: tegra: Check padctrl interrupt presence in device treeDmitry Osipenko2021-11-171-12/+29
* usb: xhci: tegra: mark PM functions as __maybe_unusedArnd Bergmann2021-10-051-8/+4
* Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-133/+488
|\
| * usb: host: xhci-tegra: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-171-2/+1
| * usb: host: xhci-tegra: Add missing of_node_put() in tegra_xusb_probe()Yang Yingliang2021-06-171-0/+1
| * usb: host: xhci-tegra: add missing put_device() in tegra_xusb_probe()Yang Yingliang2021-06-171-4/+8
| * usb: xhci: tegra: Enable ELPG for runtime/system PMJC Kuo2021-06-111-37/+370
| * usb: xhci: tegra: Unlink power domain devicesJC Kuo2021-06-111-94/+112
* | usb: host: xhci-tegra: Switch to use %ptTsAndy Shevchenko2021-05-171-5/+1
|/
* xhci: tegra: Delay for disabling LFPS detectorJC Kuo2021-01-151-0/+7
* Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman2020-08-311-1/+3
|\
| * usb: host: xhci-tegra: fix tegra_xusb_get_phy()JC Kuo2020-08-181-1/+1
| * usb: host: xhci-tegra: otg usb2/usb3 port initJC Kuo2020-08-181-0/+2
* | usb: host: xhci-tegra: remove a duplicated entryJC Kuo2020-08-181-1/+0
|/
* Merge 5.8-rc7 into usb-nextGreg Kroah-Hartman2020-07-271-1/+1
|\
| * usb: tegra: Fix allocation for the FPCI contextJon Hunter2020-07-231-1/+1
* | usb: xhci: tegra: Remove PLL power suppliesThierry Reding2020-06-181-8/+0
|/
* usb: xhci-tegra: Add OTG supportNagarjuna Kristam2020-03-191-1/+227
* usb: host: xhci-tegra: Tegra186/Tegra194 LPMJC Kuo2020-03-121-0/+7
* usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186Peter Robinson2020-01-221-0/+1
* usb: host: xhci-tegra: Implement basic ELPG supportThierry Reding2019-12-101-8/+119
* usb: host: xhci-tegra: Add XUSB controller contextThierry Reding2019-12-101-11/+69
* usb: host: xhci-tegra: Add support for XUSB context save/restoreThierry Reding2019-12-101-2/+100
* usb: host: xhci-tegra: Enable runtime PM as late as possibleThierry Reding2019-12-101-16/+17
* usb: host: xhci-tegra: Reuse stored register base addressThierry Reding2019-12-101-8/+8
* usb: host: xhci-tegra: Extract firmware enable helperThierry Reding2019-12-101-12/+29
* usb: host: xhci-tegra: Use CNR as firmware ready indicatorThierry Reding2019-12-101-12/+15
* usb: host: xhci-tegra: Avoid a fixed duration sleepThierry Reding2019-12-101-1/+14
* usb: host: xhci-tegra: Separate firmware request and loadThierry Reding2019-12-101-10/+30
* usb: host: xhci-tegra: Fix "tega" -> "tegra" typoThierry Reding2019-12-101-2/+2
* usb: host: xhci-tegra: Correct phy enable sequenceNagarjuna Kristam2019-11-181-12/+13
* usb: host: xhci-tegra: Add Tegra194 XHCI supportJC Kuo2019-10-071-0/+30
* xhci: tegra: Parameterize mailbox register addressesJC Kuo2019-10-071-16/+42
* usb: host: xhci-tegra: use regulator_bulk_set_supply_names()Bartosz Golaszewski2019-10-041-2/+3
* usb: host: xhci-tegra: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-041-5/+3