summaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-omap-usb2.c
Commit message (Expand)AuthorAgeFilesLines
* phy: omap-usb2: support suspend/resumeSekhar Nori2016-09-101-54/+46
* phy: omap-usb2: use *syscon* framework API to power on/off the PHYKishon Vijay Abraham I2015-12-211-17/+75
* phy: omap-usb2: use omap_usb_power_off to power off the PHY during probeKishon Vijay Abraham I2015-12-211-1/+1
* phy: Constify struct phy_ops variablesAxel Lin2015-08-031-1/+1
* phy: omap-usb2: invoke pm_runtime_disable on error pathKishon Vijay Abraham I2015-05-121-0/+1
* Merge tag 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/l...Greg Kroah-Hartman2015-04-101-4/+2
|\
| * phy: omap-usb2: Remove unneeded ifdef CONFIG_OF guard and of_match_ptrAxel Lin2015-03-101-4/+2
* | phy: omap-usb2: Fix missing clk_prepare call when using old dt nameAxel Lin2015-03-131-2/+3
* | phy: ti/omap: Fix modaliasAxel Lin2015-03-131-1/+1
|/
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-1/+1
|\
| * phy / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-1/+1
* | Merge tag 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/...Greg Kroah-Hartman2014-11-271-1/+1
|\ \
| * | phy: remove the old lookup methodHeikki Krogerus2014-11-221-1/+1
| |/
* | Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-11-251-9/+5
|\ \ | |/ |/|
| * usb: rename phy to usb_phy in OTGAntoine Tenart2014-11-031-3/+3
| * usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart2014-11-031-6/+2
* | phy: omap-usb2: Enable runtime PM of omap-usb2 phy properlyOussama Ghorbel2014-11-051-2/+4
|/
* phy: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-241-1/+0
* phy: phy-omap-usb2: Remove unncessary site specific OOM messagesPeter Griffin2014-09-241-6/+2
* phy: core: Let node ptr of PHY point to PHY and not of PHY providerKishon Vijay Abraham I2014-07-221-1/+1
* phy: omap-usb2: Balance pm_runtime_enable() on probe failure and removeRoger Quadros2014-07-111-2/+5
* phy: omap-usb2: fix devm_ioremap_resource error detection codeHimangi Saraogi2014-07-111-2/+2
* phy: omap-usb2: Use generic clock names "wkupclk" and "refclk"Roger Quadros2014-05-081-7/+23
* phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I2014-03-091-4/+4
* phy: omap-usb2: Add different compatible for OMAP5George Cherian2014-03-091-0/+9
* phy: omap-usb2: Provide workaround for USB2PHY false disconnectAustin Beam2014-03-091-0/+44
* phy: omap-usb2: Adapt phy-omap-usb2 for AM437xGeorge Cherian2014-03-091-12/+37
* phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/Kishon Vijay Abraham I2014-03-071-1/+1
* usb: phy: omap-usb2: remove *set_suspend* callback from omap-usb2Kishon Vijay Abraham I2014-03-061-25/+0
* phy: let phy_provider_register be the last step in registering PHYKishon Vijay Abraham I2014-02-181-5/+5
* usb: phy: omap-usb2: Don't use omap_get_control_dev()Roger Quadros2013-10-031-8/+23
* usb: phy: omap-usb2: use the new generic PHY frameworkKishon Vijay Abraham I2013-09-271-0/+309