summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
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
2013-06-12usb: gadget: add Faraday FOTG210 USB gadget supportKuo-Jung Su
2013-06-12usb: gadget: Use unaligned access for wMaxPacketSizeVivek Gautam
2013-05-05pxa27x_udc: remove call to unimplemented set_GPIO_mode()Mike Dunn
2013-03-18usb:gadget: USB Mass Storage Gadget supportLukasz Majewski
2013-03-18usb:composite: USB Mass Storage - f_mass_storage.c from Linux kernelPiotr Wilczek
2013-03-18usb:composite: USB Mass Storage - storage_common.c from Linux kernelLukasz Majewski
2013-03-18usb:composite:fix Provide function data when addressing device with only one ...Lukasz Majewski
2013-03-16usb: Fix bug when both DFU & ETHER are definedPantelis Antoniou
2013-03-16dfu: Properly zero out timeout valuePantelis Antoniou
2012-12-17g_dnl: Properly terminate string list.Pantelis Antoniou
2012-12-17g_dnl: Issue connect/disconnect as appropriatePantelis Antoniou
2012-12-17pxa25x_udc: Remove usbdescriptors.hLukasz Dalek
2012-11-27Remove obsolete header filePantelis Antoniou
2012-11-19musb-new: port of Linux musb driverIlya Yanok
2012-11-19linux/usb/ch9.h: update with the version from Linux treeIlya Yanok
2012-11-04usb gadget ether: Fix warning in is_eth_addr_valid()Tom Rini