summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* usb:g_dnl: Support for TIZEN's THOR function in generic download codeLukasz Majewski2013-10-201-2/+8
* usb:g_dnl:f_thor: USB download function to support TIZEN's THOR protocolLukasz Majewski2013-10-203-0/+1128
* usb:g_dnl: Add name parameter to g_dnl_bind_fixup functionLukasz Majewski2013-10-201-2/+2
* usb:g_dnl: Replace static usb_configuration structure with dynamically alloca...Lukasz Majewski2013-10-201-8/+16
* usb:udc:s3c: Reduce dcache invalidate range for UDC receive bufferLukasz Majewski2013-10-201-1/+2
* usb: gadget: mv_udc: clear desc upon ep_disableTroy Kisky2013-10-201-0/+3
* usb: gadget: mv_udc: zero transfer descriptor memory on probeTroy Kisky2013-10-201-0/+1
* usb: gadget: mv_udc: flush item before headTroy Kisky2013-10-201-3/+2
* usb: gadget: mv_udc: set is_dualspeed = 1Troy Kisky2013-10-201-0/+1
* usb: gadget: mv_udc: fix typo in error messageTroy Kisky2013-10-201-2/+2
* usb: gadget: ether: return error from rx_submit if no requestTroy Kisky2013-10-201-0/+2
* usb: gadget: ether set wMaxPacketSizeTroy Kisky2013-10-201-0/+2
* Coding Style cleanup: drop some excessive empty linesWolfgang Denk2013-10-141-5/+0
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* USB: gadget: atmel: disconnect before unbindBo Shen2013-09-241-1/+2
* usb:g_dnl:dfu: Download gadget and DFU function code clean upLukasz Majewski2013-09-242-4/+1
* usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski2013-09-241-1/+0
* usb:g_dnl:ums: Conditional compilation for mass storage function (f_mass_stor...Lukasz Majewski2013-09-242-1/+2
* USB: gadget: add atmel usba udc driverBo Shen2013-09-243-0/+1632
* usb: gadget: config: fix unaligned access issuesTroy Kisky2013-09-241-2/+4
* usb: gadget: Fix data aborts during USB ethernet bootJoel Fernandes2013-09-241-2/+3
* usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driverLukasz Majewski2013-08-261-4/+7
* usb:dfu:g_dnl: Change number of exported configurations at composite gadgetLukasz Majewski2013-08-261-2/+4
* SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk2013-08-191-29/+1
* dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski2013-07-291-0/+2
* usb: mv_udc: Add bounce bufferMarek Vasut2013-07-291-7/+77
* usb: mv_udc: Add proper cache managementMarek Vasut2013-07-291-5/+77
* usb: mv_udc: Implement better qTD item accessorMarek Vasut2013-07-291-2/+15
* usb: mv_udc: Improve allocation of qTD itemsMarek Vasut2013-07-291-2/+23
* usb: mv_udc: Implement better QH accessorMarek Vasut2013-07-291-5/+18
* usb: mv_udc: Add cacheline length checkMarek Vasut2013-07-291-0/+10
* usb: mv_udc: Properly align the endpoint QH and qTD listMarek Vasut2013-07-291-8/+18
* usb: mv_udc: Move QH and qTD into mv_drvMarek Vasut2013-07-291-13/+13
* usb: mv_udc: Init mv_drv.gadget.ops staticallyMarek Vasut2013-07-291-3/+3
* usb: mv_udc: Remove QH_MAXNUM macroMarek Vasut2013-07-291-3/+4
* usb: mv_udc: Clean up the initial variable checkMarek Vasut2013-07-291-6/+5
* usb: mv_udc: Make use of struct ehci_ctrlMarek Vasut2013-07-291-18/+23
* usb: mv_udc: Clean up the EP initializationMarek Vasut2013-07-291-12/+26
* usb: mv_udc: Move endpoint array into driver dataMarek Vasut2013-07-291-24/+24
* usb: mv_udc: Unbreak the mv_udc driverMarek Vasut2013-07-292-2/+7
* Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-4/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2423-300/+24
* usb: pxa27x_udc: fix compiler warningsMike Dunn2013-07-101-9/+5
* dfu: Update DFU's authorship historyŁukasz Majewski2013-07-101-0/+7
* dfu:function: Fix number of allocated DFU function pointersLukasz Majewski2013-06-301-1/+1
* usb, g_dnl: make possibility to fixup the device_desc board specificHeiko Schocher2013-06-301-0/+7
* usb, dfu gadget: switch to dfu mode in dfu_bindHeiko Schocher2013-06-301-1/+3
* usb:composite: use memcpy to avoid unaligned accessPiotr Wilczek2013-06-301-1/+2
* drivers:usb: use get|put_unaligned_le16Piotr Wilczek2013-06-301-4/+4
* usb, composite: after unregister gadget driver set composite to NULLHeiko Schocher2013-06-121-0/+1
OpenPOWER on IntegriCloud