From: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
To: Greg KH <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>
Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Peter.Chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org,
stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org,
swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org,
thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
balbi-l0cyMroinI0@public.gmane.org,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org
Subject: Re: [PATCH v5 1/2] usb: rename phy to usb_phy in HCD
Date: Wed, 24 Sep 2014 22:56:30 +0400 [thread overview]
Message-ID: <542313DE.1080709@cogentembedded.com> (raw)
In-Reply-To: <20140924051138.GA4440-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
hello.
On 09/24/2014 09:11 AM, Greg KH wrote:
>> From: Antoine Tenart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
>> The USB PHY member of the HCD structure is renamed to 'usb_phy' and
>> modifications are done in all drivers accessing it.
>> This is in preparation to adding the generic PHY support.
>> Signed-off-by: Antoine Tenart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
>> [Sergei: added missing 'drivers/usb/misc/lvstest.c' file, resolved rejects
>> caused by patch reordering, updated changelog.]
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
>> Acked-by: Alan Stern <stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org>
>> Acked-by: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
>> ---
>> Changes in version 5:
>> - imported the patch from Antoine Tenart's series;
>> - added missing 'drivers/usb/misc/lvstest.c' file;
>> - resolved rejects caused by patch reordering;
>> - refreshed patch;
>> - updated changelog.
>> drivers/usb/chipidea/host.c | 2 +-
>> drivers/usb/core/hcd.c | 20 ++++++++++----------
>> drivers/usb/core/hub.c | 8 ++++----
>> drivers/usb/host/ehci-fsl.c | 16 ++++++++--------
>> drivers/usb/host/ehci-hub.c | 2 +-
>> drivers/usb/host/ehci-msm.c | 4 ++--
>> drivers/usb/host/ehci-tegra.c | 16 ++++++++--------
>> drivers/usb/host/ohci-omap.c | 20 ++++++++++----------
>> drivers/usb/misc/lvstest.c | 8 ++++----
>> include/linux/usb/hcd.h | 2 +-
>> 10 files changed, 49 insertions(+), 49 deletions(-)
> This doesn't apply to my tree at all anymore,
Well, I'm seeing only a minor reject in the first file, easily fixable.
> can you refresh it and resend?
OK, will re-post now.
> thanks,
> greg k-h
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Greg KH <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>
Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Peter.Chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org,
stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org,
swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org,
thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
balbi-l0cyMroinI0@public.gmane.org,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org
Subject: Re: [PATCH v5 1/2] usb: rename phy to usb_phy in HCD
Date: Wed, 24 Sep 2014 18:56:30 +0000 [thread overview]
Message-ID: <542313DE.1080709@cogentembedded.com> (raw)
In-Reply-To: <20140924051138.GA4440-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
hello.
On 09/24/2014 09:11 AM, Greg KH wrote:
>> From: Antoine Tenart <antoine.tenart@free-electrons.com>
>> The USB PHY member of the HCD structure is renamed to 'usb_phy' and
>> modifications are done in all drivers accessing it.
>> This is in preparation to adding the generic PHY support.
>> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
>> [Sergei: added missing 'drivers/usb/misc/lvstest.c' file, resolved rejects
>> caused by patch reordering, updated changelog.]
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>> Acked-by: Alan Stern <stern@rowland.harvard.edu>
>> Acked-by: Felipe Balbi <balbi@ti.com>
>> ---
>> Changes in version 5:
>> - imported the patch from Antoine Tenart's series;
>> - added missing 'drivers/usb/misc/lvstest.c' file;
>> - resolved rejects caused by patch reordering;
>> - refreshed patch;
>> - updated changelog.
>> drivers/usb/chipidea/host.c | 2 +-
>> drivers/usb/core/hcd.c | 20 ++++++++++----------
>> drivers/usb/core/hub.c | 8 ++++----
>> drivers/usb/host/ehci-fsl.c | 16 ++++++++--------
>> drivers/usb/host/ehci-hub.c | 2 +-
>> drivers/usb/host/ehci-msm.c | 4 ++--
>> drivers/usb/host/ehci-tegra.c | 16 ++++++++--------
>> drivers/usb/host/ohci-omap.c | 20 ++++++++++----------
>> drivers/usb/misc/lvstest.c | 8 ++++----
>> include/linux/usb/hcd.h | 2 +-
>> 10 files changed, 49 insertions(+), 49 deletions(-)
> This doesn't apply to my tree at all anymore,
Well, I'm seeing only a minor reject in the first file, easily fixable.
> can you refresh it and resend?
OK, will re-post now.
> thanks,
> greg k-h
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org, Peter.Chen@freescale.com,
stern@rowland.harvard.edu, swarren@wwwdotorg.org,
thierry.reding@gmail.com, balbi@ti.com,
linux-tegra@vger.kernel.org, linux-omap@vger.kernel.org,
linux-sh@vger.kernel.org, yoshihiro.shimoda.uh@renesas.com,
linux-kernel@vger.kernel.org, antoine.tenart@free-electrons.com
Subject: Re: [PATCH v5 1/2] usb: rename phy to usb_phy in HCD
Date: Wed, 24 Sep 2014 22:56:30 +0400 [thread overview]
Message-ID: <542313DE.1080709@cogentembedded.com> (raw)
In-Reply-To: <20140924051138.GA4440@kroah.com>
hello.
On 09/24/2014 09:11 AM, Greg KH wrote:
>> From: Antoine Tenart <antoine.tenart@free-electrons.com>
>> The USB PHY member of the HCD structure is renamed to 'usb_phy' and
>> modifications are done in all drivers accessing it.
>> This is in preparation to adding the generic PHY support.
>> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
>> [Sergei: added missing 'drivers/usb/misc/lvstest.c' file, resolved rejects
>> caused by patch reordering, updated changelog.]
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>> Acked-by: Alan Stern <stern@rowland.harvard.edu>
>> Acked-by: Felipe Balbi <balbi@ti.com>
>> ---
>> Changes in version 5:
>> - imported the patch from Antoine Tenart's series;
>> - added missing 'drivers/usb/misc/lvstest.c' file;
>> - resolved rejects caused by patch reordering;
>> - refreshed patch;
>> - updated changelog.
>> drivers/usb/chipidea/host.c | 2 +-
>> drivers/usb/core/hcd.c | 20 ++++++++++----------
>> drivers/usb/core/hub.c | 8 ++++----
>> drivers/usb/host/ehci-fsl.c | 16 ++++++++--------
>> drivers/usb/host/ehci-hub.c | 2 +-
>> drivers/usb/host/ehci-msm.c | 4 ++--
>> drivers/usb/host/ehci-tegra.c | 16 ++++++++--------
>> drivers/usb/host/ohci-omap.c | 20 ++++++++++----------
>> drivers/usb/misc/lvstest.c | 8 ++++----
>> include/linux/usb/hcd.h | 2 +-
>> 10 files changed, 49 insertions(+), 49 deletions(-)
> This doesn't apply to my tree at all anymore,
Well, I'm seeing only a minor reject in the first file, easily fixable.
> can you refresh it and resend?
OK, will re-post now.
> thanks,
> greg k-h
WBR, Sergei
next prev parent reply other threads:[~2014-09-24 18:56 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-04 21:40 [PATCH v5 0/2] Add generic PHY support to USB HCD Sergei Shtylyov
2014-09-04 21:40 ` Sergei Shtylyov
2014-09-04 21:42 ` [PATCH v5 1/2] usb: rename phy to usb_phy in HCD Sergei Shtylyov
2014-09-04 21:42 ` Sergei Shtylyov
[not found] ` <2282553.NrZjRxyKlv-gHKXc3Y1Z8zGSmamagVegGFoWSdPRAKMAL8bYrjMMd8@public.gmane.org>
2014-09-05 14:06 ` Felipe Balbi
2014-09-05 14:06 ` Felipe Balbi
2014-09-05 14:06 ` Felipe Balbi
2014-09-24 5:11 ` Greg KH
2014-09-24 5:11 ` Greg KH
[not found] ` <20140924051138.GA4440-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2014-09-24 18:56 ` Sergei Shtylyov [this message]
2014-09-24 18:56 ` Sergei Shtylyov
2014-09-24 18:56 ` Sergei Shtylyov
2014-09-04 21:44 ` [PATCH v5 2/2] usb: hcd: add generic PHY support Sergei Shtylyov
2014-09-04 21:44 ` Sergei Shtylyov
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=542313DE.1080709@cogentembedded.com \
--to=sergei.shtylyov-m4dtvfq/zs1mrggop+s0pdbpr1lh4cv8@public.gmane.org \
--cc=Peter.Chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org \
--cc=antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
--cc=balbi-l0cyMroinI0@public.gmane.org \
--cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org \
--cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org \
--cc=thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org \
/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.