From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753322AbcD2MKG (ORCPT ); Fri, 29 Apr 2016 08:10:06 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:59336 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752685AbcD2MKD (ORCPT ); Fri, 29 Apr 2016 08:10:03 -0400 Subject: Re: [PATCH 0/3] phy: rcar-gen3-usb2: add vbus-supply and extcon To: Yoshihiro Shimoda , , , , , References: <1456999746-2800-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> CC: , , From: Kishon Vijay Abraham I Message-ID: <572320F7.7090201@ti.com> Date: Fri, 29 Apr 2016 14:23:11 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1456999746-2800-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 03 March 2016 03:39 PM, Yoshihiro Shimoda wrote: > This patch set is based on the latest linux-phy / next branch > (commit id = 89636adde4a05953e3bf18807ba1f6f205572f67) > and the following patches: > > http://thread.gmane.org/gmane.linux.kernel/2166364 > http://thread.gmane.org/gmane.linux.kernel.renesas-soc/1512/focus=1514 > > The patch "Add vbus-supply to handle VBUS on/off" has > Rob's Acked-by as the followings: > http://thread.gmane.org/gmane.linux.kernel.renesas-soc/1087/focus=1153 merged, thanks. -Kishon > > Yoshihiro Shimoda (3): > phy: rcar-gen3-usb2: remove unnecesary struct rcar_gen3_data > phy: rcar-gen3-usb2: Add vbus-supply to handle VBUS on/off > phy: rcar-gen3-usb2: add extcon support > > .../devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 2 + > drivers/phy/Kconfig | 1 + > drivers/phy/phy-rcar-gen3-usb2.c | 87 +++++++++++++++++----- > 3 files changed, 71 insertions(+), 19 deletions(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Subject: Re: [PATCH 0/3] phy: rcar-gen3-usb2: add vbus-supply and extcon Date: Fri, 29 Apr 2016 14:23:11 +0530 Message-ID: <572320F7.7090201@ti.com> References: <1456999746-2800-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1456999746-2800-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> Sender: linux-kernel-owner@vger.kernel.org To: Yoshihiro Shimoda , robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org List-Id: devicetree@vger.kernel.org On Thursday 03 March 2016 03:39 PM, Yoshihiro Shimoda wrote: > This patch set is based on the latest linux-phy / next branch > (commit id = 89636adde4a05953e3bf18807ba1f6f205572f67) > and the following patches: > > http://thread.gmane.org/gmane.linux.kernel/2166364 > http://thread.gmane.org/gmane.linux.kernel.renesas-soc/1512/focus=1514 > > The patch "Add vbus-supply to handle VBUS on/off" has > Rob's Acked-by as the followings: > http://thread.gmane.org/gmane.linux.kernel.renesas-soc/1087/focus=1153 merged, thanks. -Kishon > > Yoshihiro Shimoda (3): > phy: rcar-gen3-usb2: remove unnecesary struct rcar_gen3_data > phy: rcar-gen3-usb2: Add vbus-supply to handle VBUS on/off > phy: rcar-gen3-usb2: add extcon support > > .../devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 2 + > drivers/phy/Kconfig | 1 + > drivers/phy/phy-rcar-gen3-usb2.c | 87 +++++++++++++++++----- > 3 files changed, 71 insertions(+), 19 deletions(-) >