aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/phy-ti-pipe3.c
AgeCommit message (Expand)Author
2016-11-18phy: Fix ptr_ret.cocci warningsVivek Gautam
2016-06-03phy: ti-pipe3: Program the DPLL even if it was already lockedRoger Quadros
2015-12-21phy: ti-pipe3: use *syscon* framework API to set PCS value of the PHYKishon Vijay Abraham I
2015-12-21phy: ti-pipe3: use *syscon* framework API to power on/off the PHYKishon Vijay Abraham I
2015-12-21phy: ti-pipe3: use ti_pipe3_power_off to power off the PHY during probeKishon Vijay Abraham I
2015-12-21phy: ti-pipe3: move mem resource initialization to a separate functionKishon Vijay Abraham I
2015-12-21phy: ti-pipe3: move sysctrl initialization to a separate functionKishon Vijay Abraham I
2015-12-21phy: ti-pipe3: move clk initialization to a separate functionKishon Vijay Abraham I
2015-12-21phy: ti-pipe3: introduce local struct device* in probeKishon Vijay Abraham I
2015-08-14Merge tag 'phy-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman
2015-08-03phy: Constify struct phy_ops variablesAxel Lin
2015-08-01phy: ti-pipe3: i783 workaround for SATA lockup after dpll unlock/relockRoger Quadros
2015-07-15phy: ti-pipe3: fix suspendRoger Quadros
2015-04-10Merge tag 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/l...Greg Kroah-Hartman
2015-03-13phy: ti/omap: Fix modaliasAxel Lin
2015-03-12phy: ti-pipe3: Simplify ti_pipe3_dpll_wait_lock implementationAxel Lin
2015-03-10phy: ti-pipe3: Remove unneeded ifdef CONFIG_OF guard and of_match_ptrAxel Lin
2015-01-21phy: ti-pipe3: Fix SATA across suspend/resumeRoger Quadros
2015-01-21phy: ti-pipe3: Disable clocks on system suspendRoger Quadros
2014-12-23phy: phy-ti-pipe3: fix inconsistent enumeration of PCIe gen2 cardsVignesh R
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-13phy / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-11-22phy: remove the old lookup methodHeikki Krogerus
2014-09-24phy: remove .owner field for drivers using module_platform_driverPeter Griffin
2014-09-24phy: phy-ti-pipe3: Remove unncessary site specific OOM messagesPeter Griffin
2014-07-22phy: core: Let node ptr of PHY point to PHY and not of PHY providerKishon Vijay Abraham I
2014-07-22phy: pipe3: insert delay to enumerate in GEN2 modeKishon Vijay Abraham I
2014-07-22phy: phy-omap-pipe3: Add support for PCIe PHYKishon Vijay Abraham I
2014-03-09phy: ti-pipe3: Fix suspend/resume and module reloadRoger Quadros
2014-03-09phy: ti-pipe3: streamline PHY operationsRoger Quadros
2014-03-09phy: ti-pipe3: Don't get 'wkupclk' and 'refclk' for SATA PHYRoger Quadros
2014-03-09phy: ti-pipe3: Add SATA DPLL supportRoger Quadros
2014-03-09phy: ti-pipe3: cleanup clock handlingRoger Quadros
2014-03-09phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I
2014-03-06drivers: phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY FrameworkKishon Vijay Abraham I