summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/f_thor.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* gadget: f_thor: add missing line breaks for pr_err()Seung-Woo Kim2020-03-011-12/+12
* common: Move command functions out of common.hSimon Glass2019-12-021-0/+1
* gadget: f_thor: properly enable 3rd endpoint defined by the protocolMarek Szyprowski2019-10-311-0/+7
* gadget: f_thor: fix hang-up with ctrl-cSeung-Woo Kim2018-08-081-2/+2
* gadget: f_thor: Fix memory leaks of usb request and its bufferSeung-Woo Kim2018-05-301-33/+32
* gadget: f_thor: update to support more than 4GB file as thor 5.0Seung-Woo Kim2018-05-181-3/+7
* gadget: f_thor: fix filename overflowSeung-Woo Kim2018-05-181-1/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-13/+13
* usb: gadget: f_thor: Free the allocated out request bufferSiva Durga Prasad Paladugu2017-07-281-0/+1
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* usb: lthor: Specify correct parameter for sizeof typeMichal Simek2015-11-031-1/+1
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZESiva Durga Prasad Paladugu2015-09-071-1/+1
* f_thor: Dont perform reset at the end of thorSiva Durga Prasad Paladugu2015-09-071-0/+7
* usb: gadget: thor: Claim EP after allocating it in thor gadgetMarek Szyprowski2015-04-141-0/+3
* usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I2015-04-141-3/+3
* gadget: f_thor: check pointers before use in download_tail()Przemyslaw Marczak2014-12-181-2/+14
* usb: dfu: thor: gadget: Remove dead codeLukasz Majewski2014-10-061-10/+0
* dfu: allow backend to specify a maximum buffer sizeStephen Warren2014-08-091-2/+3
* usb:g_dnl:f_thor: remove memset before memcpyJeroen Hofstee2014-06-251-1/+0
* usb:gadget:f_thor: download_tail(): remove dfu_write with 0 sizePrzemyslaw Marczak2014-05-151-9/+3
* USB: gadget: added a saner gadget downloader registration APIMateusz Zalega2014-05-051-0/+2
* usb:gadget:f_thor: fix write to filesystem by add dfu_flush()Przemyslaw Marczak2014-04-301-0/+6
* usb:gadget:f_thor: code cleanup in function download_tail()Przemyslaw Marczak2014-04-301-4/+3
* usb:gadget:f_thor: cosmetic: Remove debug memsetLukasz Majewski2014-02-061-2/+0
* usb:gadget:f_thor: Allocate request up to THOR_PACKET_SIZE not ep->maxpacketLukasz Majewski2014-02-061-1/+1
* usb:g_dnl:f_thor: USB download function to support TIZEN's THOR protocolLukasz Majewski2013-10-201-0/+1003