summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-tegra.c
AgeCommit message (Expand)Author
2023-07-31Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman
2023-07-27usb: xhci: tegra: Add shutdown callback for Tegra XUSBHaotien Hsu
2023-07-25usb: Explicitly include correct DT includesRob Herring
2023-07-25Revert "usb: xhci: tegra: Fix error check"Dan Carpenter
2023-06-13xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setupMathias Nyman
2023-05-30usb: xhci-tegra: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-13usb: xhci: tegra: enable stream protocol supportHenry Lin
2023-05-13USB: Extend pci resume function to handle PM eventsBasavaraj Natikar
2023-04-10Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman
2023-03-29usb: xhci: tegra: fix sleep in atomic callWayne Chang
2023-03-09usb: host: xhci-tegra: Drop using of_irq_parse_one()Rob Herring
2023-01-17xhci: tegra: USB2 pad power controlsPetlozu Pravareshwar
2023-01-17usb: host: xhci-tegra: Add Tegra234 XHCI supportSing-Han Chen
2022-06-10usb: xhci: tegra: Fix error checkTang Bin
2022-04-21usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partit...zhangqilong
2021-11-17usb: xhci: tegra: Check padctrl interrupt presence in device treeDmitry Osipenko
2021-10-05usb: xhci: tegra: mark PM functions as __maybe_unusedArnd Bergmann
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-06-17usb: host: xhci-tegra: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-06-17usb: host: xhci-tegra: Add missing of_node_put() in tegra_xusb_probe()Yang Yingliang
2021-06-17usb: host: xhci-tegra: add missing put_device() in tegra_xusb_probe()Yang Yingliang
2021-06-11usb: xhci: tegra: Enable ELPG for runtime/system PMJC Kuo
2021-06-11usb: xhci: tegra: Unlink power domain devicesJC Kuo
2021-05-17usb: host: xhci-tegra: Switch to use %ptTsAndy Shevchenko
2021-01-15xhci: tegra: Delay for disabling LFPS detectorJC Kuo
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman
2020-08-18usb: host: xhci-tegra: fix tegra_xusb_get_phy()JC Kuo
2020-08-18usb: host: xhci-tegra: otg usb2/usb3 port initJC Kuo
2020-08-18usb: host: xhci-tegra: remove a duplicated entryJC Kuo
2020-07-27Merge 5.8-rc7 into usb-nextGreg Kroah-Hartman
2020-07-23usb: tegra: Fix allocation for the FPCI contextJon Hunter
2020-06-18usb: xhci: tegra: Remove PLL power suppliesThierry Reding
2020-03-19usb: xhci-tegra: Add OTG supportNagarjuna Kristam
2020-03-12usb: host: xhci-tegra: Tegra186/Tegra194 LPMJC Kuo
2020-01-22usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186Peter Robinson
2019-12-10usb: host: xhci-tegra: Implement basic ELPG supportThierry Reding
2019-12-10usb: host: xhci-tegra: Add XUSB controller contextThierry Reding
2019-12-10usb: host: xhci-tegra: Add support for XUSB context save/restoreThierry Reding
2019-12-10usb: host: xhci-tegra: Enable runtime PM as late as possibleThierry Reding
2019-12-10usb: host: xhci-tegra: Reuse stored register base addressThierry Reding
2019-12-10usb: host: xhci-tegra: Extract firmware enable helperThierry Reding
2019-12-10usb: host: xhci-tegra: Use CNR as firmware ready indicatorThierry Reding
2019-12-10usb: host: xhci-tegra: Avoid a fixed duration sleepThierry Reding
2019-12-10usb: host: xhci-tegra: Separate firmware request and loadThierry Reding
2019-12-10usb: host: xhci-tegra: Fix "tega" -> "tegra" typoThierry Reding
2019-11-18usb: host: xhci-tegra: Correct phy enable sequenceNagarjuna Kristam
2019-10-07usb: host: xhci-tegra: Add Tegra194 XHCI supportJC Kuo
2019-10-07xhci: tegra: Parameterize mailbox register addressesJC Kuo
2019-10-04usb: host: xhci-tegra: use regulator_bulk_set_supply_names()Bartosz Golaszewski
2019-10-04usb: host: xhci-tegra: use devm_platform_ioremap_resource() to simplify codeYueHaibing