aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/phy-ti-pipe3.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-03phy: ti-pipe3: Program the DPLL even if it was already lockedGravatar Roger Quadros 1-4/+11
2015-12-21phy: ti-pipe3: use *syscon* framework API to set PCS value of the PHYGravatar Kishon Vijay Abraham I 1-2/+32
2015-12-21phy: ti-pipe3: use *syscon* framework API to power on/off the PHYGravatar Kishon Vijay Abraham I 1-15/+73
2015-12-21phy: ti-pipe3: use ti_pipe3_power_off to power off the PHY during probeGravatar Kishon Vijay Abraham I 1-2/+3
2015-12-21phy: ti-pipe3: move mem resource initialization to a separate functionGravatar Kishon Vijay Abraham I 1-19/+33
2015-12-21phy: ti-pipe3: move sysctrl initialization to a separate functionGravatar Kishon Vijay Abraham I 1-33/+45
2015-12-21phy: ti-pipe3: move clk initialization to a separate functionGravatar Kishon Vijay Abraham I 1-55/+72
2015-12-21phy: ti-pipe3: introduce local struct device* in probeGravatar Kishon Vijay Abraham I 1-27/+27
2015-08-14Merge tag 'phy-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Gravatar Greg Kroah-Hartman 1-1/+1
2015-08-03phy: Constify struct phy_ops variablesGravatar Axel Lin 1-1/+1
2015-08-01phy: ti-pipe3: i783 workaround for SATA lockup after dpll unlock/relockGravatar Roger Quadros 1-6/+55
2015-07-15phy: ti-pipe3: fix suspendGravatar Roger Quadros 1-131/+41
2015-04-10Merge tag 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/l...Gravatar Greg Kroah-Hartman 1-7/+2
2015-03-13phy: ti/omap: Fix modaliasGravatar Axel Lin 1-1/+1
2015-03-12phy: ti-pipe3: Simplify ti_pipe3_dpll_wait_lock implementationGravatar Axel Lin 1-7/+3
2015-03-10phy: ti-pipe3: Remove unneeded ifdef CONFIG_OF guard and of_match_ptrGravatar Axel Lin 1-7/+2
2015-01-21phy: ti-pipe3: Fix SATA across suspend/resumeGravatar Roger Quadros 1-16/+42
2015-01-21phy: ti-pipe3: Disable clocks on system suspendGravatar Roger Quadros 1-22/+77
2014-12-23phy: phy-ti-pipe3: fix inconsistent enumeration of PCIe gen2 cardsGravatar Vignesh R 1-4/+6
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-22phy: remove the old lookup methodGravatar Heikki Krogerus 1-1/+1
2014-09-24phy: remove .owner field for drivers using module_platform_driverGravatar Peter Griffin 1-1/+0
2014-09-24phy: phy-ti-pipe3: Remove unncessary site specific OOM messagesGravatar Peter Griffin 1-3/+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-22phy: pipe3: insert delay to enumerate in GEN2 modeGravatar Kishon Vijay Abraham I 1-1/+3
2014-07-22phy: phy-omap-pipe3: Add support for PCIe PHYGravatar Kishon Vijay Abraham I 1-21/+82
2014-03-09phy: ti-pipe3: Fix suspend/resume and module reloadGravatar Roger Quadros 1-0/+4
2014-03-09phy: ti-pipe3: streamline PHY operationsGravatar Roger Quadros 1-51/+63
2014-03-09phy: ti-pipe3: Don't get 'wkupclk' and 'refclk' for SATA PHYGravatar Roger Quadros 1-9/+15
2014-03-09phy: ti-pipe3: Add SATA DPLL supportGravatar Roger Quadros 1-21/+55
2014-03-09phy: ti-pipe3: cleanup clock handlingGravatar Roger Quadros 1-27/+28
2014-03-09phy: rename struct omap_control_usb to struct omap_control_phyGravatar Kishon Vijay Abraham I 1-4/+4
2014-03-06drivers: phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY FrameworkGravatar Kishon Vijay Abraham I 1-0/+413