summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-tegra.c
AgeCommit message (Expand)AuthorFilesLines
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-05Merge 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
2019-08-28usb: host: xhci-tegra: Set DMA mask correctlyNagarjuna Kristam1-0/+10
2019-06-18usb: host: xhci-tegra: Fix Wunused-const-variableNathan Huckleberry1-23/+0
2019-04-16usb: host: xhci-tegra: Add Tegra186 XUSB supportJC Kuo1-0/+25
2019-04-16usb: host: xhci-tegra: Selectively program IPFSJC Kuo1-17/+26
2019-02-20xhci: tegra: Prevent error pointer dereferenceThierry Reding1-2/+2
2018-11-09xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman1-0/+1
2018-10-18usb: xhci: tegra: Add genpd supportJon Hunter1-12/+77
2018-10-18usb: xhci: tegra: Power-off power-domains on removalJon Hunter1-0/+5
2018-09-28usb: xhci: tegra: Firmware header is little endianThierry Reding1-26/+26
2018-06-25usb: xhci: tegra: fix runtime PM error handlingStefan Agner1-2/+2
2018-06-25usb: xhci: remove the code build warningDongjiu Geng1-1/+1
2018-05-31usb: xhci: tegra: Fix runtime PM supportJon Hunter1-1/+1
2018-05-24usb: xhci: tegra: Add support for managing powergatesJon Hunter1-19/+49