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-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