From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752698AbbHDQrt (ORCPT ); Tue, 4 Aug 2015 12:47:49 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:55646 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752247AbbHDQrr (ORCPT ); Tue, 4 Aug 2015 12:47:47 -0400 From: Kishon Vijay Abraham I To: CC: , Subject: [GIT PULL 0/3] phy: for 4.2 -rc Date: Tue, 4 Aug 2015 22:17:41 +0530 Message-ID: <1438706864-30515-1-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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