index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
f_thor.c
Age
Commit message (
Expand
)
Author
2018-08-08
gadget: f_thor: fix hang-up with ctrl-c
Seung-Woo Kim
2018-05-30
gadget: f_thor: Fix memory leaks of usb request and its buffer
Seung-Woo Kim
2018-05-18
gadget: f_thor: update to support more than 4GB file as thor 5.0
Seung-Woo Kim
2018-05-18
gadget: f_thor: fix filename overflow
Seung-Woo Kim
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-07-28
usb: gadget: f_thor: Free the allocated out request buffer
Siva Durga Prasad Paladugu
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2015-11-03
usb: lthor: Specify correct parameter for sizeof type
Michal Simek
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-09-07
usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZE
Siva Durga Prasad Paladugu
2015-09-07
f_thor: Dont perform reset at the end of thor
Siva Durga Prasad Paladugu
2015-04-14
usb: gadget: thor: Claim EP after allocating it in thor gadget
Marek Szyprowski
2015-04-14
usb: modify usb_gadget_handle_interrupts to take controller index
Kishon Vijay Abraham I
2014-12-18
gadget: f_thor: check pointers before use in download_tail()
Przemyslaw Marczak
2014-10-06
usb: dfu: thor: gadget: Remove dead code
Lukasz Majewski
2014-08-09
dfu: allow backend to specify a maximum buffer size
Stephen Warren
2014-06-25
usb:g_dnl:f_thor: remove memset before memcpy
Jeroen Hofstee
2014-05-15
usb:gadget:f_thor: download_tail(): remove dfu_write with 0 size
Przemyslaw Marczak
2014-05-05
USB: gadget: added a saner gadget downloader registration API
Mateusz Zalega
2014-04-30
usb:gadget:f_thor: fix write to filesystem by add dfu_flush()
Przemyslaw Marczak
2014-04-30
usb:gadget:f_thor: code cleanup in function download_tail()
Przemyslaw Marczak
2014-02-06
usb:gadget:f_thor: cosmetic: Remove debug memset
Lukasz Majewski
2014-02-06
usb:gadget:f_thor: Allocate request up to THOR_PACKET_SIZE not ep->maxpacket
Lukasz Majewski
2013-10-20
usb:g_dnl:f_thor: USB download function to support TIZEN's THOR protocol
Lukasz Majewski