aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/ehci-tegra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-13usb: host: ehci-tegra: Remove the driverDmitry Osipenko1-604/+0
2020-10-28usb: host: ehci-tegra: Fix error handling in tegra_ehci_probe()Tang Bin1-2/+2
2020-04-16usb: host: ehci-tegra: Remove superfluous dev_err() messageTang Bin1-1/+0
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-09usb: host: ehci-tegra: Remove unused fields from tegra_ehci_hcdDmitry Osipenko1-2/+0
2020-01-09usb: host: ehci-tegra: Stop managing PHY's powerDmitry Osipenko1-6/+0
2020-01-09usb: host: ehci-tegra: Correct teardown order of driver's removalDmitry Osipenko1-7/+1
2018-04-23usb: tegra: Move utmi-pads reset from ehci-tegra to tegra-phyDmitry Osipenko1-48/+39
2018-03-09usb: add a flag to skip PHY initialization to struct usb_hcdMartin Blumenstingl1-0/+1
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman1-11/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-06-07usb: host: ehci-tegra: Avoid getting the same reset twiceThierry Reding1-3/+13
2016-06-07usb: host: ehci-tegra: Grab the correct UTMI pads resetThierry Reding1-1/+1
2015-05-08USB: ehci-tegra: fix inefficient copy of unaligned buffersJohan Hovold1-3/+9
2015-01-09usb: host: ehci-tegra: request deferred probe when failing to get phyVince Hsu1-1/+1
2014-11-07host: ehci-tegra: remove duplicate check on resourceVarka Bhadram1-7/+3
2014-11-03usb: host: ehci-tegra: delete unnecessary 'out of memory' messagesPeter Chen1-1/+0
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart1-8/+8
2014-07-09USB: EHCI: tegra: Fix probe order issue leading to broken USBTuomas Tynkkynen1-3/+59
2014-07-09USB: EHCI: tegra: Fix use-after-free in .remove()Tuomas Tynkkynen1-1/+2
2014-07-09USB: ehci-tegra: Make of_device_id array constJingoo Han1-1/+1
2014-05-27usb: host: ehci-tegra: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-04-24USB: EHCI: Export the ehci_hub_control functionLaurent Pinchart1-7/+1
2014-04-16USB: EHCI: tegra: set txfill_tuningStephen Warren1-0/+23
2014-03-03USB: EHCI: tegra: Drop unused definesThierry Reding1-4/+0
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+11
2013-12-11USB: EHCI: tegra: use reset frameworkStephen Warren1-3/+11
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-4/+3
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King1-3/+1
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King1-2/+3
2013-09-30USB: EHCI: tegra: drop clk_put for devm_clk_get in tegra_ehci_probe()Wei Yongjun1-3/+1
2013-08-12usb: host: tegra: Tegra30 supportTuomas Tynkkynen1-5/+29
2013-07-29usb: host: tegra: Locate a PHY via standard APITuomas Tynkkynen1-8/+1
2013-07-29usb: tegra: host: Remove references to plat dataTuomas Tynkkynen1-8/+0
2013-07-29usb: host: tegra: Remove leftover codeTuomas Tynkkynen1-15/+5
2013-07-29usb: tegra: Use regulators instead of GPIOs for USB PHY VBUSMikko Perttunen1-33/+1
2013-06-17USB: EHCI: tegra: Fix oops in error cleanupThierry Reding1-3/+3
2013-06-17USB: EHCI: tegra: make use of ehci->privStephen Warren1-35/+35
2013-06-17USB: EHCI: make ehci-tegra a separate driverManjunath Goudar1-54/+74
2013-06-17USB: EHCI: tegra: fix circular module dependenciesStephen Warren1-36/+0
2013-06-17USB: EHCI: tegra: remove all power managementStephen Warren1-245/+1
2013-06-17USB: EHCI: export ehci_handshake for ehci-hcd sub-driversManjunath Goudar1-6/+6
2013-05-30usb: phy: registering Tegra USB PHY as platform driverVenu Byravarasu1-59/+45
2013-05-30usb: phy: tegra: Get PHY mode using DTVenu Byravarasu1-1/+0
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren1-3/+3
2013-04-23usb: phy: tegra: don't call into tegra-ehci directlyArnd Bergmann1-5/+5
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-9/+3
2013-04-03usb: host: ehci-tegra: Fix oops in error cleanupThierry Reding1-2/+5
2013-04-03usb: host: tegra: Reset Tegra USB controller before initVenu Byravarasu1-0/+5