From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH v5 1/2] usb: rename phy to usb_phy in HCD Date: Wed, 24 Sep 2014 22:56:30 +0400 Message-ID: <542313DE.1080709@cogentembedded.com> References: <5072811.p8odmvpxdS@wasted.cogentembedded.com> <2282553.NrZjRxyKlv@wasted.cogentembedded.com> <20140924051138.GA4440@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140924051138.GA4440-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Greg KH 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 List-Id: linux-omap@vger.kernel.org hello. On 09/24/2014 09:11 AM, Greg KH wrote: >> From: Antoine Tenart >> 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 >> [Sergei: added missing 'drivers/usb/misc/lvstest.c' file, resolved rejects >> caused by patch reordering, updated changelog.] >> Signed-off-by: Sergei Shtylyov >> Acked-by: Alan Stern >> Acked-by: Felipe Balbi >> --- >> 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Wed, 24 Sep 2014 18:56:30 +0000 Subject: Re: [PATCH v5 1/2] usb: rename phy to usb_phy in HCD Message-Id: <542313DE.1080709@cogentembedded.com> List-Id: References: <5072811.p8odmvpxdS@wasted.cogentembedded.com> <2282553.NrZjRxyKlv@wasted.cogentembedded.com> <20140924051138.GA4440@kroah.com> In-Reply-To: <20140924051138.GA4440-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Greg KH 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 hello. On 09/24/2014 09:11 AM, Greg KH wrote: >> From: Antoine Tenart >> 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 >> [Sergei: added missing 'drivers/usb/misc/lvstest.c' file, resolved rejects >> caused by patch reordering, updated changelog.] >> Signed-off-by: Sergei Shtylyov >> Acked-by: Alan Stern >> Acked-by: Felipe Balbi >> --- >> 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754160AbaIXS4h (ORCPT ); Wed, 24 Sep 2014 14:56:37 -0400 Received: from mail-la0-f52.google.com ([209.85.215.52]:65136 "EHLO mail-la0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752432AbaIXS4f (ORCPT ); Wed, 24 Sep 2014 14:56:35 -0400 Message-ID: <542313DE.1080709@cogentembedded.com> Date: Wed, 24 Sep 2014 22:56:30 +0400 From: Sergei Shtylyov Organization: Cogent Embedded User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: Greg KH 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 References: <5072811.p8odmvpxdS@wasted.cogentembedded.com> <2282553.NrZjRxyKlv@wasted.cogentembedded.com> <20140924051138.GA4440@kroah.com> In-Reply-To: <20140924051138.GA4440@kroah.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hello. On 09/24/2014 09:11 AM, Greg KH wrote: >> From: Antoine Tenart >> 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 >> [Sergei: added missing 'drivers/usb/misc/lvstest.c' file, resolved rejects >> caused by patch reordering, updated changelog.] >> Signed-off-by: Sergei Shtylyov >> Acked-by: Alan Stern >> Acked-by: Felipe Balbi >> --- >> 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