RE: [PATCH] usb: otg: Move phy interface to separate file.

2012-09-04 Thread Venu Byravarasu
asu > Cc: ba...@ti.com; linux-kernel@vger.kernel.org; linux-...@vger.kernel.org > Subject: Re: [PATCH] usb: otg: Move phy interface to separate file. > > On Tue, Sep 04, 2012 at 02:25:58PM +0530, Venu Byravarasu wrote: > > As otg.h is containing lots of phy interface related >

RE: [PATCH] usb: otg: Move phy interface to separate file.

2012-09-04 Thread Venu Byravarasu
012 10:51 PM > To: Venu Byravarasu > Cc: ba...@ti.com; linux-kernel@vger.kernel.org; linux-...@vger.kernel.org > Subject: Re: [PATCH] usb: otg: Move phy interface to separate file. > > On Tue, Sep 04, 2012 at 02:25:58PM +0530, Venu Byravarasu wrote: > > As otg.h is containing

Re: [PATCH] usb: otg: Move phy interface to separate file.

2012-09-04 Thread Greg KH
On Tue, Sep 04, 2012 at 02:25:58PM +0530, Venu Byravarasu wrote: > As otg.h is containing lots of phy interface related > stuff, moving all phy interface related stuff to new > file named phy.h > > Signed-off-by: Venu Byravarasu For some reason, I don't think that is a valid email address :(

[PATCH] usb: otg: Move phy interface to separate file.

2012-09-04 Thread Venu Byravarasu
As otg.h is containing lots of phy interface related stuff, moving all phy interface related stuff to new file named phy.h Signed-off-by: Venu Byravarasu --- include/linux/usb/otg.h | 198 + include/linux/usb/phy.h | 208

[PATCH] usb: otg: Move phy interface to separate file.

2012-09-04 Thread Venu Byravarasu
As otg.h is containing lots of phy interface related stuff, moving all phy interface related stuff to new file named phy.h Signed-off-by: Venu Byravarasu vbyravarasu@xx --- include/linux/usb/otg.h | 198 + include/linux/usb/phy.h | 208

Re: [PATCH] usb: otg: Move phy interface to separate file.

2012-09-04 Thread Greg KH
On Tue, Sep 04, 2012 at 02:25:58PM +0530, Venu Byravarasu wrote: As otg.h is containing lots of phy interface related stuff, moving all phy interface related stuff to new file named phy.h Signed-off-by: Venu Byravarasu vbyravarasu@xx For some reason, I don't think that is a valid

RE: [PATCH] usb: otg: Move phy interface to separate file.

2012-09-04 Thread Venu Byravarasu
To: Venu Byravarasu Cc: ba...@ti.com; linux-kernel@vger.kernel.org; linux-...@vger.kernel.org Subject: Re: [PATCH] usb: otg: Move phy interface to separate file. On Tue, Sep 04, 2012 at 02:25:58PM +0530, Venu Byravarasu wrote: As otg.h is containing lots of phy interface related stuff

RE: [PATCH] usb: otg: Move phy interface to separate file.

2012-09-04 Thread Venu Byravarasu
-kernel@vger.kernel.org; linux-...@vger.kernel.org Subject: Re: [PATCH] usb: otg: Move phy interface to separate file. On Tue, Sep 04, 2012 at 02:25:58PM +0530, Venu Byravarasu wrote: As otg.h is containing lots of phy interface related stuff, moving all phy interface related stuff to new

RE: [PATCH] usb: otg: Move phy interface to separate file.

2012-08-29 Thread Venu Byravarasu
> -Original Message- > From: Peter Chen [mailto:hzpeterc...@gmail.com] > Sent: Wednesday, August 29, 2012 7:30 AM > To: Venu Byravarasu > Cc: gre...@linuxfoundation.org; ba...@ti.com; linux- > ker...@vger.kernel.org; linux-...@vger.kernel.org > Subject: Re: [PATC

RE: [PATCH] usb: otg: Move phy interface to separate file.

2012-08-29 Thread Venu Byravarasu
-Original Message- From: Peter Chen [mailto:hzpeterc...@gmail.com] Sent: Wednesday, August 29, 2012 7:30 AM To: Venu Byravarasu Cc: gre...@linuxfoundation.org; ba...@ti.com; linux- ker...@vger.kernel.org; linux-...@vger.kernel.org Subject: Re: [PATCH] usb: otg: Move phy interface

Re: [PATCH] usb: otg: Move phy interface to separate file.

2012-08-28 Thread Peter Chen
> > #include > +#include > one small thing: is only needed at phy.h. > /* OTG defines lots of enumeration states before device reset */ > enum usb_otg_state { > @@ -35,31 +36,6 @@ enum usb_otg_state { > OTG_STATE_A_VBUS_ERR, > }; > > -enum usb_phy_events { > -

Re: [PATCH] usb: otg: Move phy interface to separate file.

2012-08-28 Thread Felipe Balbi
Hi, On Tue, Aug 28, 2012 at 05:50:11PM +0530, Venu Byravarasu wrote: > As otg.h is containing lots of phy interface related > stuff, moving all phy interface related stuff to new > file named phy.h > > Signed-off-by: Venu Byravarasu this should be ok.. I'll apply it once v3.6-rc4 is out unless

[PATCH] usb: otg: Move phy interface to separate file.

2012-08-28 Thread Venu Byravarasu
As otg.h is containing lots of phy interface related stuff, moving all phy interface related stuff to new file named phy.h Signed-off-by: Venu Byravarasu --- include/linux/usb/otg.h | 211 + include/linux/usb/phy.h | 222

[PATCH] usb: otg: Move phy interface to separate file.

2012-08-28 Thread Venu Byravarasu
As otg.h is containing lots of phy interface related stuff, moving all phy interface related stuff to new file named phy.h Signed-off-by: Venu Byravarasu vbyravar...@nvidia.com --- include/linux/usb/otg.h | 211 + include/linux/usb/phy.h | 222

Re: [PATCH] usb: otg: Move phy interface to separate file.

2012-08-28 Thread Felipe Balbi
Hi, On Tue, Aug 28, 2012 at 05:50:11PM +0530, Venu Byravarasu wrote: As otg.h is containing lots of phy interface related stuff, moving all phy interface related stuff to new file named phy.h Signed-off-by: Venu Byravarasu vbyravar...@nvidia.com this should be ok.. I'll apply it once

Re: [PATCH] usb: otg: Move phy interface to separate file.

2012-08-28 Thread Peter Chen
#include linux/notifier.h +#include linux/usb/phy.h one small thing: linux/notifier.h is only needed at phy.h. /* OTG defines lots of enumeration states before device reset */ enum usb_otg_state { @@ -35,31 +36,6 @@ enum usb_otg_state { OTG_STATE_A_VBUS_ERR, }; -enum