summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/f_thor.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-31thor: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski1-0/+3
2021-01-31gadget: f_thor: fix wrong file size castSeung-Woo Kim1-4/+4
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-03-01gadget: f_thor: add missing line breaks for pr_err()Seung-Woo Kim1-12/+12
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2019-10-31gadget: f_thor: properly enable 3rd endpoint defined by the protocolMarek Szyprowski1-0/+7
2018-08-08gadget: f_thor: fix hang-up with ctrl-cSeung-Woo Kim1-2/+2
2018-05-30gadget: f_thor: Fix memory leaks of usb request and its bufferSeung-Woo Kim1-33/+32
2018-05-18gadget: f_thor: update to support more than 4GB file as thor 5.0Seung-Woo Kim1-3/+7
2018-05-18gadget: f_thor: fix filename overflowSeung-Woo Kim1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-13/+13
2017-07-29usb: gadget: f_thor: Free the allocated out request bufferSiva Durga Prasad Paladugu1-0/+1
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-03usb: lthor: Specify correct parameter for sizeof typeMichal Simek1-1/+1
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-09-07usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZESiva Durga Prasad Paladugu1-1/+1
2015-09-07f_thor: Dont perform reset at the end of thorSiva Durga Prasad Paladugu1-0/+7
2015-04-14usb: gadget: thor: Claim EP after allocating it in thor gadgetMarek Szyprowski1-0/+3
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I1-3/+3
2014-12-18gadget: f_thor: check pointers before use in download_tail()Przemyslaw Marczak1-2/+14
2014-10-06usb: dfu: thor: gadget: Remove dead codeLukasz Majewski1-10/+0
2014-08-09dfu: allow backend to specify a maximum buffer sizeStephen Warren1-2/+3
2014-06-26usb:g_dnl:f_thor: remove memset before memcpyJeroen Hofstee1-1/+0
2014-05-15usb:gadget:f_thor: download_tail(): remove dfu_write with 0 sizePrzemyslaw Marczak1-9/+3
2014-05-05USB: gadget: added a saner gadget downloader registration APIMateusz Zalega1-0/+2
2014-04-30usb:gadget:f_thor: fix write to filesystem by add dfu_flush()Przemyslaw Marczak1-0/+6
2014-04-30usb:gadget:f_thor: code cleanup in function download_tail()Przemyslaw Marczak1-4/+3
2014-02-06usb:gadget:f_thor: cosmetic: Remove debug memsetLukasz Majewski1-2/+0
2014-02-06usb:gadget:f_thor: Allocate request up to THOR_PACKET_SIZE not ep->maxpacketLukasz Majewski1-1/+1
2013-10-21usb:g_dnl:f_thor: USB download function to support TIZEN's THOR protocolLukasz Majewski1-0/+1003