From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753155AbbJFO3b (ORCPT ); Tue, 6 Oct 2015 10:29:31 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:48372 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752785AbbJFO32 (ORCPT ); Tue, 6 Oct 2015 10:29:28 -0400 Subject: Re: [PATCH RESEND] phy: exynos-usb2: add vbus regulator support To: Marek Szyprowski , Krzysztof Kozlowski References: <1444138860-23595-1-git-send-email-m.szyprowski@samsung.com> <5613D5FF.4040702@samsung.com> CC: , From: Kishon Vijay Abraham I Message-ID: <5613DAC2.7050508@ti.com> Date: Tue, 6 Oct 2015 19:59:22 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <5613D5FF.4040702@samsung.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Tuesday 06 October 2015 07:39 PM, Marek Szyprowski wrote: > Hello, > > On 2015-10-06 15:47, Krzysztof Kozlowski wrote: >> 2015-10-06 22:41 GMT+09:00 Marek Szyprowski : >>> Exynos USB2 PHY has separate power supply, which is usually provided by >>> VBUS regulator. This patch adds support for it. VBUS regulator is >>> optional, to keep compatibility with boards, which have VBUS provided >>> from some always-on power source. >>> >>> Signed-off-by: Marek Szyprowski >>> --- >>> This is just a resend of a patch posted in the following thread: >>> https://lkml.org/lkml/2015/8/21/306 >>> >>> I really hope that it will finally get merged to v4.4. For more >>> information and background, please refer to the mentioned thread. >>> >>> Marek Szyprowski >>> --- >>> .../devicetree/bindings/phy/samsung-phy.txt | 3 +++ >>> drivers/phy/phy-samsung-usb2.c | 25 >>> ++++++++++++++++++++-- >>> drivers/phy/phy-samsung-usb2.h | 2 ++ >>> 3 files changed, 28 insertions(+), 2 deletions(-) >> Any particular reason to dropping my tested-by? Do you changed here >> anything? > > Nope, I just forgot to add your "Tested-by: Krzysztof Kozlowski > ". > > This was a pure resend, no changes to the patch has been made. I just > noticed > that it is over 6 weeks since the initial submission and the patch is still > not in linux-next... It won't be in linux-next. I've just merged this patch to linux-phy -next and will be sent during the next merge window. Only fixes will be merged during the -rc releases. Thanks Kishon