aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-09-24USB: gadget: atmel: disconnect before unbindBo Shen1-1/+2
2013-09-24usb:g_dnl:dfu: Download gadget and DFU function code clean upLukasz Majewski2-4/+1
2013-09-24usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski1-1/+0
2013-09-24usb:g_dnl:ums: Conditional compilation for mass storage function (f_mass_stor...Lukasz Majewski2-1/+2
2013-09-24USB: gadget: add atmel usba udc driverBo Shen3-0/+1632
2013-09-24usb: gadget: config: fix unaligned access issuesTroy Kisky1-2/+4
2013-09-24usb: gadget: Fix data aborts during USB ethernet bootJoel Fernandes1-2/+3
2013-08-26usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driverLukasz Majewski1-4/+7
2013-08-26usb:dfu:g_dnl: Change number of exported configurations at composite gadgetLukasz Majewski1-2/+4
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk1-29/+1
2013-07-29dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski1-0/+2
2013-07-29usb: mv_udc: Add bounce bufferMarek Vasut1-7/+77
2013-07-29usb: mv_udc: Add proper cache managementMarek Vasut1-5/+77
2013-07-29usb: mv_udc: Implement better qTD item accessorMarek Vasut1-2/+15
2013-07-29usb: mv_udc: Improve allocation of qTD itemsMarek Vasut1-2/+23
2013-07-29usb: mv_udc: Implement better QH accessorMarek Vasut1-5/+18
2013-07-29usb: mv_udc: Add cacheline length checkMarek Vasut1-0/+10
2013-07-29usb: mv_udc: Properly align the endpoint QH and qTD listMarek Vasut1-8/+18
2013-07-29usb: mv_udc: Move QH and qTD into mv_drvMarek Vasut1-13/+13
2013-07-29usb: mv_udc: Init mv_drv.gadget.ops staticallyMarek Vasut1-3/+3
2013-07-29usb: mv_udc: Remove QH_MAXNUM macroMarek Vasut1-3/+4
2013-07-29usb: mv_udc: Clean up the initial variable checkMarek Vasut1-6/+5
2013-07-29usb: mv_udc: Make use of struct ehci_ctrlMarek Vasut1-18/+23
2013-07-29usb: mv_udc: Clean up the EP initializationMarek Vasut1-12/+26
2013-07-29usb: mv_udc: Move endpoint array into driver dataMarek Vasut1-24/+24
2013-07-29usb: mv_udc: Unbreak the mv_udc driverMarek Vasut2-2/+7
2013-07-24Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk1-4/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk23-300/+24
2013-07-10usb: pxa27x_udc: fix compiler warningsMike Dunn1-9/+5
2013-07-10dfu: Update DFU's authorship historyƁukasz Majewski1-0/+7
2013-06-30dfu:function: Fix number of allocated DFU function pointersLukasz Majewski1-1/+1
2013-06-30usb, g_dnl: make possibility to fixup the device_desc board specificHeiko Schocher1-0/+7
2013-06-30usb, dfu gadget: switch to dfu mode in dfu_bindHeiko Schocher1-1/+3
2013-06-30usb:composite: use memcpy to avoid unaligned accessPiotr Wilczek1-1/+2
2013-06-30drivers:usb: use get|put_unaligned_le16Piotr Wilczek1-4/+4
2013-06-12usb, composite: after unregister gadget driver set composite to NULLHeiko Schocher1-0/+1
2013-06-12usb: gadget: add Faraday FOTG210 USB gadget supportKuo-Jung Su3-0/+957
2013-06-12usb: gadget: Use unaligned access for wMaxPacketSizeVivek Gautam2-7/+9
2013-05-05pxa27x_udc: remove call to unimplemented set_GPIO_mode()Mike Dunn1-1/+3
2013-03-18usb:gadget: USB Mass Storage Gadget supportLukasz Majewski1-0/+6
2013-03-18usb:composite: USB Mass Storage - f_mass_storage.c from Linux kernelPiotr Wilczek1-0/+2793
2013-03-18usb:composite: USB Mass Storage - storage_common.c from Linux kernelLukasz Majewski1-0/+653
2013-03-18usb:composite:fix Provide function data when addressing device with only one ...Lukasz Majewski1-0/+19
2013-03-16usb: Fix bug when both DFU & ETHER are definedPantelis Antoniou1-2/+8
2013-03-16dfu: Properly zero out timeout valuePantelis Antoniou1-0/+3
2012-12-17g_dnl: Properly terminate string list.Pantelis Antoniou1-0/+1
2012-12-17g_dnl: Issue connect/disconnect as appropriatePantelis Antoniou1-1/+10
2012-12-17pxa25x_udc: Remove usbdescriptors.hLukasz Dalek1-1/+0
2012-11-27Remove obsolete header filePantelis Antoniou1-1/+0