Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753267AbbHYFrg (ORCPT ); Tue, 25 Aug 2015 01:47:36 -0400 Received: from mailout4.w1.samsung.com ([210.118.77.14]:9989 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750768AbbHYFre (ORCPT ); Tue, 25 Aug 2015 01:47:34 -0400 X-AuditID: cbfec7f5-f794b6d000001495-31-55dc0173c9e9 Subject: Re: [PATCH 1/7] phy: exynos-usb2: add vbus regulator support To: Kishon Vijay Abraham I , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org References: <1440160723-6636-1-git-send-email-m.szyprowski@samsung.com> <1440160723-6636-2-git-send-email-m.szyprowski@samsung.com> <55D71D3E.3010807@ti.com> Cc: Robert Baldyga , John Youn , Krzysztof Kozlowski , Kukjin Kim , Kamil Debski From: Marek Szyprowski Message-id: <55DC0173.9030702@samsung.com> Date: Tue, 25 Aug 2015 07:47:31 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-version: 1.0 In-reply-to: <55D71D3E.3010807@ti.com> Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFnrOLMWRmVeSWpSXmKPExsVy+t/xy7rFjHdCDfr3GFrsPn2J0eLH6wts Fq9fGFr0P37NbHHhaQ+bxeVdc9gsZpzfx2SxaFkrs8WDwzvZHTg9Nq3qZPPo27KK0WPL/s+M HsdvbGfy+LxJLoA1issmJTUnsyy1SN8ugSvjw+TrTAVXeSraL/xibWCcytXFyMkhIWAi8fdg EwuELSZx4d56ti5GLg4hgaWMEo923mOFcJ4zSpyeOo8RpEpYwFWidekmJpCEiEAHo0TDhWns EFULGSXWbLwM1s8scIRRYvveXcwgLWwChhJdb7uAEhwcvAJaEu8PmIOEWQRUJa4vu88GYosK xEj0/NoAZvMKCEr8mHwP7CZOATWJL1u2gY1hFjCT+PLyMCuELS+xec1b5gmMArOQtMxCUjYL SdkCRuZVjKKppckFxUnpuUZ6xYm5xaV56XrJ+bmbGCHB/3UH49JjVocYBTgYlXh4Z8y/HSrE mlhWXJl7iFGCg1lJhPf5RqAQb0piZVVqUX58UWlOavEhRmkOFiVx3pm73ocICaQnlqRmp6YW pBbBZJk4OKUaGGVmP363uS5OJ6D5Q5bNtA0TdPTXbM9v8rf63DLfjXfnxNStN3M1XfjWBSxc mS8X85NN5Ma88pbIL6vU7P1+KPlfvrOkPC7I0CPGccd3cWUVdlnLDWc901y33bz48d8eh0Nr ojfOWVl+NfHaWr4O8agoHWs3ZjftQw+PrFy73XVK/u3biXNTo5VYijMSDbWYi4oTAfJrma96 AgAA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1827 Lines: 44 Hello, On 2015-08-21 14:44, Kishon Vijay Abraham I wrote: > On Friday 21 August 2015 06:08 PM, Marek Szyprowski wrote: >> 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 >> --- >> .../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(-) >> >> diff --git a/Documentation/devicetree/bindings/phy/samsung-phy.txt b/Documentation/devicetree/bindings/phy/samsung-phy.txt >> index 60c6f2a633e0..0289d3b07853 100644 >> --- a/Documentation/devicetree/bindings/phy/samsung-phy.txt >> +++ b/Documentation/devicetree/bindings/phy/samsung-phy.txt >> @@ -44,6 +44,9 @@ Required properties: >> - the "ref" clock is used to get the rate of the clock provided to the >> PHY module >> >> +Optional properties: >> +- vbus-supply: power-supply phandle for vbus power source > how about using phy-supply? I wanted to make it a bit more descriptive (vbus-supply is rather self explaining name) and keep it in line with Exynos usb3-drd phy, which already supports vbus-supply. If you think that this is a bad idea, a will use phy-supply then. Best regards -- Marek Szyprowski, PhD Samsung R&D Institute Poland -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/