summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-tegra.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-31Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman1-4/+4
2023-07-27usb: xhci: tegra: Add shutdown callback for Tegra XUSBHaotien Hsu1-6/+20
2023-07-25usb: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-25Revert "usb: xhci: tegra: Fix error check"Dan Carpenter1-4/+4
2023-06-13xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setupMathias Nyman1-1/+0
2023-05-30usb: xhci-tegra: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-13usb: xhci: tegra: enable stream protocol supportHenry Lin1-0/+3
2023-05-13USB: Extend pci resume function to handle PM eventsBasavaraj Natikar1-1/+1
2023-04-10Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman1-3/+3
2023-03-29usb: xhci: tegra: fix sleep in atomic callWayne Chang1-3/+3
2023-03-09usb: host: xhci-tegra: Drop using of_irq_parse_one()Rob Herring1-10/+7
2023-01-17xhci: tegra: USB2 pad power controlsPetlozu Pravareshwar1-0/+125
2023-01-17usb: host: xhci-tegra: Add Tegra234 XHCI supportSing-Han Chen1-39/+228
2022-06-10usb: xhci: tegra: Fix error checkTang Bin1-4/+4
2022-04-21usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partit...zhangqilong1-2/+2
2021-11-17usb: xhci: tegra: Check padctrl interrupt presence in device treeDmitry Osipenko1-12/+29
2021-10-05usb: xhci: tegra: mark PM functions as __maybe_unusedArnd Bergmann1-8/+4
2021-07-06Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-133/+488
2021-06-17usb: host: xhci-tegra: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-17usb: host: xhci-tegra: Add missing of_node_put() in tegra_xusb_probe()Yang Yingliang1-0/+1
2021-06-17usb: host: xhci-tegra: add missing put_device() in tegra_xusb_probe()Yang Yingliang1-4/+8
2021-06-11usb: xhci: tegra: Enable ELPG for runtime/system PMJC Kuo1-37/+370
2021-06-11usb: xhci: tegra: Unlink power domain devicesJC Kuo1-94/+112
2021-05-17usb: host: xhci-tegra: Switch to use %ptTsAndy Shevchenko1-5/+1
2021-01-15xhci: tegra: Delay for disabling LFPS detectorJC Kuo1-0/+7
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman1-1/+3
2020-08-18usb: host: xhci-tegra: fix tegra_xusb_get_phy()JC Kuo1-1/+1
2020-08-18usb: host: xhci-tegra: otg usb2/usb3 port initJC Kuo1-0/+2
2020-08-18usb: host: xhci-tegra: remove a duplicated entryJC Kuo1-1/+0
2020-07-27Merge 5.8-rc7 into usb-nextGreg Kroah-Hartman1-1/+1
2020-07-23usb: tegra: Fix allocation for the FPCI contextJon Hunter1-1/+1
2020-06-18usb: xhci: tegra: Remove PLL power suppliesThierry Reding1-8/+0
2020-03-19usb: xhci-tegra: Add OTG supportNagarjuna Kristam1-1/+227
2020-03-12usb: host: xhci-tegra: Tegra186/Tegra194 LPMJC Kuo1-0/+7
2020-01-22usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186Peter Robinson1-0/+1
2019-12-10usb: host: xhci-tegra: Implement basic ELPG supportThierry Reding1-8/+119
2019-12-10usb: host: xhci-tegra: Add XUSB controller contextThierry Reding1-11/+69
2019-12-10usb: host: xhci-tegra: Add support for XUSB context save/restoreThierry Reding1-2/+100
2019-12-10usb: host: xhci-tegra: Enable runtime PM as late as possibleThierry Reding1-16/+17
2019-12-10usb: host: xhci-tegra: Reuse stored register base addressThierry Reding1-8/+8
2019-12-10usb: host: xhci-tegra: Extract firmware enable helperThierry Reding1-12/+29
2019-12-10usb: host: xhci-tegra: Use CNR as firmware ready indicatorThierry Reding1-12/+15
2019-12-10usb: host: xhci-tegra: Avoid a fixed duration sleepThierry Reding1-1/+14
2019-12-10usb: host: xhci-tegra: Separate firmware request and loadThierry Reding1-10/+30
2019-12-10usb: host: xhci-tegra: Fix "tega" -> "tegra" typoThierry Reding1-2/+2
2019-11-18usb: host: xhci-tegra: Correct phy enable sequenceNagarjuna Kristam1-12/+13
2019-10-07usb: host: xhci-tegra: Add Tegra194 XHCI supportJC Kuo1-0/+30
2019-10-07xhci: tegra: Parameterize mailbox register addressesJC Kuo1-16/+42
2019-10-04usb: host: xhci-tegra: use regulator_bulk_set_supply_names()Bartosz Golaszewski1-2/+3
2019-10-04usb: host: xhci-tegra: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-5/+3