linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] phy: ti-pipe3: dra7: sata: allow suspend to RAM
@ 2015-05-12 16:07 Roger Quadros
  2015-05-12 16:07 ` [PATCH 1/3] phy: ti-pipe3: fix suspend Roger Quadros
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Roger Quadros @ 2015-05-12 16:07 UTC (permalink / raw)
  To: kishon, tony
  Cc: nm, nsekhar, balbi, grygorii.strashko, linux-kernel, linux-omap,
	Roger Quadros

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


^ permalink raw reply	[flat|nested] 16+ messages in thread
* [GIT PULL 0/3] phy: for 4.2 -rc
@ 2015-08-04 16:47 Kishon Vijay Abraham I
  2015-08-04 16:47 ` [PATCH 2/3] phy: ti-pipe3: i783 workaround for SATA lockup after dpll unlock/relock Kishon Vijay Abraham I
  0 siblings, 1 reply; 16+ messages in thread
From: Kishon Vijay Abraham I @ 2015-08-04 16:47 UTC (permalink / raw)
  To: gregkh; +Cc: kishon, linux-kernel

Hi Greg,

Got a couple of more fixes for this -rc cycle. One fixes a compiler
error when the driver is built as module and the other fixes a
SATA lockup. The fix also requires a dts patch which I've included
in this series after Tony's ACK. Please find the pull request below and
consider merging in this -rc cycle.

Let me know If I have to modify something.

Cheers
Kishon

The following changes since commit dcb54fcb3483862e993abdae99cec22fb3ae4099:

  phy: berlin-usb: fix divider for BG2 (2015-07-15 20:02:09 +0530)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-4.2-rc6

for you to fetch changes up to 257d5d9a9f19ee6c6801589c74791d5422c374e9:

  ARM: dts: dra7: Add syscon-pllreset syscon to SATA PHY (2015-08-04 21:11:50 +0530)

----------------------------------------------------------------
phy: for 4.2-rc6

*) Fix compiler error when sun4i usb phy driver is built as module
*) Fix SATA Lockup issue in dra7 SoC

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

----------------------------------------------------------------
Hans de Goede (1):
      phy-sun4i-usb: Add missing EXPORT_SYMBOL_GPL for sun4i_usb_phy_set_squelch_detect

Roger Quadros (2):
      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-sun4i-usb.c                      |    1 +
 drivers/phy/phy-ti-pipe3.c                       |   61 +++++++++++++++++++---
 4 files changed, 73 insertions(+), 6 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2015-08-04 16:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-12 16:07 [PATCH 0/3] phy: ti-pipe3: dra7: sata: allow suspend to RAM Roger Quadros
2015-05-12 16:07 ` [PATCH 1/3] phy: ti-pipe3: fix suspend Roger Quadros
2015-05-20 13:04   ` Kishon Vijay Abraham I
2015-05-20 13:48     ` Roger Quadros
2015-05-12 16:07 ` [PATCH 2/3] phy: ti-pipe3: i783 workaround for SATA lockup after dpll unlock/relock Roger Quadros
2015-05-20 13:19   ` Kishon Vijay Abraham I
2015-05-20 13:47     ` Roger Quadros
2015-05-22 11:34       ` Kishon Vijay Abraham I
2015-05-22 13:58         ` Roger Quadros
2015-05-23  7:22           ` Kishon Vijay Abraham I
2015-05-26 14:20             ` Roger Quadros
2015-06-02  8:17     ` Roger Quadros
2015-05-12 16:07 ` [PATCH 3/3] ARM: dts: dra7: Add syscon-pllreset syscon to SATA PHY Roger Quadros
2015-07-14 10:34   ` Tony Lindgren
2015-07-14 10:39     ` Roger Quadros
2015-08-04 16:47 [GIT PULL 0/3] phy: for 4.2 -rc Kishon Vijay Abraham I
2015-08-04 16:47 ` [PATCH 2/3] phy: ti-pipe3: i783 workaround for SATA lockup after dpll unlock/relock Kishon Vijay Abraham I

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).