Re: [PATCH] usb: gadget: Add UDC driver for Aeroflex Gaisler GRUSBDC

2013-11-26 Thread Felipe Balbi
On Mon, Oct 28, 2013 at 01:59:02PM +0100, Andreas Larsson wrote: > On 2013-10-01 16:19, Felipe Balbi wrote: > +static void gr_finish_request(struct gr_ep *ep, struct gr_request *req, > + int status) > +{ > + struct gr_udc *dev; > + > + list_del_init(&re

Re: [PATCH] usb: gadget: Add UDC driver for Aeroflex Gaisler GRUSBDC

2013-10-28 Thread Andreas Larsson
On 2013-10-01 16:19, Felipe Balbi wrote: +static void gr_finish_request(struct gr_ep *ep, struct gr_request *req, + int status) +{ + struct gr_udc *dev; + + list_del_init(&req->queue); + + if (likely(req->req.status == -EINPROGRESS)) + r

Re: [PATCH] usb: gadget: Add UDC driver for Aeroflex Gaisler GRUSBDC

2013-10-10 Thread Felipe Balbi
Hi, On Wed, Oct 02, 2013 at 10:52:06AM +0200, Andreas Larsson wrote: > >hmm, there are two ways to look at this. > > > >a) we have KERN_CONT to continue printing messages > >b) you might prefer using debugfs and seq_puts() for dumping large(-ish) > >amounts of debugging data ;-) > > I just found