summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
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
2014-03-23usb: dfu: introduce dfuMANIFEST stateHeiko Schocher
2014-03-04sizes.h - consolidate for all architecturesAlexey Brodkin
2014-02-06usb: mv_udc: Rename to ci_udcMarek Vasut
2014-02-06usb:gadget:f_thor: cosmetic: Remove debug memsetLukasz Majewski
2014-02-06usb:gadget:f_thor: Allocate request up to THOR_PACKET_SIZE not ep->maxpacketLukasz Majewski
2014-02-06usb:udc:samsung: Zero copy approach for data passed to Samsung's UDC driverLukasz Majewski
2014-02-06usb:udc:samsung: Allow burst transfers for non EP0 endpintsLukasz Majewski
2014-02-06usb:udc:samsung: Remove redundant cache operation from Samsung UDC driverLukasz Majewski
2014-02-06usb:gadget:ums: Replace malloc calls with memalign to fix cache buffer alignmentLukasz Majewski
2014-01-13usb: gadget: fotg210: EP0 fifo empty indication is non-reliableKuo-Jung Su