From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753102AbbG0KhJ (ORCPT ); Mon, 27 Jul 2015 06:37:09 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:59030 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751071AbbG0KhH (ORCPT ); Mon, 27 Jul 2015 06:37:07 -0400 Message-ID: <55B609CD.7010403@ti.com> Date: Mon, 27 Jul 2015 13:37:01 +0300 From: Roger Quadros User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: , CC: , , , , , , Subject: Re: [PATCH v3 0/3] phy: ti-pipe3: dra7: sata: allow suspend to RAM (core-retention) References: <1437140844-6032-1-git-send-email-rogerq@ti.com> <55B60618.5010902@ti.com> In-Reply-To: <55B60618.5010902@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27/07/15 13:21, Roger Quadros wrote: > Kishon & Tony, > > You can please pick the first 2 patches for -next. Sorry, I meant for -rc. > > The 3rd patch is not required for SATA and I will send it as > a separate series. This can go in -next. cheers, -roger > > cheers, > -roger > > On 17/07/15 16:47, Roger Quadros wrote: >> Hi, >> >> 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 without preventing >> core-retention. >> >> Depends on http://article.gmane.org/gmane.linux.ports.arm.omap/126670. >> >> Changelog: >> v3: >> - used scm_conf node in dra7.dtsi for control register access. >> >> v2: >> - Fixed pcie disable_clocks. Addressed review comments. >> >> cheers, >> -roger >> >> Roger Quadros (3): >> phy: ti-pipe3: i783 workaround for SATA lockup after dpll >> unlock/relock >> ARM: dts: dra7: Add syscon-pllreset syscon to SATA PHY >> ARM: dts: dra7: Add scm_conf1 node and remove redundant nodes >> >> Documentation/devicetree/bindings/phy/ti-phy.txt | 16 +++++++ >> arch/arm/boot/dts/dra7.dtsi | 20 ++++---- >> drivers/phy/phy-ti-pipe3.c | 61 +++++++++++++++++++++--- >> 3 files changed, 80 insertions(+), 17 deletions(-) >>