From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932262AbbETPLr (ORCPT ); Wed, 20 May 2015 11:11:47 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:50501 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932133AbbETPLo (ORCPT ); Wed, 20 May 2015 11:11:44 -0400 Message-ID: <555CA42C.3050000@ti.com> Date: Wed, 20 May 2015 20:41:40 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: CC: Subject: Re: [GIT PULL 0/5] phy: fixes for v4.1-rc References: <1431446374-31573-1-git-send-email-kishon@ti.com> In-Reply-To: <1431446374-31573-1-git-send-email-kishon@ti.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, On Tuesday 12 May 2015 09:29 PM, Kishon Vijay Abraham I wrote: > 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 can you pick this one? Thanks Kishon > > 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(-) >