aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/phy-omap-usb2.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-10phy: omap-usb2: support suspend/resumeGravatar Sekhar Nori 1-54/+46
2015-12-21phy: omap-usb2: use *syscon* framework API to power on/off the PHYGravatar Kishon Vijay Abraham I 1-17/+75
2015-12-21phy: omap-usb2: use omap_usb_power_off to power off the PHY during probeGravatar Kishon Vijay Abraham I 1-1/+1
2015-08-03phy: Constify struct phy_ops variablesGravatar Axel Lin 1-1/+1
2015-05-12phy: omap-usb2: invoke pm_runtime_disable on error pathGravatar Kishon Vijay Abraham I 1-0/+1
2015-04-10Merge tag 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/l...Gravatar Greg Kroah-Hartman 1-4/+2
2015-03-13phy: omap-usb2: Fix missing clk_prepare call when using old dt nameGravatar Axel Lin 1-2/+3
2015-03-13phy: ti/omap: Fix modaliasGravatar Axel Lin 1-1/+1
2015-03-10phy: omap-usb2: Remove unneeded ifdef CONFIG_OF guard and of_match_ptrGravatar Axel Lin 1-4/+2
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2014-12-13phy / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMGravatar Rafael J. Wysocki 1-1/+1
2014-11-27Merge tag 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/...Gravatar Greg Kroah-Hartman 1-1/+1
2014-11-25Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 1-9/+5
2014-11-22phy: remove the old lookup methodGravatar Heikki Krogerus 1-1/+1
2014-11-05phy: omap-usb2: Enable runtime PM of omap-usb2 phy properlyGravatar Oussama Ghorbel 1-2/+4
2014-11-03usb: rename phy to usb_phy in OTGGravatar Antoine Tenart 1-3/+3
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureGravatar Antoine Tenart 1-6/+2
2014-09-24phy: remove .owner field for drivers using module_platform_driverGravatar Peter Griffin 1-1/+0
2014-09-24phy: phy-omap-usb2: Remove unncessary site specific OOM messagesGravatar Peter Griffin 1-6/+2
2014-07-22phy: core: Let node ptr of PHY point to PHY and not of PHY providerGravatar Kishon Vijay Abraham I 1-1/+1
2014-07-11phy: omap-usb2: Balance pm_runtime_enable() on probe failure and removeGravatar Roger Quadros 1-2/+5
2014-07-11phy: omap-usb2: fix devm_ioremap_resource error detection codeGravatar Himangi Saraogi 1-2/+2
2014-05-08phy: omap-usb2: Use generic clock names "wkupclk" and "refclk"Gravatar Roger Quadros 1-7/+23
2014-03-09phy: rename struct omap_control_usb to struct omap_control_phyGravatar Kishon Vijay Abraham I 1-4/+4
2014-03-09phy: omap-usb2: Add different compatible for OMAP5Gravatar George Cherian 1-0/+9
2014-03-09phy: omap-usb2: Provide workaround for USB2PHY false disconnectGravatar Austin Beam 1-0/+44
2014-03-09phy: omap-usb2: Adapt phy-omap-usb2 for AM437xGravatar George Cherian 1-12/+37
2014-03-07phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/Gravatar Kishon Vijay Abraham I 1-1/+1
2014-03-06usb: phy: omap-usb2: remove *set_suspend* callback from omap-usb2Gravatar Kishon Vijay Abraham I 1-25/+0
2014-02-18phy: let phy_provider_register be the last step in registering PHYGravatar Kishon Vijay Abraham I 1-5/+5
2013-10-03usb: phy: omap-usb2: Don't use omap_get_control_dev()Gravatar Roger Quadros 1-8/+23
2013-09-27usb: phy: omap-usb2: use the new generic PHY frameworkGravatar Kishon Vijay Abraham I 1-0/+309