summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2014-09-02USB: gadget: s3c: get rid of debug compile warningBo Shen
2014-09-02USB: gadget: atmel: get rid of debug compile warningBo Shen
2014-09-02usb: ci_udc: implement dfu_usb_get_resetStephen Warren
2014-09-02udc: dfu: s3c_udc: Provide function to check if USB reset was assertedLukasz Majewski
2014-09-02dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski
2014-08-25lib, linux: move linux specific defines to linux/compat.hHeiko Schocher
2014-08-21omap: remove omap5912osk board supportMasahiro Yamada
2014-08-09omap: clean-up dead configsMasahiro Yamada
2014-08-09dfu: allow backend to specify a maximum buffer sizeStephen Warren
2014-08-09dfu: add write error handlingStephen Warren
2014-07-02usb: ci_udc: use var name ep/ci_ep consistentlyStephen Warren
2014-07-02USB: gadget: atmel: zero out allocated requestsStephen Warren
2014-07-02usb: ci_udc: don't memalign() struct ci_req allocationsStephen Warren
2014-07-02usb: ci_udc: remove controller.items arrayStephen Warren
2014-07-02usb: ci_udc: fix items array size/stride calculationStephen Warren
2014-07-02usb: ci_udc: lift ilist size calculations to global scopeStephen Warren
2014-07-02usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPsStephen Warren
2014-07-02usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe()Stephen Warren
2014-06-25usb: fastboot: fix potential buffer overflowJeroen Hofstee
2014-06-25usb:g_dnl:f_thor: remove memset before memcpyJeroen Hofstee
2014-06-25usb:composite: clear the whole common bufferJeroen Hofstee
2014-06-25usb: ci_udc: fix typo in debug messageStephen Warren
2014-06-25usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDCStephen Warren
2014-06-11usb: ci_udc: terminate ep0 INs with a zlp when requiredStephen Warren
2014-06-11usb: ci_udc: clean up all allocations in unregisterStephen Warren
2014-06-11usb: ci_udc: fix probe error cleanupStephen Warren
2014-06-11usb: ci_udc: fix freeing of ep0 reqStephen Warren
2014-06-11usb: ci_udc: call udc_disconnect() from ci_pullup()Stephen Warren
2014-06-01usb: ci_udc: complete ep0 direction handlingStephen Warren
2014-06-01usb: ci_udc: pre-allocate ep0 reqStephen Warren
2014-06-01usb: ci_udc: use a single descriptor for ep0Stephen Warren
2014-06-01usb: ci_udc: detect queued requests on ep0Stephen Warren
2014-05-15usb:gadget:f_thor: download_tail(): remove dfu_write with 0 sizePrzemyslaw Marczak
2014-05-15usb: ci_udc: parse QTD before over-writing itStephen Warren
2014-05-08dfu, nand: add medium specific polltimeout functionHeiko Schocher
2014-05-08usb/gadget: add the fastboot gadgetSebastian Siewior
2014-05-07usb: ums: remove ci_udc special caseStephen Warren
2014-05-07usb: ci_udc: allow multiple buffer allocs per epStephen Warren
2014-05-05USB: gadget: save driver name before registering itStephen Warren
2014-05-05USB: gadget: added a saner gadget downloader registration APIMateusz Zalega
2014-05-05usb: dfu: fix boards wo USB cable detectionMateusz Zalega
2014-05-01usb: gadget: allow ci_udc to build with new gadget frameworkStephen Warren
2014-04-30usb: ums: use only 1 buffer for CI_UDCStephen Warren
2014-04-30usb: ci_udc: support variants with hostpc registerStephen Warren
2014-04-30usb: ci_udc: make PHY initialization conditionalStephen Warren
2014-04-30usb: ci_udc: set ep->req.actual after transferStephen Warren
2014-04-30usb: ci_udc: Support larger packetsStephen Warren
2014-04-30usb: handle NULL table in usb_gadget_get_stringRob Herring
2014-04-30usb:gadget:f_thor: fix write to filesystem by add dfu_flush()Przemyslaw Marczak
2014-04-30usb:gadget:f_thor: code cleanup in function download_tail()Przemyslaw Marczak