summaryrefslogtreecommitdiffstats
path: root/common/dfu.c
Commit message (Expand)AuthorAgeFilesLines
* dfu: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski2021-01-311-0/+3
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-0/+1
* dfu: Add optional timeout parameterAndy Shevchenko2020-01-071-0/+17
* usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot2018-12-071-3/+3
* 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-3/+3
* common: dfu: ignore reset for spl-dfuB, Ravi2017-05-121-1/+1
* cmd: dfu: Add error handling for board_usb_initMichal Simek2016-11-031-1/+5
* cmd: dfu: Add error handling for failed registrationSanchayan Maity2016-09-271-1/+6
* common: dfu: saperate the dfu common functionalityB, Ravi2016-09-271-0/+87