[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1431446828-5473-1-git-send-email-rogerq@ti.com>
Date: Tue, 12 May 2015 19:07:05 +0300
From: Roger Quadros <rogerq@...com>
To: <kishon@...com>, <tony@...mide.com>
CC: <nm@...com>, <nsekhar@...com>, <balbi@...com>,
<grygorii.strashko@...com>, <linux-kernel@...r.kernel.org>,
<linux-omap@...r.kernel.org>, Roger Quadros <rogerq@...com>
Subject: [PATCH 0/3] phy: ti-pipe3: dra7: sata: allow suspend to RAM
Hi,
We fix 2 things here to ensure that PHY clocks are disabled during
system suspend.
1) Stop relying on pm_runtime ops to disable our clocks as they don't
fit in well with the PHY framework usage scenario. This ensures that all clocks are
disabled when phy_exit() is called.
2) Implement workaround for SATA errata i783 (SATA Lockup After SATA DPLL Unlock/Relock)
so that we can now turn off sata_refclk to support suspend-to-ram.
cheers,
-roger
Roger Quadros (3):
phy: ti-pipe3: fix suspend
phy: ti-pipe3: i783 workaround for SATA lockup after dpll
unlock/relock
ARM: dts: dra7: Add syscon-pllreset syscon to SATA PHY
Documentation/devicetree/bindings/phy/ti-phy.txt | 16 +++
arch/arm/boot/dts/dra7.dtsi | 1 +
drivers/phy/phy-ti-pipe3.c | 173 ++++++++++-------------
3 files changed, 90 insertions(+), 100 deletions(-)
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists