All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	<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>
Subject: Re: [PATCH 0/3] phy: rcar-gen3-usb2: add vbus-supply and extcon
Date: Fri, 29 Apr 2016 14:23:11 +0530	[thread overview]
Message-ID: <572320F7.7090201@ti.com> (raw)
In-Reply-To: <1456999746-2800-1-git-send-email-yoshihiro.shimoda.uh@renesas.com>



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(-)
> 

WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	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
Subject: Re: [PATCH 0/3] phy: rcar-gen3-usb2: add vbus-supply and extcon
Date: Fri, 29 Apr 2016 14:23:11 +0530	[thread overview]
Message-ID: <572320F7.7090201@ti.com> (raw)
In-Reply-To: <1456999746-2800-1-git-send-email-yoshihiro.shimoda.uh@renesas.com>



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(-)
> 

  parent reply	other threads:[~2016-04-29 12:10 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-03 10:09 [PATCH 0/3] phy: rcar-gen3-usb2: add vbus-supply and extcon Yoshihiro Shimoda
2016-03-03 10:09 ` Yoshihiro Shimoda
2016-03-03 10:09 ` [PATCH 1/3] phy: rcar-gen3-usb2: remove unnecesary struct rcar_gen3_data Yoshihiro Shimoda
2016-03-03 10:09   ` Yoshihiro Shimoda
2016-03-03 10:09 ` [PATCH 2/3] phy: rcar-gen3-usb2: Add vbus-supply to handle VBUS on/off Yoshihiro Shimoda
2016-03-03 10:09   ` Yoshihiro Shimoda
2016-04-05 10:53   ` Kishon Vijay Abraham I
2016-04-05 10:53     ` Kishon Vijay Abraham I
2016-04-06  0:25     ` Yoshihiro Shimoda
2016-04-06  0:25       ` Yoshihiro Shimoda
2016-04-06 12:45       ` Kishon Vijay Abraham I
2016-04-06 12:45         ` Kishon Vijay Abraham I
2016-04-06 12:45         ` Kishon Vijay Abraham I
2016-03-03 10:09 ` [PATCH 3/3] phy: rcar-gen3-usb2: add extcon support Yoshihiro Shimoda
2016-03-03 10:09   ` Yoshihiro Shimoda
2016-03-14  3:36   ` Chanwoo Choi
2016-04-05  9:56     ` Yoshihiro Shimoda
2016-04-05  9:56       ` Yoshihiro Shimoda
2016-04-29  8:53 ` Kishon Vijay Abraham I [this message]
2016-04-29  8:53   ` [PATCH 0/3] phy: rcar-gen3-usb2: add vbus-supply and extcon Kishon Vijay Abraham I

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=572320F7.7090201@ti.com \
    --to=kishon@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=yoshihiro.shimoda.uh@renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.