aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/g_dnl.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-20USB: g_dnl: Change device classJohn Tobias1-2/+2
2015-09-11usb: gadget: don't leak configs when unbindingStephen Warren1-2/+0
2015-07-22usb: gadget: Weak board_usb_init/cleanup definitions in USB download gadget codePaul Kocialkowski1-0/+13
2014-12-18usb, g_dnl: generalize DFU detach functionsRob Herring1-0/+17
2014-05-05USB: gadget: save driver name before registering itStephen Warren1-1/+2
2014-05-05USB: gadget: added a saner gadget downloader registration APIMateusz Zalega1-36/+28
2014-05-05usb: dfu: fix boards wo USB cable detectionMateusz Zalega1-0/+5
2013-11-12usb, g_dnl: make bcdDevice value configurableHeiko Schocher1-4/+19
2013-11-08usb, g_dnl: make iSerialNumber board configurableHeiko Schocher1-0/+20
2013-10-20usb:g_dnl: Support for TIZEN's THOR function in generic download codeLukasz Majewski1-2/+8
2013-10-20usb:g_dnl: Add name parameter to g_dnl_bind_fixup functionLukasz Majewski1-2/+2
2013-10-20usb:g_dnl: Replace static usb_configuration structure with dynamically alloca...Lukasz Majewski1-8/+16
2013-09-24usb:g_dnl:dfu: Download gadget and DFU function code clean upLukasz Majewski1-1/+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 Majewski1-1/+1
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-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-06-30usb, g_dnl: make possibility to fixup the device_desc board specificHeiko Schocher1-0/+7
2013-03-18usb:gadget: USB Mass Storage Gadget supportLukasz Majewski1-0/+6
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-09-01dfu:usb: Support for g_dnl composite download gadget.Lukasz Majewski1-0/+202