summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/g_dnl.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-31usb: gadget: dnl: set dnl to be super speedLi Jun1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-14usb: gadget: g_dnl: add function g_dnl_set_productPatrick Delaunay1-0/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-03usb: gadget: Make g_dnl USB settings commonMaxime Ripard1-6/+6
2017-09-06usb: gadget: g_dnl: Sync internal SN variable with envSam Protsenko1-0/+15
2017-06-29usb: gadget: Call g_dnl_bind_fixup() before testing g_dnl_serial lengthLukasz Majewski1-1/+2
2017-04-14usb: gadget: g_dnl: don't set iProduct nor iSerialNumberFelipe Balbi1-2/+2
2017-04-14usb: gadget: g_dnl: only set iSerialNumber if we have a serial#Felipe Balbi1-5/+7
2017-04-14usb: gadget: g_dnl: hold maximum string descriptorFelipe Balbi1-1/+1
2017-02-26usb: gadget: g_dnl: fix g_dnl_set_serialnumber()Felipe Balbi1-2/+1
2016-04-20usb: gadget Move: CONFIG_G_DNL_* to KconfigSam Protsenko1-1/+1
2016-04-20USB: g_dnl: Change device classJohn Tobias1-2/+2
2015-09-12usb: 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-21usb:g_dnl: Support for TIZEN's THOR function in generic download codeLukasz Majewski1-2/+8
2013-10-21usb:g_dnl: Add name parameter to g_dnl_bind_fixup functionLukasz Majewski1-2/+2
2013-10-21usb: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