RE: [PATCH v2] Move DWC2 driver out of staging

2013-11-25 Thread Paul Zimmerman
> From: Dan Carpenter [mailto:dan.carpen...@oracle.com] > Sent: Monday, November 25, 2013 6:18 AM > > I have reviewed the second half of the driver now. > > drivers/staging/dwc2/hcd_ddma.c >616 static void dwc2_fill_host_dma_desc(struct dwc2_hsotg *hsotg, >617

RE: [PATCH v2] Move DWC2 driver out of staging

2013-11-25 Thread Dan Carpenter
I have reviewed the second half of the driver now. drivers/staging/dwc2/hcd_ddma.c 616 static void dwc2_fill_host_dma_desc(struct dwc2_hsotg *hsotg, 617 struct dwc2_host_chan *chan, 618 struct dwc2_qtd *qtd, struc

Re: [PATCH v2] Move DWC2 driver out of staging

2013-11-18 Thread Felipe Balbi
On Fri, Nov 15, 2013 at 09:18:34PM +, Paul Zimmerman wrote: > > From: Felipe Balbi [mailto:ba...@ti.com] > > Sent: Friday, November 15, 2013 9:31 AM > > To: Greg KH > > Cc: Paul Zimmerman; ba...@ti.com; linux-usb@vger.kernel.org > > Subject: Re: [PATCH v2] M

Re: [PATCH v2] Move DWC2 driver out of staging

2013-11-15 Thread Dan Carpenter
On Fri, Nov 15, 2013 at 07:48:30PM +, Paul Zimmerman wrote: > > From: Greg KH [mailto:gre...@linuxfoundation.org] > > Sent: Thursday, November 14, 2013 8:33 PM > > > > On Thu, Nov 14, 2013 at 02:50:24PM -0800, Paul Zimmerman wrote: > > > DWC2 driver should be in good enough shape to move out o

RE: [PATCH v2] Move DWC2 driver out of staging

2013-11-15 Thread Paul Zimmerman
> From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Friday, November 15, 2013 9:31 AM > To: Greg KH > Cc: Paul Zimmerman; ba...@ti.com; linux-usb@vger.kernel.org > Subject: Re: [PATCH v2] Move DWC2 driver out of staging > > On Fri, Nov 15, 2013 at 01:33:05PM +0900, Greg KH w

Re: [PATCH v2] Move DWC2 driver out of staging

2013-11-15 Thread Greg KH
On Fri, Nov 15, 2013 at 07:48:30PM +, Paul Zimmerman wrote: > > From: Greg KH [mailto:gre...@linuxfoundation.org] > > Sent: Thursday, November 14, 2013 8:33 PM > > > > On Thu, Nov 14, 2013 at 02:50:24PM -0800, Paul Zimmerman wrote: > > > DWC2 driver should be in good enough shape to move out o

RE: [PATCH v2] Move DWC2 driver out of staging

2013-11-15 Thread Paul Zimmerman
> From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Thursday, November 14, 2013 8:33 PM > > On Thu, Nov 14, 2013 at 02:50:24PM -0800, Paul Zimmerman wrote: > > DWC2 driver should be in good enough shape to move out of staging > > > > Signed-off-by: Paul Zimmerman > > --- > > Greg, is this

Re: [PATCH v2] Move DWC2 driver out of staging

2013-11-15 Thread Felipe Balbi
On Fri, Nov 15, 2013 at 01:33:05PM +0900, Greg KH wrote: > On Thu, Nov 14, 2013 at 02:50:24PM -0800, Paul Zimmerman wrote: > > DWC2 driver should be in good enough shape to move out of staging > > > > Signed-off-by: Paul Zimmerman > > --- > > Greg, is this the proper method for moving a driver ou

Re: [PATCH v2] Move DWC2 driver out of staging

2013-11-14 Thread Greg KH
On Thu, Nov 14, 2013 at 02:50:24PM -0800, Paul Zimmerman wrote: > DWC2 driver should be in good enough shape to move out of staging > > Signed-off-by: Paul Zimmerman > --- > Greg, is this the proper method for moving a driver out of staging? Yes, that's the way to do it. But, are all of the TOD

[PATCH v2] Move DWC2 driver out of staging

2013-11-14 Thread Paul Zimmerman
DWC2 driver should be in good enough shape to move out of staging Signed-off-by: Paul Zimmerman --- Greg, is this the proper method for moving a driver out of staging? v2: Also update the MAINTAINERS entry MAINTAINERS | 2 +- drivers/staging/Kconfig