summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/g_dnl.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: dnl: set dnl to be super speedLi Jun2021-01-311-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* usb: gadget: g_dnl: add function g_dnl_set_productPatrick Delaunay2020-05-141-0/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* usb: gadget: Make g_dnl USB settings commonMaxime Ripard2017-10-031-6/+6
* usb: gadget: g_dnl: Sync internal SN variable with envSam Protsenko2017-09-051-0/+15
* usb: gadget: Call g_dnl_bind_fixup() before testing g_dnl_serial lengthLukasz Majewski2017-06-291-1/+2
* usb: gadget: g_dnl: don't set iProduct nor iSerialNumberFelipe Balbi2017-04-141-2/+2
* usb: gadget: g_dnl: only set iSerialNumber if we have a serial#Felipe Balbi2017-04-141-5/+7
* usb: gadget: g_dnl: hold maximum string descriptorFelipe Balbi2017-04-141-1/+1
* usb: gadget: g_dnl: fix g_dnl_set_serialnumber()Felipe Balbi2017-02-261-2/+1
* usb: gadget Move: CONFIG_G_DNL_* to KconfigSam Protsenko2016-04-201-1/+1
* USB: g_dnl: Change device classJohn Tobias2016-04-201-2/+2
* usb: gadget: don't leak configs when unbindingStephen Warren2015-09-111-2/+0
* usb: gadget: Weak board_usb_init/cleanup definitions in USB download gadget codePaul Kocialkowski2015-07-221-0/+13
* usb, g_dnl: generalize DFU detach functionsRob Herring2014-12-181-0/+17
* USB: gadget: save driver name before registering itStephen Warren2014-05-051-1/+2
* USB: gadget: added a saner gadget downloader registration APIMateusz Zalega2014-05-051-36/+28
* usb: dfu: fix boards wo USB cable detectionMateusz Zalega2014-05-051-0/+5
* usb, g_dnl: make bcdDevice value configurableHeiko Schocher2013-11-121-4/+19
* usb, g_dnl: make iSerialNumber board configurableHeiko Schocher2013-11-081-0/+20
* usb:g_dnl: Support for TIZEN's THOR function in generic download codeLukasz Majewski2013-10-201-2/+8
* 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:g_dnl:dfu: Download gadget and DFU function code clean upLukasz Majewski2013-09-241-1/+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-241-1/+1
* 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
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-13/+1
* usb, g_dnl: make possibility to fixup the device_desc board specificHeiko Schocher2013-06-301-0/+7
* usb:gadget: USB Mass Storage Gadget supportLukasz Majewski2013-03-181-0/+6
* g_dnl: Properly terminate string list.Pantelis Antoniou2012-12-171-0/+1
* g_dnl: Issue connect/disconnect as appropriatePantelis Antoniou2012-12-171-1/+10
* dfu:usb: Support for g_dnl composite download gadget.Lukasz Majewski2012-09-011-0/+202