summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* complete: add empty complete supportJean-Christophe PLAGNIOL-VILLARD2012-04-301-0/+2
* Merge branch 'next'Sascha Hauer2012-04-051-0/+1
|\
| * Select POLLER option for fsl_udcAlexander Shiyan2012-04-021-0/+1
* | USB gadget pxa: Fix compiler warningSascha Hauer2012-04-051-1/+1
* | pxa27x_udc: Fix compilation warning.Marek Belisko2012-03-231-2/+2
|/
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* usb/gadget: fix poller NPE in early pollingRobert Jarzmik2012-01-231-9/+10
* u_serial: add setbrg to be able to use loadb & coEric Bénard2012-01-051-0/+5
* serial gadget: enable/disable on requestEric Bénard2012-01-044-19/+60
* dfu: fill bwPollTimeout and better handle detachEric Bénard2012-01-041-1/+8
* fsl_udc: update and fixEric Bénard2012-01-041-9/+36
* at91_udc: update vbus param only if updatedJean-Christophe PLAGNIOL-VILLARD2012-01-022-2/+16
* usb/gadget: add special treatment for PXA cpusRobert Jarzmik2011-12-211-1/+8
* at91: add udc usb device controller supportJean-Christophe PLAGNIOL-VILLARD2011-12-144-0/+1700
* usb/gadget: make serial gadget resistant to cable unplugRobert Jarzmik2011-12-051-6/+18
* usb/gadget: add USB serial connect and disconnectRobert Jarzmik2011-12-051-1/+4
* usb/gadget: use generic usb_gadget_poll() in u_serialRobert Jarzmik2011-12-051-3/+2
* usb/gadget: add pxa27x_udc driverRobert Jarzmik2011-12-054-0/+1925
* commands/cp: add verbose mode which displays progress barHubert Feurstein2011-11-221-1/+1
* introduce io.hSascha Hauer2011-09-221-1/+1
* ARM: pass size to dma_free_coherentSascha Hauer2011-08-011-1/+1
* fsl_udc: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-301-1/+1
* Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-073-11/+2
* fsl_udc: fix warningEric Bénard2010-10-211-1/+2
* epautoconf: fix compile errorEric Bénard2010-10-141-0/+1
* fsl_udc: make it work with MMU onSascha Hauer2010-05-031-5/+6
* pass arguments to dma_* as unsigned long as the kernel doesSascha Hauer2010-03-301-1/+2
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-152-3/+3
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* Add USB device supportSascha Hauer2009-09-2514-0/+6474