From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755402AbbI2Gfg (ORCPT ); Tue, 29 Sep 2015 02:35:36 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:35062 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755225AbbI2Gf1 (ORCPT ); Tue, 29 Sep 2015 02:35:27 -0400 From: Kishon Vijay Abraham I To: CC: , Subject: [GIT PULL] phy: for 4.3 -rc Date: Tue, 29 Sep 2015 12:05:21 +0530 Message-ID: <1443508524-7546-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, Please find the pull request for 4.3 -rc cycle below. This includes misc fixes in three of the PHY drivers. Please see the tag message for the details. Let me know if I have to change something. Cheers Kishon The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f: Linux 4.3-rc1 (2015-09-12 16:35:56 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-4.3-rc for you to fetch changes up to f9fef6181a9590261c296be9e2a19b6aa3c13ba7: phy: berlin-sata: Fix module autoload for OF platform driver (2015-09-25 17:01:14 +0530) ---------------------------------------------------------------- phy: for 4.3-rc *) Fix compiler error in qcom-ufs when it is built as module *) Power down rockchip-usb PHY during probe to save power consumption *) Fix module autoload for berlin-sata PHY driver Signed-off-by: Kishon Vijay Abraham I ---------------------------------------------------------------- Luis de Bethencourt (1): phy: berlin-sata: Fix module autoload for OF platform driver Yaniv Gardi (1): phy: qcom-ufs: fix build error when the component is built as a module huang lin (1): phy: rockchip-usb: power down phy when rockchip phy probe drivers/phy/phy-berlin-sata.c | 1 + drivers/phy/phy-qcom-ufs.c | 11 +++++++++++ drivers/phy/phy-rockchip-usb.c | 6 ++++++ 3 files changed, 18 insertions(+) -- 1.7.9.5