aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
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
2014-01-13usb: gadget: fotg210: add w1c interrupt status supportKuo-Jung Su
2013-12-18usb: f_dfu: cosmetic: Code cleanupLukasz Majewski
2013-12-18usb: dfu: f_dfu: Provide infrastructure to adjust DFU's Poll Timeout valueLukasz Majewski
2013-12-13drivers/usb/gadget: select objects by obj-$(CONFIG-...)Masahiro Yamada
2013-12-02driver:usb:s3c_udc: add support for Exynos4x12Piotr Wilczek
2013-11-12usb, g_dnl: make bcdDevice value configurableHeiko Schocher
2013-11-08usb, g_dnl: make iSerialNumber board configurableHeiko Schocher
2013-11-08usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak
2013-11-08usb: ums: fix disk capacity miscalculation and code cleanupPrzemyslaw Marczak
2013-11-08usb: ums: code refactoring to improve reusability on other boards.Przemyslaw Marczak
2013-10-31drivers: usb: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-20usb: udc: add udc.h include fileTroy Kisky
2013-10-20usb: gadget: mv_udc: split mv_udc.h fileTroy Kisky
2013-10-20usb: gadget: mv_udc: optimize ep_enableTroy Kisky
2013-10-20usb: gadget: mv_udc: optimize bounceTroy Kisky
2013-10-20usb: gadget: mv_udc: fix full speed connectionsTroy Kisky
2013-10-20usb: gadget: mv_udc: don't check CONFIG_USB_MAX_CONTROLLER_COUNTTroy Kisky
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky
2013-10-20usb:g_dnl: Support for TIZEN's THOR function in generic download codeLukasz Majewski
2013-10-20usb:g_dnl:f_thor: USB download function to support TIZEN's THOR protocolLukasz Majewski
2013-10-20usb:g_dnl: Add name parameter to g_dnl_bind_fixup functionLukasz Majewski
2013-10-20usb:g_dnl: Replace static usb_configuration structure with dynamically alloca...Lukasz Majewski