aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2014-11-07usb: s3c-otg: Allow custom gusbcfgMarek Vasut2-7/+13
2014-11-07usb: s3c-otg: Split out PHY controlMarek Vasut3-62/+104
2014-11-06usb: s3c-otg: Encapsulate PHY controlMarek Vasut1-4/+8
2014-11-06usb: s3c-otg: Remove useless includeMarek Vasut1-1/+0
2014-10-06usb: gadget: fastboot: terminate commands with NULLEric Nelson1-1/+8
2014-10-06usb: gadget: fastboot: explicitly set radix of maximum download sizeEric Nelson1-1/+1
2014-10-06usb: gadget: fastboot: add max-download-size variableEric Nelson1-1/+2
2014-10-06usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEEDEric Nelson1-0/+5
2014-10-06usb: gadget: fastboot: improve download progress barBo Shen1-5/+9
2014-10-06usb: f_mass_storage: set removable flag in do_inquiry based on LUNEric Nelson1-0/+1
2014-10-06usb: dfu: add fullspeed support for DFUHeiko Schocher1-0/+3
2014-10-06usb: dfu: thor: gadget: Remove dead codeLukasz Majewski2-18/+0
2014-09-24cosmetic: replace MIN, MAX with min, maxMasahiro Yamada4-6/+6
2014-09-24usb/gadget: fastboot: minor cleanupSteve Rae1-5/+10
2014-09-24usb/gadget: fastboot: add support for flash commandSteve Rae1-0/+31
2014-09-02USB: gadget: s3c: get rid of debug compile warningBo Shen2-8/+8
2014-09-02USB: gadget: atmel: get rid of debug compile warningBo Shen1-6/+6
2014-09-02usb: ci_udc: implement dfu_usb_get_resetStephen Warren1-0/+7
2014-09-02udc: dfu: s3c_udc: Provide function to check if USB reset was assertedLukasz Majewski1-0/+5
2014-09-02dfu: Provide means to find difference between dfu-util -e and -RLukasz Majewski1-1/+1
2014-08-25lib, linux: move linux specific defines to linux/compat.hHeiko Schocher2-10/+0
2014-08-21omap: remove omap5912osk board supportMasahiro Yamada2-1507/+0
2014-08-09omap: clean-up dead configsMasahiro Yamada2-50/+0
2014-08-09dfu: allow backend to specify a maximum buffer sizeStephen Warren1-2/+3
2014-08-09dfu: add write error handlingStephen Warren1-4/+16
2014-07-02usb: ci_udc: use var name ep/ci_ep consistentlyStephen Warren1-9/+9
2014-07-02USB: gadget: atmel: zero out allocated requestsStephen Warren1-1/+1
2014-07-02usb: ci_udc: don't memalign() struct ci_req allocationsStephen Warren1-2/+1
2014-07-02usb: ci_udc: remove controller.items arrayStephen Warren2-6/+3
2014-07-02usb: ci_udc: fix items array size/stride calculationStephen Warren1-15/+15
2014-07-02usb: ci_udc: lift ilist size calculations to global scopeStephen Warren1-14/+14
2014-07-02usb: ci_udc: don't assume QTDs are adjacent when transmitting ZLPsStephen Warren1-3/+4
2014-07-02usb: ci_udc: fix ci_flush_{qh,qtd} calls in ci_udc_probe()Stephen Warren1-2/+2
2014-06-25usb: fastboot: fix potential buffer overflowJeroen Hofstee1-4/+7
2014-06-25usb:g_dnl:f_thor: remove memset before memcpyJeroen Hofstee1-1/+0
2014-06-25usb:composite: clear the whole common bufferJeroen Hofstee1-2/+2
2014-06-25usb: ci_udc: fix typo in debug messageStephen Warren1-2/+2
2014-06-25usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDCStephen Warren1-1/+7
2014-06-11usb: ci_udc: terminate ep0 INs with a zlp when requiredStephen Warren1-3/+35
2014-06-11usb: ci_udc: clean up all allocations in unregisterStephen Warren1-0/+6
2014-06-11usb: ci_udc: fix probe error cleanupStephen Warren1-0/+1
2014-06-11usb: ci_udc: fix freeing of ep0 reqStephen Warren1-2/+7
2014-06-11usb: ci_udc: call udc_disconnect() from ci_pullup()Stephen Warren1-16/+12
2014-06-01usb: ci_udc: complete ep0 direction handlingStephen Warren2-7/+42
2014-06-01usb: ci_udc: pre-allocate ep0 reqStephen Warren2-1/+17
2014-06-01usb: ci_udc: use a single descriptor for ep0Stephen Warren1-11/+4
2014-06-01usb: ci_udc: detect queued requests on ep0Stephen Warren1-0/+15
2014-05-15usb:gadget:f_thor: download_tail(): remove dfu_write with 0 sizePrzemyslaw Marczak1-9/+3
2014-05-15usb: ci_udc: parse QTD before over-writing itStephen Warren1-1/+1
2014-05-08dfu, nand: add medium specific polltimeout functionHeiko Schocher1-1/+9