From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753579AbbELP7l (ORCPT ); Tue, 12 May 2015 11:59:41 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:57556 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753291AbbELP7i (ORCPT ); Tue, 12 May 2015 11:59:38 -0400 From: Kishon Vijay Abraham I To: CC: , Subject: [GIT PULL 0/5] phy: fixes for v4.1-rc Date: Tue, 12 May 2015 21:29:29 +0530 Message-ID: <1431446374-31573-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.1 -rc cycle. This includes a couple of fixes in Kconfig, one to fix randconfig error and the other to fix dependency in QCOM PHY. A fix in rcan gen2 PHY to fix the bit location. Let me know if I have to change something. Cheers Kishon The following changes since commit 2decb2682f80759f631c8332f9a2a34a02150a03: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2015-04-27 14:05:19 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/for-4.1-rc for you to fetch changes up to a3ac3d4a296ac88578c3a982d044e53284d85344: phy: phy-rcar-gen2: Fix USBHS_UGSTS_LOCK value (2015-05-12 20:57:19 +0530) ---------------------------------------------------------------- phy: fixes for v4.1-rc includes a fix in phy core w.r.t error checking, couple of fixes in kconfig one which fixes randconfig error and the other to fix dependency in QCOM PHY, driver fix in omap-usb2 in the error path and a driver fix in rcar-gen2 to fix bit location. ---------------------------------------------------------------- Axel Lin (1): phy: core: Fix error checking in (devm_)phy_optional_get Felipe Balbi (1): phy: fix Kconfig dependencies Kishon Vijay Abraham I (1): phy: omap-usb2: invoke pm_runtime_disable on error path Stephen Boyd (1): phy: qcom-ufs: Switch dependency to ARCH_QCOM Yoshihiro Shimoda (1): phy: phy-rcar-gen2: Fix USBHS_UGSTS_LOCK value drivers/phy/Kconfig | 10 +++++++--- drivers/phy/phy-core.c | 4 ++-- drivers/phy/phy-omap-usb2.c | 1 + drivers/phy/phy-rcar-gen2.c | 4 ++-- 4 files changed, 12 insertions(+), 7 deletions(-) -- 1.7.9.5