summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2014-10-06usb: gadget: fastboot: terminate commands with NULLEric Nelson
2014-10-06usb: gadget: fastboot: explicitly set radix of maximum download sizeEric Nelson
2014-10-06usb: gadget: fastboot: add max-download-size variableEric Nelson
2014-10-06usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEEDEric Nelson
2014-10-06usb: gadget: fastboot: improve download progress barBo Shen
2014-10-06usb: f_mass_storage: set removable flag in do_inquiry based on LUNEric Nelson
2014-10-06usb: dfu: add fullspeed support for DFUHeiko Schocher
2014-10-06usb: dfu: thor: gadget: Remove dead codeLukasz Majewski
2014-09-24cosmetic: replace MIN, MAX with min, maxMasahiro Yamada
2014-09-24usb/gadget: fastboot: minor cleanupSteve Rae
2014-09-24usb/gadget: fastboot: add support for flash commandSteve Rae
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