summaryrefslogtreecommitdiff
path: root/drivers/usb/phy/phy-tegra-usb.c
AgeCommit message (Expand)Author
2023-07-25usb: Explicitly include correct DT includesRob Herring
2023-03-23usb: phy: tegra: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-16usb: Use of_property_present() for testing DT property presenceRob Herring
2022-09-05usb: phy: tegra: switch to using devm_gpiod_get()Dmitry Torokhov
2021-10-05usb: phy: tegra: Support OTG mode programmingDmitry Osipenko
2021-06-15usb: phy: tegra: Correct definition of B_SESS_VLD_WAKEUP_EN bitDmitry Osipenko
2021-06-15usb: phy: tegra: Wait for VBUS wakeup status deassertion on suspendDmitry Osipenko
2021-01-13usb: phy: tegra: Support waking up from a low power modeDmitry Osipenko
2021-01-13usb: phy: tegra: Add delay after power upDmitry Osipenko
2020-06-24usb: phy: tegra: Fix unnecessary check in tegra_usb_phy_probe()Tang Bin
2020-03-04usb: phy: tegra: Include proper GPIO consumer header to fix compile testingKrzysztof Kozlowski
2020-02-10usb: phy: tegra: Add clarifying comments about the shared registersDmitry Osipenko
2020-01-09usb: phy: tegra: Keep CPU interrupts enabledDmitry Osipenko
2020-01-09usb: phy: tegra: Move utmip_pad_count checking under lockDmitry Osipenko
2020-01-09usb: phy: tegra: Disable VBUS regulator on tegra_usb_phy_init failureDmitry Osipenko
2020-01-09usb: phy: tegra: Use device-tree notion of reset-GPIO's active-stateDmitry Osipenko
2020-01-09usb: phy: tegra: Use u32 for hardware register variablesDmitry Osipenko
2020-01-09usb: phy: tegra: Use devm_otg_ulpi_create()Dmitry Osipenko
2020-01-09usb: phy: tegra: Use generic stub for a missing VBUS regulatorDmitry Osipenko
2020-01-09usb: phy: tegra: Use relaxed versions of readl/writelDmitry Osipenko
2020-01-09usb: phy: tegra: Clean up included headersDmitry Osipenko
2020-01-09usb: phy: tegra: Perform general clean up of the codeDmitry Osipenko
2020-01-09usb: phy: tegra: Hook up init/shutdown callbacksDmitry Osipenko
2020-01-09usb: phy: tegra: Keep track of power on-off stateDmitry Osipenko
2020-01-09usb: phy: tegra: Clean up ulpi_phy_power_offDmitry Osipenko
2018-04-23usb: tegra: Move utmi-pads reset from ehci-tegra to tegra-phyDmitry Osipenko
2018-04-23usb: phy: tegra: Cleanup error messagesDmitry Osipenko
2018-03-13usb: phy: tegra: Increase PHY clock stabilization timeoutDmitry Osipenko
2017-11-07USB: phy: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-11usb: phy: tegra: Fix phy suspend for UDCJon Hunter
2015-09-27usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-03usb: phy: phy-tegra-usb: delete unnecessary 'out of memory' messagesPeter Chen
2014-10-20usb: phy: drop owner assignment from platform_driversWolfram Sang
2014-09-03usb: phy: tegra: Avoid use of sizeof(void)Thierry Reding
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2014-07-10usb: phy: tegra: Do not include asm/mach-types.hThierry Reding
2014-07-09USB: PHY: tegra: Call tegra_usb_phy_close only on device removalTuomas Tynkkynen
2014-07-09usb: phy: tegra: Do not include asm/mach-types.hThierry Reding
2014-06-30usb: phy: tegra: Make of_device_id array constJingoo Han
2013-12-06usb: phy-tegra-usb.c: wrong pointer check for remap UTMIChris Ruehl
2013-10-01usb: phy: tegra-usb: Remove redundant of_match_ptrSachin Kamat
2013-08-30usb: phy-tegra-usb: use platform_{get,set}_drvdata()Libo Chen
2013-08-12usb: phy: tegra: Program new PHY parametersTuomas Tynkkynen
2013-08-12usb: phy: tegra: Tegra30 supportTuomas Tynkkynen
2013-08-12usb: phy: tegra: Fix wrong PHY parametersTuomas Tynkkynen
2013-07-29usb: phy: tegra: Use switch instead of if-elseTuomas Tynkkynen
2013-07-29usb: phy: tegra: Use DT helpers for dr_modeTuomas Tynkkynen
2013-07-29usb: phy: tegra: Use DT helpers for phy_typeTuomas Tynkkynen