All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Roger Quadros <rogerq@ti.com>, <tony@atomide.com>
Cc: <robh+dt@kernel.org>, <nsekhar@ti.com>,
	<linux-omap@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/3] phy: omap-usb2: Fixes for v4.9
Date: Fri, 2 Sep 2016 17:47:39 +0530	[thread overview]
Message-ID: <57C96DE3.6030907@ti.com> (raw)
In-Reply-To: <1471942661-1728-1-git-send-email-rogerq@ti.com>



On Tuesday 23 August 2016 02:27 PM, Roger Quadros wrote:
> Hi Kishon & Tony,
> 
> Here are some fixes found in the TI vendor tree for omap-usb2 PHY
> and are important for upstream. Please queue for -next if OK. Thanks.

merged the phy patches to linux-phy -next

Thanks
Kishon
> 
> The 3rd patch should probably go via Tony's SoC DT tree.
> 
> cheers,
> -roger
> 
> Sekhar Nori (3):
>   phy: omap-usb2: support suspend/resume
>   dt-bindings: phy: ti: add documentation for ti,dra7x-usb2
>   ARM: dts: dra7: workaround silicon limitation i845
> 
>  Documentation/devicetree/bindings/phy/ti-phy.txt |   2 +
>  arch/arm/boot/dts/dra7.dtsi                      |   2 +-
>  drivers/phy/phy-omap-usb2.c                      | 100 +++++++++++------------
>  3 files changed, 49 insertions(+), 55 deletions(-)
> 

WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>
To: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>,
	tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org
Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	nsekhar-l0cyMroinI0@public.gmane.org,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 0/3] phy: omap-usb2: Fixes for v4.9
Date: Fri, 2 Sep 2016 17:47:39 +0530	[thread overview]
Message-ID: <57C96DE3.6030907@ti.com> (raw)
In-Reply-To: <1471942661-1728-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>



On Tuesday 23 August 2016 02:27 PM, Roger Quadros wrote:
> Hi Kishon & Tony,
> 
> Here are some fixes found in the TI vendor tree for omap-usb2 PHY
> and are important for upstream. Please queue for -next if OK. Thanks.

merged the phy patches to linux-phy -next

Thanks
Kishon
> 
> The 3rd patch should probably go via Tony's SoC DT tree.
> 
> cheers,
> -roger
> 
> Sekhar Nori (3):
>   phy: omap-usb2: support suspend/resume
>   dt-bindings: phy: ti: add documentation for ti,dra7x-usb2
>   ARM: dts: dra7: workaround silicon limitation i845
> 
>  Documentation/devicetree/bindings/phy/ti-phy.txt |   2 +
>  arch/arm/boot/dts/dra7.dtsi                      |   2 +-
>  drivers/phy/phy-omap-usb2.c                      | 100 +++++++++++------------
>  3 files changed, 49 insertions(+), 55 deletions(-)
> 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2016-09-02 12:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-23  8:57 [PATCH 0/3] phy: omap-usb2: Fixes for v4.9 Roger Quadros
2016-08-23  8:57 ` Roger Quadros
2016-08-23  8:57 ` [PATCH 1/3] phy: omap-usb2: support suspend/resume Roger Quadros
2016-08-23  8:57   ` Roger Quadros
2016-08-23  8:57 ` [PATCH 2/3] dt-bindings: phy: ti: add documentation for ti,dra7x-usb2 Roger Quadros
2016-08-23  8:57   ` Roger Quadros
2016-08-23 20:03   ` Rob Herring
2016-08-23 20:03     ` Rob Herring
2016-08-23  8:57 ` [PATCH 3/3] ARM: dts: dra7: workaround silicon limitation i845 Roger Quadros
2016-08-23  8:57   ` Roger Quadros
2016-08-26 15:28   ` Tony Lindgren
2016-09-02 12:17 ` Kishon Vijay Abraham I [this message]
2016-09-02 12:17   ` [PATCH 0/3] phy: omap-usb2: Fixes for v4.9 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=57C96DE3.6030907@ti.com \
    --to=kishon@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nsekhar@ti.com \
    --cc=robh+dt@kernel.org \
    --cc=rogerq@ti.com \
    --cc=tony@atomide.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.