summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
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
2013-10-20usb:udc:s3c: Reduce dcache invalidate range for UDC receive bufferLukasz Majewski
2013-10-20usb: gadget: mv_udc: clear desc upon ep_disableTroy Kisky
2013-10-20usb: gadget: mv_udc: zero transfer descriptor memory on probeTroy Kisky
2013-10-20usb: gadget: mv_udc: flush item before headTroy Kisky
2013-10-20usb: gadget: mv_udc: set is_dualspeed = 1Troy Kisky
2013-10-20usb: gadget: mv_udc: fix typo in error messageTroy Kisky
2013-10-20usb: gadget: ether: return error from rx_submit if no requestTroy Kisky
2013-10-20usb: gadget: ether set wMaxPacketSizeTroy Kisky
2013-10-14Coding Style cleanup: drop some excessive empty linesWolfgang Denk
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-09-24USB: gadget: atmel: disconnect before unbindBo Shen
2013-09-24usb:g_dnl:dfu: Download gadget and DFU function code clean upLukasz Majewski
2013-09-24usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski
2013-09-24usb:g_dnl:ums: Conditional compilation for mass storage function (f_mass_stor...Lukasz Majewski
2013-09-24USB: gadget: add atmel usba udc driverBo Shen
2013-09-24usb: gadget: config: fix unaligned access issuesTroy Kisky
2013-09-24usb: gadget: Fix data aborts during USB ethernet bootJoel Fernandes
2013-08-26usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driverLukasz Majewski
2013-08-26usb:dfu:g_dnl: Change number of exported configurations at composite gadgetLukasz Majewski
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk
2013-07-29dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski
2013-07-29usb: mv_udc: Add bounce bufferMarek Vasut
2013-07-29usb: mv_udc: Add proper cache managementMarek Vasut
2013-07-29usb: mv_udc: Implement better qTD item accessorMarek Vasut
2013-07-29usb: mv_udc: Improve allocation of qTD itemsMarek Vasut
2013-07-29usb: mv_udc: Implement better QH accessorMarek Vasut
2013-07-29usb: mv_udc: Add cacheline length checkMarek Vasut
2013-07-29usb: mv_udc: Properly align the endpoint QH and qTD listMarek Vasut
2013-07-29usb: mv_udc: Move QH and qTD into mv_drvMarek Vasut
2013-07-29usb: mv_udc: Init mv_drv.gadget.ops staticallyMarek Vasut
2013-07-29usb: mv_udc: Remove QH_MAXNUM macroMarek Vasut
2013-07-29usb: mv_udc: Clean up the initial variable checkMarek Vasut
2013-07-29usb: mv_udc: Make use of struct ehci_ctrlMarek Vasut
2013-07-29usb: mv_udc: Clean up the EP initializationMarek Vasut
2013-07-29usb: mv_udc: Move endpoint array into driver dataMarek Vasut
2013-07-29usb: mv_udc: Unbreak the mv_udc driverMarek Vasut
2013-07-24Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-10usb: pxa27x_udc: fix compiler warningsMike Dunn
2013-07-10dfu: Update DFU's authorship historyƁukasz Majewski
2013-06-30dfu:function: Fix number of allocated DFU function pointersLukasz Majewski
2013-06-30usb, g_dnl: make possibility to fixup the device_desc board specificHeiko Schocher
2013-06-30usb, dfu gadget: switch to dfu mode in dfu_bindHeiko Schocher
2013-06-30usb:composite: use memcpy to avoid unaligned accessPiotr Wilczek
2013-06-30drivers:usb: use get|put_unaligned_le16Piotr Wilczek
2013-06-12usb, composite: after unregister gadget driver set composite to NULLHeiko Schocher